Searched refs:canCopySurface (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/gpu/ |
D | GrSurfaceContext.cpp | 85 if (!fContext->contextPriv().caps()->canCopySurface(this->asSurfaceProxy(), src, srcRect, in copy()
|
D | GrCaps.h | 249 bool canCopySurface(const GrSurfaceProxy* dst, const GrSurfaceProxy* src,
|
D | GrCaps.cpp | 271 bool GrCaps::canCopySurface(const GrSurfaceProxy* dst, const GrSurfaceProxy* src, in canCopySurface() function in GrCaps
|
/external/skia/src/gpu/ |
D | GrCaps.h | 357 bool canCopySurface(const GrSurfaceProxy* dst, const GrSurfaceProxy* src,
|
D | GrCaps.cpp | 285 bool GrCaps::canCopySurface(const GrSurfaceProxy* dst, const GrSurfaceProxy* src, in canCopySurface() function in GrCaps
|
D | GrSurfaceContext.cpp | 1124 if (!caps->canCopySurface(this->asSurfaceProxy(), src.get(), srcRect, dstPoint)) { in copy()
|