Home
last modified time | relevance | path

Searched refs:targetProxy (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/src/core/
H A DSkDeferredDisplayList.cpp22 sk_sp<GrRenderTargetProxy> targetProxy, in SkDeferredDisplayList()
27 , fTargetProxy(std::move(targetProxy)) in SkDeferredDisplayList()
21 SkDeferredDisplayList(const SkSurfaceCharacterization& characterization, sk_sp<GrRenderTargetProxy> targetProxy, sk_sp<LazyProxyData> lazyProxyData) SkDeferredDisplayList() argument
H A DSkDeferredDisplayListPriv.h25 GrRenderTargetProxy* targetProxy() const { in targetProxy() function in SkDeferredDisplayListPriv
H A DSkCanvasPriv.cpp165 return gpuDevice->targetProxy(); in TopDeviceTargetProxy()
/third_party/skia/src/gpu/vk/
H A DGrVkDrawAreaManager.cpp22 auto gpuDeviceProxy = gpuDevice->asGpuDevice()->targetProxy(); in bindDrawingArea()
52 auto gpuDeviceProxy = gpuDevice->asGpuDevice()->targetProxy(); in clearSurface()
H A DGrVkSecondaryCBDrawContext.cpp80 dContext->priv().flushSurface(fDevice->targetProxy()); in flush()
/third_party/skia/src/gpu/
H A DBaseDevice.cpp61 GrRenderTargetProxy* BaseDevice::targetProxy() { in targetProxy() function in skgpu::BaseDevice
69 GrRenderTargetProxy* oldRTP = this->targetProxy(); in replaceBackingProxy()
H A DBaseDevice.h54 GrRenderTargetProxy* targetProxy();
H A DGrDrawingManager.cpp625 if (ddl->priv().targetProxy()->isMSAADirty()) { in createDDLTask()
628 ddl->priv().targetProxy()->backingStoreDimensions().height(), in createDDLTask()
629 ddl->priv().targetProxy()->msaaDirtyRect()); in createDDLTask()
/third_party/skia/src/image/
H A DSkSurface_Gpu.cpp40 SkASSERT(fDevice->targetProxy()->priv().isExact()); in SkSurface_Gpu()
77 dContext->priv().flushSurface(surface->getDevice()->targetProxy()); in prepare_rt_for_external_access()
80 return surface->getDevice()->targetProxy()->peekRenderTarget(); in prepare_rt_for_external_access()
117 GrRenderTargetProxy* rtp = fDevice->targetProxy(); in onNewImageSnapshot()
225 GrRenderTargetProxy* rtp = fDevice->targetProxy(); in onFlush()
546 auto* oldRTP = fDevice->targetProxy(); in onReplaceBackendTexture()
/third_party/skia/src/gpu/ops/
H A DOpsTask.cpp938 GrSurfaceProxy* targetProxy = this->target(0); in gatherProxyIntervals() local
944 alloc->addInterval(targetProxy, cur, cur + fOpChains.count() - 1, in gatherProxyIntervals()
950 alloc->addInterval(targetProxy, alloc->curOp(), alloc->curOp(), in gatherProxyIntervals()
/third_party/skia/tests/
H A DSurfaceTest.cpp208 ((SkSurface_Gpu*)(surf.get()))->getDevice()->targetProxy()->numSamples(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
570 GrRenderTargetProxy* proxy = gsurf->getDevice()->targetProxy(); in is_budgeted()
731 GrRenderTarget* rt = surfaceGpu->getDevice()->targetProxy()->peekRenderTarget(); in supports_readpixels()

Completed in 10 milliseconds