Home | History | Annotate | Download | only in gpu

Lines Matching defs:onCanCopySurface

888     return this->onCanCopySurface(dst, src, clippedSrcRect, clippedDstPoint);
891 bool GrDrawTarget::onCanCopySurface(GrSurface* dst,
909 if (!GrDrawTarget::onCanCopySurface(dst, src, srcRect, dstPoint)) {