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

  /external/skia/src/gpu/
GrGpu.cpp 254 bool GrGpu::copySurface(GrSurface* dst,
GrDrawTarget.cpp 181 this->copySurface(copy, rt, copyRect, dstPoint);
409 bool GrDrawTarget::copySurface(GrSurface* dst,
GrContext.cpp 514 bool GrContext::copySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect,
518 GR_AUDIT_TRAIL_AUTO_FRAME(&fAuditTrail, "GrContext::copySurface");
539 return fGpu->copySurface(dst, src, clippedSrcRect, clippedDstPoint);
546 if (!drawContext->copySurface(src, srcRect, dstPoint)) {
GrDrawContext.cpp 99 bool GrDrawContext::copySurface(GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) {
103 GR_AUDIT_TRAIL_AUTO_FRAME(fAuditTrail, "GrDrawContext::copySurface");
105 return this->getDrawTarget()->copySurface(fRenderTarget, src, srcRect, dstPoint);
  /external/skia/include/gpu/
GrContext.h 282 bool copySurface(GrSurface* dst,
289 bool copySurface(GrSurface* dst, GrSurface* src) {
290 return this->copySurface(dst, src, SkIRect::MakeWH(dst->width(), dst->height()),

Completed in 159 milliseconds