Lines Matching refs:dstTex
2876 const GrGLTexture* dstTex = static_cast<const GrGLTexture*>(dst->asTexture()); in can_blit_framebuffer_for_copy_surface() local
2883 if (dstTex) { in can_blit_framebuffer_for_copy_surface()
2884 dstTexType = dstTex->textureType(); in can_blit_framebuffer_for_copy_surface()
2910 const GrGLTexture* dstTex = static_cast<const GrGLTexture*>(dst->asTexture()); in can_copy_texsubimage() local
2923 if (dstTex) { in can_copy_texsubimage()
2924 dstTexType = dstTex->textureType(); in can_copy_texsubimage()
3334 auto* dstTex = static_cast<GrGLTexture*>(src->asTexture()); in copySurfaceAsDraw() local
3335 SkASSERT(dstTex); in copySurfaceAsDraw()
3337 if (!this->glCaps().isFormatRenderable(dstTex->format(), 1)) { in copySurfaceAsDraw()
3406 GrGLTexture* dstTex = static_cast<GrGLTexture *>(dst->asTexture()); in copySurfaceAsCopyTexSubImage() local
3407 SkASSERT(dstTex); in copySurfaceAsCopyTexSubImage()
3411 this->bindTextureToScratchUnit(dstTex->target(), dstTex->textureID()); in copySurfaceAsCopyTexSubImage()
3412 GL_CALL(CopyTexSubImage2D(dstTex->target(), 0, in copySurfaceAsCopyTexSubImage()