Home
last modified time | relevance | path

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

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