/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLGpuCommandBuffer.h | 25 fGpu->copySurface(fTexture, src, srcRect, dstPoint); in copy() 71 fGpu->copySurface(fRenderTarget, src,srcRect, dstPoint); in copy()
|
/third_party/flutter/skia/src/gpu/ |
D | GrOpList.h | 35 virtual bool copySurface(GrRecordingContext*,
|
D | GrTextureOpList.h | 41 bool copySurface(GrRecordingContext*,
|
D | GrRenderTargetOpList.h | 102 bool copySurface(GrRecordingContext*,
|
D | GrTextureOpList.cpp | 157 bool GrTextureOpList::copySurface(GrRecordingContext* context, in copySurface() function in GrTextureOpList
|
D | GrGpu.h | 304 bool copySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect,
|
D | GrGpu.cpp | 350 bool GrGpu::copySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, in copySurface() function in GrGpu
|
D | GrRenderTargetOpList.cpp | 608 bool GrRenderTargetOpList::copySurface(GrRecordingContext* context, in copySurface() function in GrRenderTargetOpList
|
D | GrSurfaceContext.cpp | 428 return this->getOpList()->copySurface(fContext, src, srcRect, dstPoint); in copy()
|
/third_party/skia/src/gpu/ |
D | GrCopyRenderTask.cpp | 93 return flushState->gpu()->copySurface(dstSurface, srcSurface, srcRect, dstPoint); in onExecute()
|
D | GrGpu.h | 358 bool copySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect,
|
D | GrGpu.cpp | 394 bool GrGpu::copySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, in copySurface() function in GrGpu
|
/third_party/skia/tests/ |
D | MtlCopySurfaceTest.mm | 69 bool result = gpu->copySurface(dst.get(), src, SkIRect::MakeXYWH(0, 0, kWidth, kHeight),
|
D | GrSurfaceTest.cpp | 410 auto gpuCopyResult = dContext->priv().getGpu()->copySurface( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlGpuCommandBuffer.h | 33 fGpu->copySurface(fTexture, src, srcRect, dstPoint); in copy()
|
D | GrMtlGpuCommandBuffer.mm | 65 fGpu->copySurface(fRenderTarget, src, srcRect, dstPoint);
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 871 SkAssertResult(this->copySurface(tex, copyTexture.get(), SkIRect::MakeWH(width, height), in uploadTexDataOptimal() 2318 sk_sp<GrVkTextureRenderTarget> copySurface; in onReadPixels() local 2353 copySurface = GrVkTextureRenderTarget::MakeNewTextureRenderTarget( in onReadPixels() 2355 if (!copySurface) { in onReadPixels() 2360 SkAssertResult(this->copySurface(copySurface.get(), surface, srcRect, SkIPoint::Make(0,0))); in onReadPixels() 2365 image = copySurface.get(); in onReadPixels()
|
D | GrVkGpuCommandBuffer.cpp | 56 args.fGpu->copySurface(args.fSurface, fSrc.get(), fSrcRect, fDstPoint, fShouldDiscardDst); in execute()
|
/third_party/flutter/skia/tests/ |
D | GrSurfaceTest.cpp | 431 auto gpuCopyResult = context->priv().getGpu()->copySurface( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|