Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp3335 GrGLFormat srcFormat, bool srcHasMSAARenderBuffer, in canCopyTexSubImage()
DGrGLGpu.cpp2925 bool srcHasMSAARenderBuffer = srcRT ? rt_has_msaa_render_buffer(srcRT, caps) : false; in can_copy_texsubimage() local
/third_party/skia/m133/src/gpu/ganesh/gl/
DGrGLCaps.cpp3707 GrGLFormat srcFormat, bool srcHasMSAARenderBuffer, in canCopyTexSubImage()
DGrGLGpu.cpp3146 bool srcHasMSAARenderBuffer = srcRT ? rt_has_msaa_render_buffer(srcRT, caps) : false; in can_copy_texsubimage() local