Searched defs:copySurface (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/gpu/
H A DGrContext.h476 void copySurface(GrSurface* dst,
484 bool copySurface(GrSurface* dst, GrSurface* src) { function in class:GrContext
489 this->copySurface(dst, src, SkIRect::MakeWH(dst->width(), dst->height()),
/external/skia/src/gpu/
H A DGrDrawTarget.cpp103 if (this->copySurface(copy, rt, copyRect, dstPoint)) {
424 bool GrDrawTarget::copySurface(GrSurface* dst, function in class:GrDrawTarget
H A DGrContext.cpp1696 void GrContext::copySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, function in class:GrContext
1712 target->copySurface(dst, src, srcRect, dstPoint);
/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp2663 bool GrGLGpu::copySurface(GrSurface* dst, function in class:GrGLGpu

Completed in 265 milliseconds