Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gl/
DGrGLGpuCommandBuffer.h26 fGpu->copySurface(fTexture, fOrigin, src, srcOrigin, srcRect, dstPoint); in copy()
67 fGpu->copySurface(fRenderTarget, fOrigin, src, srcOrigin, srcRect, dstPoint); in copy()
/external/skqp/src/gpu/
DGrTextureOpList.h51 bool copySurface(GrContext*,
DGrSurfaceContext.cpp90 return this->getOpList()->copySurface(fContext, this->asSurfaceProxy(), in copy()
DGrRenderTargetOpList.h103 bool copySurface(GrContext*,
DGrTextureOpList.cpp139 bool GrTextureOpList::copySurface(GrContext* context, in copySurface() function in GrTextureOpList
DGrGpu.h243 bool copySurface(GrSurface* dst, GrSurfaceOrigin dstOrigin,
DGrGpu.cpp230 bool GrGpu::copySurface(GrSurface* dst, GrSurfaceOrigin dstOrigin, in copySurface() function in GrGpu
DGrRenderTargetOpList.cpp577 bool GrRenderTargetOpList::copySurface(GrContext* context, in copySurface() function in GrRenderTargetOpList
/external/skia/src/gpu/
DGrCopyRenderTask.cpp92 return flushState->gpu()->copySurface(dstSurface, srcSurface, srcRect, dstPoint); in onExecute()
DGrGpu.h337 bool copySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect,
DGrGpu.cpp367 bool GrGpu::copySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, in copySurface() function in GrGpu
/external/skqp/include/private/
DGrOpList.h42 virtual bool copySurface(GrContext*,
/external/skqp/src/gpu/mtl/
DGrMtlGpuCommandBuffer.h32 fGpu->copySurface(fTexture, fOrigin, src, srcOrigin, srcRect, dstPoint); in copy()
DGrMtlGpuCommandBuffer.mm104 fGpu->copySurface(fRenderTarget, fOrigin, src, srcOrigin, srcRect, dstPoint);
DGrMtlGpu.mm687 if (!this->copySurface(transferTexture.get(), transferOrigin,
701 if (!this->copySurface(dst, dstOrigin,
/external/skqp/src/gpu/vk/
DGrVkGpu.cpp784 SkAssertResult(this->copySurface(tex, kOrigin, copyTexture.get(), kOrigin, in uploadTexDataOptimal()
2079 sk_sp<GrVkTextureRenderTarget> copySurface; in onReadPixels() local
2108 copySurface = GrVkTextureRenderTarget::MakeNewTextureRenderTarget( in onReadPixels()
2110 if (!copySurface) { in onReadPixels()
2118 if (!this->vkCaps().canCopyAsBlit(copySurface->config(), 1, false, in onReadPixels()
2121 !this->vkCaps().canCopyAsDraw(copySurface->config(), false, in onReadPixels()
2127 if (!this->copySurface(copySurface.get(), kOrigin, surface, kOrigin, in onReadPixels()
2134 image = copySurface.get(); in onReadPixels()
DGrVkGpuCommandBuffer.cpp41 fGpu->copySurface(fTexture, fOrigin, copyInfo.fSrc, copyInfo.fSrcOrigin, copyInfo.fSrcRect, in submit()
177 fGpu->copySurface(fRenderTarget, fOrigin, copyInfo.fSrc, copyInfo.fSrcOrigin, in submit()
/external/skia/tests/
DMtlCopySurfaceTest.mm67 bool result = gpu->copySurface(dst.get(), src, SkIRect::MakeXYWH(0, 0, kWidth, kHeight),
DGrSurfaceTest.cpp408 auto gpuCopyResult = dContext->priv().getGpu()->copySurface( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skqp/tests/
DGrSurfaceTest.cpp317 auto gpuCopyResult = context->contextPriv().getGpu()->copySurface( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()