Searched refs:copySurface (Results 1 – 12 of 12) sorted by relevance
/external/skia/include/gpu/ |
D | GrContext.h | 476 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/ |
D | GrTargetCommands.cpp | 110 gpu->copySurface(this->dst(), this->src(), fSrcRect, fDstPoint); in execute()
|
D | SkGrPixelRef.cpp | 91 context->copySurface(dst->asRenderTarget(), texture, srcRect, SkIPoint::Make(0,0), in copy_to_new_texture_pixelref()
|
D | GrDrawTarget.h | 186 bool copySurface(GrSurface* dst,
|
D | GrTest.cpp | 163 bool copySurface(GrSurface* dst, in copySurface() function in MockGpu
|
D | GrGpu.h | 274 virtual bool copySurface(GrSurface* dst,
|
D | GrDrawTarget.cpp | 103 if (this->copySurface(copy, rt, copyRect, dstPoint)) { in setupDstReadIfNecessary() 424 bool GrDrawTarget::copySurface(GrSurface* dst, in copySurface() function in GrDrawTarget
|
D | GrContext.cpp | 1696 void GrContext::copySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, in copySurface() function in GrContext 1712 target->copySurface(dst, src, srcRect, dstPoint); in copySurface()
|
D | SkGpuDevice.cpp | 336 this->context()->copySurface(newRT, fRenderTarget); in replaceRenderTarget()
|
/external/skia/src/image/ |
D | SkImage_Gpu.cpp | 156 ctx->copySurface(dst, src, srcR, dstP, GrContext::kFlushWrites_PixelOp); in NewFromTextureCopy()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 99 bool copySurface(GrSurface* dst,
|
D | GrGLGpu.cpp | 2663 bool GrGLGpu::copySurface(GrSurface* dst, in copySurface() function in GrGLGpu
|