Searched refs:onCopySurface (Results 1 - 12 of 12) sorted by relevance

/external/skia/src/gpu/
H A DGrInOrderDrawBuffer.h179 virtual bool onCopySurface(GrSurface* dst,
H A DGrDrawTarget.h767 virtual bool onCopySurface(GrSurface* dst,
772 // Called to determine whether an onCopySurface call would succeed or not. This is useful for
774 // classes must keep this consistent with their implementation of onCopySurface(). The inputs
775 // are the same as onCopySurface(), i.e. srcRect and dstPoint are clipped to be inside the src
H A DGrDrawTarget.cpp957 bool result = this->onCopySurface(dst, src, clippedSrcRect, clippedDstPoint);
997 bool GrDrawTarget::onCopySurface(GrSurface* dst, function in class:GrDrawTarget
H A DGrInOrderDrawBuffer.cpp689 bool GrInOrderDrawBuffer::onCopySurface(GrSurface* dst, function in class:GrInOrderDrawBuffer
/external/chromium_org/third_party/skia/src/gpu/
H A DGrInOrderDrawBuffer.h229 virtual bool onCopySurface(GrSurface* dst,
H A DGrDrawTarget.h749 virtual bool onCopySurface(GrSurface* dst,
754 // Called to determine whether an onCopySurface call would succeed or not. This is useful for
756 // classes must keep this consistent with their implementation of onCopySurface(). The inputs
757 // are the same as onCopySurface(), i.e. srcRect and dstPoint are clipped to be inside the src
H A DGrDrawTarget.cpp930 bool result = this->onCopySurface(dst, src, clippedSrcRect, clippedDstPoint);
970 bool GrDrawTarget::onCopySurface(GrSurface* dst, function in class:GrDrawTarget
H A DGrInOrderDrawBuffer.cpp608 bool GrInOrderDrawBuffer::onCopySurface(GrSurface* dst, function in class:GrInOrderDrawBuffer
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL.h98 virtual bool onCopySurface(GrSurface* dst,
H A DGrGpuGL.cpp2427 bool GrGpuGL::onCopySurface(GrSurface* dst, function in class:GrGpuGL
2535 copied = INHERITED::onCopySurface(dst, src, srcRect, dstPoint);
2545 // This mirrors the logic in onCopySurface.
/external/skia/src/gpu/gl/
H A DGrGpuGL.h117 virtual bool onCopySurface(GrSurface* dst,
H A DGrGpuGL.cpp2842 bool GrGpuGL::onCopySurface(GrSurface* dst, function in class:GrGpuGL
2951 copied = INHERITED::onCopySurface(dst, src, srcRect, dstPoint);
2961 // This mirrors the logic in onCopySurface.

Completed in 170 milliseconds