Searched defs:dstIsGLTexture2D (Results 1 – 4 of 4) sorted by relevance
2119 bool dstIsTextureable, bool dstIsGLTexture2D, in canCopyTexSubImage()2156 bool dstIsTextureable, bool dstIsGLTexture2D, in canCopyAsBlit()
3145 bool dstIsGLTexture2D = dstTex ? GR_GL_TEXTURE_2D == dstTex->target() : false; in can_blit_framebuffer_for_copy_surface() local3173 bool dstIsGLTexture2D = dstTex ? GR_GL_TEXTURE_2D == dstTex->target() : false; in can_copy_texsubimage() local
2137 bool dstIsTextureable, bool dstIsGLTexture2D, in canCopyTexSubImage()2174 bool dstIsTextureable, bool dstIsGLTexture2D, in canCopyAsBlit()
3173 bool dstIsGLTexture2D = dstTex ? GR_GL_TEXTURE_2D == dstTex->target() : false; in can_blit_framebuffer_for_copy_surface() local3201 bool dstIsGLTexture2D = dstTex ? GR_GL_TEXTURE_2D == dstTex->target() : false; in can_copy_texsubimage() local