Searched refs:canCopySurface (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/gpu/ |
D | GrDrawTarget.cpp | 443 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()
|
D | GrInOrderDrawBuffer.cpp | 124 SkASSERT(this->getGpu()->canCopySurface(dst, src, srcRect, dstPoint)); in onCopySurface()
|
D | GrDrawTarget.h | 194 bool canCopySurface(const GrSurface* dst,
|
D | GrTest.cpp | 158 bool canCopySurface(const GrSurface* dst, in canCopySurface() function in MockGpu
|
D | GrGpu.h | 265 virtual bool canCopySurface(const GrSurface* dst,
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 104 bool canCopySurface(const GrSurface* dst,
|
D | GrGLGpu.cpp | 2768 bool GrGLGpu::canCopySurface(const GrSurface* dst, in canCopySurface() function in GrGLGpu
|