Lines Matching refs:dstTex
3026 const GrGLTexture* dstTex = static_cast<const GrGLTexture*>(dst->asTexture()); in can_blit_framebuffer_for_copy_surface() local
3033 if (dstTex) { in can_blit_framebuffer_for_copy_surface()
3034 dstTexType = dstTex->texturePriv().textureType(); in can_blit_framebuffer_for_copy_surface()
3060 const GrGLTexture* dstTex = static_cast<const GrGLTexture*>(dst->asTexture()); in can_copy_texsubimage() local
3073 if (dstTex) { in can_copy_texsubimage()
3074 dstTexType = dstTex->texturePriv().textureType(); in can_copy_texsubimage()
3482 auto* dstTex = static_cast<GrGLTexture*>(src->asTexture()); in copySurfaceAsDraw() local
3489 SkASSERT(dstTex); in copySurfaceAsDraw()
3490 if (!this->glCaps().isFormatRenderable(dstTex->format(), 1)) { in copySurfaceAsDraw()
3559 GrGLTexture* dstTex = static_cast<GrGLTexture *>(dst->asTexture()); in copySurfaceAsCopyTexSubImage() local
3560 SkASSERT(dstTex); in copySurfaceAsCopyTexSubImage()
3564 this->bindTextureToScratchUnit(dstTex->target(), dstTex->textureID()); in copySurfaceAsCopyTexSubImage()
3565 GL_CALL(CopyTexSubImage2D(dstTex->target(), 0, in copySurfaceAsCopyTexSubImage()