Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp2919 GrGLFormat srcFormat, bool srcHasMSAARenderBuffer, in canCopyTexSubImage()
DGrGLGpu.cpp3070 bool srcHasMSAARenderBuffer = srcRT ? rt_has_msaa_render_buffer(srcRT, caps) : false; in can_copy_texsubimage() local
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp3280 GrGLFormat srcFormat, bool srcHasMSAARenderBuffer, in canCopyTexSubImage()
DGrGLGpu.cpp2914 bool srcHasMSAARenderBuffer = srcRT ? rt_has_msaa_render_buffer(srcRT, caps) : false; in can_copy_texsubimage() local