Searched defs:dstIsGLTexture2D (Results 1 – 2 of 2) 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