Home | History | Annotate | Download | only in gl

Lines Matching refs:dstIsGLTexture2D

3173     bool dstIsGLTexture2D = dstTex ? GR_GL_TEXTURE_2D == dstTex->target() : false;
3176 return caps.canCopyAsBlit(dst->config(), dstSampleCnt, SkToBool(dstTex), dstIsGLTexture2D,
3201 bool dstIsGLTexture2D = dstTex ? GR_GL_TEXTURE_2D == dstTex->target() : false;
3205 dstIsGLTexture2D, dstOrigin, src->config(),