Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLCaps.cpp3652 GrGLFormat srcFormat, bool srcHasMSAARenderBuffer, in canCopyTexSubImage()
H A DGrGLGpu.cpp3135 bool srcHasMSAARenderBuffer = srcRT ? rt_has_msaa_render_buffer(srcRT, caps) : false; in can_copy_texsubimage() local