Searched refs:canCopyTexSubImage (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/src/gpu/gl/ |
H A D | GrGLCaps.h | 434 bool canCopyTexSubImage(GrGLFormat dstFormat, bool dstHasMSAARenderBuffer,
|
H A D | GrGLCaps.cpp | 3333 bool GrGLCaps::canCopyTexSubImage(GrGLFormat dstFormat, bool dstHasMSAARenderBuffer, in canCopyTexSubImage() function in GrGLCaps 3513 return this->canCopyTexSubImage(dstFormat, has_msaa_render_buffer(dst, *this), dstTexTypePtr, in onCanCopySurface()
|
H A D | GrGLGpu.cpp | 2943 return caps.canCopyTexSubImage(dstFormat, dstHasMSAARenderBuffer, dstTexTypePtr, in can_copy_texsubimage()
|
Completed in 16 milliseconds