Searched refs:canCopySurface (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/gpu/
H A DGrDrawTarget.h194 bool canCopySurface(const GrSurface* dst,
H A DGrGpu.h265 virtual bool canCopySurface(const GrSurface* dst,
H A DGrInOrderDrawBuffer.cpp124 SkASSERT(this->getGpu()->canCopySurface(dst, src, srcRect, dstPoint));
H A DGrTest.cpp158 bool canCopySurface(const GrSurface* dst,
H A DGrDrawTarget.cpp443 if (this->getGpu()->canCopySurface(dst, src, clippedSrcRect, clippedDstPoint)) {
470 bool GrDrawTarget::canCopySurface(const GrSurface* dst, function in class:GrDrawTarget
489 this->getGpu()->canCopySurface(dst, src, clippedSrcRect, clippedDstPoint);
/external/skia/src/gpu/gl/
H A DGrGLGpu.h104 bool canCopySurface(const GrSurface* dst,
H A DGrGLGpu.cpp2768 bool GrGLGpu::canCopySurface(const GrSurface* dst, function in class:GrGLGpu

Completed in 112 milliseconds