Home
last modified time | relevance | path

Searched refs:canCopySurface (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/gpu/
DGrSurfaceContext.cpp85 if (!fContext->contextPriv().caps()->canCopySurface(this->asSurfaceProxy(), src, srcRect, in copy()
DGrCaps.h249 bool canCopySurface(const GrSurfaceProxy* dst, const GrSurfaceProxy* src,
DGrCaps.cpp271 bool GrCaps::canCopySurface(const GrSurfaceProxy* dst, const GrSurfaceProxy* src, in canCopySurface() function in GrCaps
/external/skia/src/gpu/
DGrCaps.h357 bool canCopySurface(const GrSurfaceProxy* dst, const GrSurfaceProxy* src,
DGrCaps.cpp285 bool GrCaps::canCopySurface(const GrSurfaceProxy* dst, const GrSurfaceProxy* src, in canCopySurface() function in GrCaps
DGrSurfaceContext.cpp1124 if (!caps->canCopySurface(this->asSurfaceProxy(), src.get(), srcRect, dstPoint)) { in copy()