Home
last modified time | relevance | path

Searched defs:dstHasMSAARenderBuffer (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLCaps.cpp2118 bool GrGLCaps::canCopyTexSubImage(GrPixelConfig dstConfig, bool dstHasMSAARenderBuffer, in canCopyTexSubImage()
DGrGLGpu.cpp3170 bool dstHasMSAARenderBuffer = dstRT ? rt_has_msaa_render_buffer(dstRT, caps) : false; in can_copy_texsubimage() local
/external/skia/src/gpu/gl/
DGrGLCaps.cpp2136 bool GrGLCaps::canCopyTexSubImage(GrPixelConfig dstConfig, bool dstHasMSAARenderBuffer, in canCopyTexSubImage()
DGrGLGpu.cpp3198 bool dstHasMSAARenderBuffer = dstRT ? rt_has_msaa_render_buffer(dstRT, caps) : false; in can_copy_texsubimage() local