Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gl/
DGrGLCaps.cpp2119 bool dstIsTextureable, bool dstIsGLTexture2D, in canCopyTexSubImage()
2156 bool dstIsTextureable, bool dstIsGLTexture2D, in canCopyAsBlit()
DGrGLGpu.cpp3145 bool dstIsGLTexture2D = dstTex ? GR_GL_TEXTURE_2D == dstTex->target() : false; in can_blit_framebuffer_for_copy_surface() local
3173 bool dstIsGLTexture2D = dstTex ? GR_GL_TEXTURE_2D == dstTex->target() : false; in can_copy_texsubimage() local
/external/skia/src/gpu/gl/
DGrGLCaps.cpp2137 bool dstIsTextureable, bool dstIsGLTexture2D, in canCopyTexSubImage()
2174 bool dstIsTextureable, bool dstIsGLTexture2D, in canCopyAsBlit()
DGrGLGpu.cpp3173 bool dstIsGLTexture2D = dstTex ? GR_GL_TEXTURE_2D == dstTex->target() : false; in can_blit_framebuffer_for_copy_surface() local
3201 bool dstIsGLTexture2D = dstTex ? GR_GL_TEXTURE_2D == dstTex->target() : false; in can_copy_texsubimage() local