HomeSort by relevance Sort by last modified time
    Searched refs:canCopySurface (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.cpp 926 SkASSERT(this->canCopySurface(dst, src, srcRect, dstPoint));
931 SkASSERT(result == this->canCopySurface(dst, src, clippedSrcRect, clippedDstPoint));
935 bool GrDrawTarget::canCopySurface(GrSurface* dst,
    [all...]
GrDrawTarget.h 466 bool canCopySurface(GrSurface* dst,
    [all...]
GrInOrderDrawBuffer.cpp 612 if (fDstGpu->canCopySurface(dst, src, srcRect, dstPoint)) {
626 return fDstGpu->canCopySurface(dst, src, srcRect, dstPoint);
    [all...]

Completed in 3118 milliseconds