Searched refs:dstProxy (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/ganesh/ |
D | GrWritePixelsRenderTask.cpp | 58 GrSurfaceProxy* dstProxy = this->target(0); in onExecute() local 59 if (!dstProxy->isInstantiated()) { in onExecute() 62 GrSurface* dstSurface = dstProxy->peekSurface(); in onExecute()
|
D | GrCopyRenderTask.cpp | 84 GrSurfaceProxy* dstProxy = this->target(0); in onExecute() local 85 if (!fSrc->isInstantiated() || !dstProxy->isInstantiated()) { in onExecute() 89 GrSurface* dstSurface = dstProxy->peekSurface(); in onExecute()
|
D | GrPipeline.h | 149 if (GrTextureProxy* dstProxy = this->dstProxyView().asTextureProxy()) { in peekDstTexture() local 150 return dstProxy->peekTexture(); in peekDstTexture()
|
D | SurfaceContext.cpp | 360 GrSurfaceProxy* dstProxy = this->asSurfaceProxy(); in internalWritePixels() local 362 if (dstProxy->framebufferOnly()) { in internalWritePixels() 366 if (!dstProxy->instantiate(dContext->priv().resourceProvider())) { in internalWritePixels() 370 GrSurface* dstSurface = dstProxy->peekSurface(); in internalWritePixels() 413 format = dstProxy->backendFormat().makeTexture2D(); in internalWritePixels() 490 dstProxy->backendFormat(), in internalWritePixels() 533 sk_ref_sp(dstProxy), in internalWritePixels() 542 dstProxy->asTextureProxy()->markMipmapsClean(); in internalWritePixels() 547 dContext->priv().flushSurface(dstProxy); in internalWritePixels()
|
D | GrOpFlushState.cpp | 106 GrTextureProxy* dstProxy, in doUpload() 111 GrSurface* dstSurface = dstProxy->peekSurface(); in doUpload()
|
/external/skia/src/gpu/graphite/ |
D | CopyTask.cpp | 111 sk_sp<TextureProxy> dstProxy, in Make() argument 115 std::move(dstProxy), in Make() 121 sk_sp<TextureProxy> dstProxy, in CopyTextureToTextureTask() argument 125 , fDstProxy(std::move(dstProxy)) in CopyTextureToTextureTask()
|
D | CopyTask.h | 80 sk_sp<TextureProxy> dstProxy, 92 sk_sp<TextureProxy> dstProxy,
|
/external/skia/tests/ |
D | MtlCopySurfaceTest.mm | 48 auto dstProxy = GrSurfaceProxy::Copy(context, 58 if (!dstProxy) {
|