/external/chromium_org/third_party/skia/src/gpu/ |
GrInOrderDrawBuffer.h | 160 virtual bool onCopySurface(GrSurface* dst,
|
GrDrawTarget.h | 713 virtual bool onCopySurface(GrSurface* dst, 718 // Called to determine whether an onCopySurface call would succeed or not. This is useful for 720 // classes must keep this consistent with their implementation of onCopySurface(). The inputs 721 // are the same as onCopySurface(), i.e. srcRect and dstPoint are clipped to be inside the src [all...] |
GrDrawTarget.cpp | 888 bool result = this->onCopySurface(dst, src, clippedSrcRect, clippedDstPoint); 928 bool GrDrawTarget::onCopySurface(GrSurface* dst, [all...] |
GrInOrderDrawBuffer.cpp | 572 bool GrInOrderDrawBuffer::onCopySurface(GrSurface* dst,
|
/external/skia/src/gpu/ |
GrInOrderDrawBuffer.h | 160 virtual bool onCopySurface(GrSurface* dst,
|
GrDrawTarget.h | 713 virtual bool onCopySurface(GrSurface* dst, 718 // Called to determine whether an onCopySurface call would succeed or not. This is useful for 720 // classes must keep this consistent with their implementation of onCopySurface(). The inputs 721 // are the same as onCopySurface(), i.e. srcRect and dstPoint are clipped to be inside the src [all...] |
GrDrawTarget.cpp | 888 bool result = this->onCopySurface(dst, src, clippedSrcRect, clippedDstPoint); 928 bool GrDrawTarget::onCopySurface(GrSurface* dst, [all...] |
GrInOrderDrawBuffer.cpp | 572 bool GrInOrderDrawBuffer::onCopySurface(GrSurface* dst,
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGpuGL.h | 109 virtual bool onCopySurface(GrSurface* dst,
|
GrGpuGL.cpp | [all...] |
/external/skia/src/gpu/gl/ |
GrGpuGL.h | 109 virtual bool onCopySurface(GrSurface* dst,
|
GrGpuGL.cpp | [all...] |