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

  /external/skia/src/gpu/
GrDrawTarget.cpp 443 if (this->getGpu()->canCopySurface(dst, src, clippedSrcRect, clippedDstPoint)) {
470 bool GrDrawTarget::canCopySurface(const GrSurface* dst,
489 this->getGpu()->canCopySurface(dst, src, clippedSrcRect, clippedDstPoint);
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]

Completed in 139 milliseconds