Lines Matching defs:dstTex
2887 const GrGLTexture* dstTex = static_cast<const GrGLTexture*>(dst->asTexture());
2894 if (dstTex) {
2895 dstTexType = dstTex->textureType();
2921 const GrGLTexture* dstTex = static_cast<const GrGLTexture*>(dst->asTexture());
2934 if (dstTex) {
2935 dstTexType = dstTex->textureType();
3345 auto* dstTex = static_cast<GrGLTexture*>(src->asTexture());
3346 SkASSERT(dstTex);
3348 if (!this->glCaps().isFormatRenderable(dstTex->format(), 1)) {
3417 GrGLTexture* dstTex = static_cast<GrGLTexture *>(dst->asTexture());
3418 SkASSERT(dstTex);
3422 this->bindTextureToScratchUnit(dstTex->target(), dstTex->textureID());
3423 GL_CALL(CopyTexSubImage2D(dstTex->target(), 0,