/external/skqp/src/gpu/gl/ |
D | GrGLGpuCommandBuffer.h | 26 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/ |
D | GrTextureOpList.h | 51 bool copySurface(GrContext*,
|
D | GrSurfaceContext.cpp | 90 return this->getOpList()->copySurface(fContext, this->asSurfaceProxy(), in copy()
|
D | GrRenderTargetOpList.h | 103 bool copySurface(GrContext*,
|
D | GrTextureOpList.cpp | 139 bool GrTextureOpList::copySurface(GrContext* context, in copySurface() function in GrTextureOpList
|
D | GrGpu.h | 243 bool copySurface(GrSurface* dst, GrSurfaceOrigin dstOrigin,
|
D | GrGpu.cpp | 230 bool GrGpu::copySurface(GrSurface* dst, GrSurfaceOrigin dstOrigin, in copySurface() function in GrGpu
|
D | GrRenderTargetOpList.cpp | 577 bool GrRenderTargetOpList::copySurface(GrContext* context, in copySurface() function in GrRenderTargetOpList
|
/external/skia/src/gpu/ |
D | GrCopyRenderTask.cpp | 92 return flushState->gpu()->copySurface(dstSurface, srcSurface, srcRect, dstPoint); in onExecute()
|
D | GrGpu.h | 337 bool copySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect,
|
D | GrGpu.cpp | 367 bool GrGpu::copySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, in copySurface() function in GrGpu
|
/external/skqp/include/private/ |
D | GrOpList.h | 42 virtual bool copySurface(GrContext*,
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlGpuCommandBuffer.h | 32 fGpu->copySurface(fTexture, fOrigin, src, srcOrigin, srcRect, dstPoint); in copy()
|
D | GrMtlGpuCommandBuffer.mm | 104 fGpu->copySurface(fRenderTarget, fOrigin, src, srcOrigin, srcRect, dstPoint);
|
D | GrMtlGpu.mm | 687 if (!this->copySurface(transferTexture.get(), transferOrigin, 701 if (!this->copySurface(dst, dstOrigin,
|
/external/skqp/src/gpu/vk/ |
D | GrVkGpu.cpp | 784 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()
|
D | GrVkGpuCommandBuffer.cpp | 41 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/ |
D | MtlCopySurfaceTest.mm | 67 bool result = gpu->copySurface(dst.get(), src, SkIRect::MakeXYWH(0, 0, kWidth, kHeight),
|
D | GrSurfaceTest.cpp | 408 auto gpuCopyResult = dContext->priv().getGpu()->copySurface( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skqp/tests/ |
D | GrSurfaceTest.cpp | 317 auto gpuCopyResult = context->contextPriv().getGpu()->copySurface( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|