Home
last modified time | relevance | path

Searched refs:srcTypeIfTexture (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLCaps.h437 const GrTextureType* srcTypeIfTexture) const;
441 const GrTextureType* srcTypeIfTexture,
DGrGLCaps.cpp3336 const GrTextureType* srcTypeIfTexture) const { in canCopyTexSubImage()
3400 (!srcTypeIfTexture || *srcTypeIfTexture != GrTextureType::kExternal) && in canCopyTexSubImage()
3407 const GrTextureType* srcTypeIfTexture, in canCopyAsBlit() argument
3419 if (srcTypeIfTexture && *srcTypeIfTexture == GrTextureType::kExternal) { in canCopyAsBlit()