Home
last modified time | relevance | path

Searched refs:rt_has_msaa_render_buffer (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLGpu.cpp3181 static bool rt_has_msaa_render_buffer(const GrGLRenderTarget* rt, const GrGLCaps& glCaps) { in rt_has_msaa_render_buffer() function
3198 bool dstHasMSAARenderBuffer = dstRT ? rt_has_msaa_render_buffer(dstRT, caps) : false; in can_copy_texsubimage()
3199 bool srcHasMSAARenderBuffer = srcRT ? rt_has_msaa_render_buffer(srcRT, caps) : false; in can_copy_texsubimage()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp3153 static bool rt_has_msaa_render_buffer(const GrGLRenderTarget* rt, const GrGLCaps& glCaps) { in rt_has_msaa_render_buffer() function
3170 bool dstHasMSAARenderBuffer = dstRT ? rt_has_msaa_render_buffer(dstRT, caps) : false; in can_copy_texsubimage()
3171 bool srcHasMSAARenderBuffer = srcRT ? rt_has_msaa_render_buffer(srcRT, caps) : false; in can_copy_texsubimage()