Home
last modified time | relevance | path

Searched refs:dstProxy (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/ganesh/
DGrWritePixelsRenderTask.cpp58 GrSurfaceProxy* dstProxy = this->target(0); in onExecute() local
59 if (!dstProxy->isInstantiated()) { in onExecute()
62 GrSurface* dstSurface = dstProxy->peekSurface(); in onExecute()
DGrCopyRenderTask.cpp84 GrSurfaceProxy* dstProxy = this->target(0); in onExecute() local
85 if (!fSrc->isInstantiated() || !dstProxy->isInstantiated()) { in onExecute()
89 GrSurface* dstSurface = dstProxy->peekSurface(); in onExecute()
DGrPipeline.h149 if (GrTextureProxy* dstProxy = this->dstProxyView().asTextureProxy()) { in peekDstTexture() local
150 return dstProxy->peekTexture(); in peekDstTexture()
DSurfaceContext.cpp360 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()
DGrOpFlushState.cpp106 GrTextureProxy* dstProxy, in doUpload()
111 GrSurface* dstSurface = dstProxy->peekSurface(); in doUpload()
/external/skia/src/gpu/graphite/
DCopyTask.cpp111 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()
DCopyTask.h80 sk_sp<TextureProxy> dstProxy,
92 sk_sp<TextureProxy> dstProxy,
/external/skia/tests/
DMtlCopySurfaceTest.mm48 auto dstProxy = GrSurfaceProxy::Copy(context,
58 if (!dstProxy) {