Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLCaps.h435 const GrTextureType* dstTypeIfTexture,
439 const GrTextureType* dstTypeIfTexture,
DGrGLCaps.cpp3334 const GrTextureType* dstTypeIfTexture, in canCopyTexSubImage() argument
3393 if (!dstTypeIfTexture) { in canCopyTexSubImage()
3401 *dstTypeIfTexture != GrTextureType::kExternal; in canCopyTexSubImage()
3405 const GrTextureType* dstTypeIfTexture, in canCopyAsBlit() argument
3416 if (dstTypeIfTexture && *dstTypeIfTexture == GrTextureType::kExternal) { in canCopyAsBlit()