Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gl/
DGrGLCaps.cpp2122 bool srcIsTextureable, bool srcIsGLTexture2D, in canCopyTexSubImage()
2159 bool srcIsTextureable, bool srcIsGLTexture2D, in canCopyAsBlit()
DGrGLGpu.cpp3146 bool srcIsGLTexture2D = srcTex ? GR_GL_TEXTURE_2D == srcTex->target() : false; in can_blit_framebuffer_for_copy_surface() local
3174 bool srcIsGLTexture2D = srcTex ? GR_GL_TEXTURE_2D == srcTex->target() : false; in can_copy_texsubimage() local
/external/skia/src/gpu/gl/
DGrGLCaps.cpp2140 bool srcIsTextureable, bool srcIsGLTexture2D, in canCopyTexSubImage()
2177 bool srcIsTextureable, bool srcIsGLTexture2D, in canCopyAsBlit()
DGrGLGpu.cpp3174 bool srcIsGLTexture2D = srcTex ? GR_GL_TEXTURE_2D == srcTex->target() : false; in can_blit_framebuffer_for_copy_surface() local
3202 bool srcIsGLTexture2D = srcTex ? GR_GL_TEXTURE_2D == srcTex->target() : false; in can_copy_texsubimage() local