Searched defs:onCanCopySurface (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawTarget.cpp911 return this->onCanCopySurface(dst, src, clippedSrcRect, clippedDstPoint);
914 bool GrDrawTarget::onCanCopySurface(GrSurface* dst, function in class:GrDrawTarget
932 if (!GrDrawTarget::onCanCopySurface(dst, src, srcRect, dstPoint)) {
H A DGrInOrderDrawBuffer.cpp588 bool GrInOrderDrawBuffer::onCanCopySurface(GrSurface* dst, function in class:GrInOrderDrawBuffer
/external/skia/src/gpu/
H A DGrDrawTarget.cpp911 return this->onCanCopySurface(dst, src, clippedSrcRect, clippedDstPoint);
914 bool GrDrawTarget::onCanCopySurface(GrSurface* dst, function in class:GrDrawTarget
932 if (!GrDrawTarget::onCanCopySurface(dst, src, srcRect, dstPoint)) {
H A DGrInOrderDrawBuffer.cpp588 bool GrInOrderDrawBuffer::onCanCopySurface(GrSurface* dst, function in class:GrInOrderDrawBuffer
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL.cpp2536 bool inheritedCouldCopy = INHERITED::onCanCopySurface(dst, src, srcRect, dstPoint);
2647 bool GrGpuGL::onCanCopySurface(GrSurface* dst, function in class:GrGpuGL
2666 return INHERITED::onCanCopySurface(dst, src, srcRect, dstPoint);
/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp2536 bool inheritedCouldCopy = INHERITED::onCanCopySurface(dst, src, srcRect, dstPoint);
2647 bool GrGpuGL::onCanCopySurface(GrSurface* dst, function in class:GrGpuGL
2666 return INHERITED::onCanCopySurface(dst, src, srcRect, dstPoint);

Completed in 79 milliseconds