Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/gl/
DGrGLGpuCommandBuffer.h25 fGpu->copySurface(fTexture, src, srcRect, dstPoint); in copy()
71 fGpu->copySurface(fRenderTarget, src,srcRect, dstPoint); in copy()
/third_party/flutter/skia/src/gpu/
DGrOpList.h35 virtual bool copySurface(GrRecordingContext*,
DGrTextureOpList.h41 bool copySurface(GrRecordingContext*,
DGrRenderTargetOpList.h102 bool copySurface(GrRecordingContext*,
DGrTextureOpList.cpp157 bool GrTextureOpList::copySurface(GrRecordingContext* context, in copySurface() function in GrTextureOpList
DGrGpu.h304 bool copySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect,
DGrGpu.cpp350 bool GrGpu::copySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, in copySurface() function in GrGpu
DGrRenderTargetOpList.cpp608 bool GrRenderTargetOpList::copySurface(GrRecordingContext* context, in copySurface() function in GrRenderTargetOpList
DGrSurfaceContext.cpp428 return this->getOpList()->copySurface(fContext, src, srcRect, dstPoint); in copy()
/third_party/skia/src/gpu/
DGrCopyRenderTask.cpp93 return flushState->gpu()->copySurface(dstSurface, srcSurface, srcRect, dstPoint); in onExecute()
DGrGpu.h358 bool copySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect,
DGrGpu.cpp394 bool GrGpu::copySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, in copySurface() function in GrGpu
/third_party/skia/tests/
DMtlCopySurfaceTest.mm69 bool result = gpu->copySurface(dst.get(), src, SkIRect::MakeXYWH(0, 0, kWidth, kHeight),
DGrSurfaceTest.cpp410 auto gpuCopyResult = dContext->priv().getGpu()->copySurface( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlGpuCommandBuffer.h33 fGpu->copySurface(fTexture, src, srcRect, dstPoint); in copy()
DGrMtlGpuCommandBuffer.mm65 fGpu->copySurface(fRenderTarget, src, srcRect, dstPoint);
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpu.cpp871 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()
DGrVkGpuCommandBuffer.cpp56 args.fGpu->copySurface(args.fSurface, fSrc.get(), fSrcRect, fDstPoint, fShouldDiscardDst); in execute()
/third_party/flutter/skia/tests/
DGrSurfaceTest.cpp431 auto gpuCopyResult = context->priv().getGpu()->copySurface( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()