Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLCaps.h488 const GrTextureType* srcTypeIfTexture) const;
492 const GrTextureType* srcTypeIfTexture,
H A DGrGLCaps.cpp3653 const GrTextureType* srcTypeIfTexture) const { in canCopyTexSubImage()
3726 (!srcTypeIfTexture || *srcTypeIfTexture != GrTextureType::kExternal) && in canCopyTexSubImage()
3733 const GrTextureType* srcTypeIfTexture, in canCopyAsBlit() argument
3745 if (srcTypeIfTexture && *srcTypeIfTexture == GrTextureType::kExternal) { in canCopyAsBlit()