Home
last modified time | relevance | path

Searched refs:copySurface (Results 1 – 12 of 12) sorted by relevance

/external/skia/include/gpu/
DGrContext.h476 void copySurface(GrSurface* dst,
484 bool copySurface(GrSurface* dst, GrSurface* src) { in copySurface() function
489 this->copySurface(dst, src, SkIRect::MakeWH(dst->width(), dst->height()), in copySurface()
/external/skia/src/gpu/
DGrTargetCommands.cpp110 gpu->copySurface(this->dst(), this->src(), fSrcRect, fDstPoint); in execute()
DSkGrPixelRef.cpp91 context->copySurface(dst->asRenderTarget(), texture, srcRect, SkIPoint::Make(0,0), in copy_to_new_texture_pixelref()
DGrDrawTarget.h186 bool copySurface(GrSurface* dst,
DGrTest.cpp163 bool copySurface(GrSurface* dst, in copySurface() function in MockGpu
DGrGpu.h274 virtual bool copySurface(GrSurface* dst,
DGrDrawTarget.cpp103 if (this->copySurface(copy, rt, copyRect, dstPoint)) { in setupDstReadIfNecessary()
424 bool GrDrawTarget::copySurface(GrSurface* dst, in copySurface() function in GrDrawTarget
DGrContext.cpp1696 void GrContext::copySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, in copySurface() function in GrContext
1712 target->copySurface(dst, src, srcRect, dstPoint); in copySurface()
DSkGpuDevice.cpp336 this->context()->copySurface(newRT, fRenderTarget); in replaceRenderTarget()
/external/skia/src/image/
DSkImage_Gpu.cpp156 ctx->copySurface(dst, src, srcR, dstP, GrContext::kFlushWrites_PixelOp); in NewFromTextureCopy()
/external/skia/src/gpu/gl/
DGrGLGpu.h99 bool copySurface(GrSurface* dst,
DGrGLGpu.cpp2663 bool GrGLGpu::copySurface(GrSurface* dst, in copySurface() function in GrGLGpu