Searched refs:targetProxy (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkDeferredDisplayList.cpp | 22 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 D | SkDeferredDisplayListPriv.h | 25 GrRenderTargetProxy* targetProxy() const { in targetProxy() function in SkDeferredDisplayListPriv
|
H A D | SkCanvasPriv.cpp | 165 return gpuDevice->targetProxy(); in TopDeviceTargetProxy()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkDrawAreaManager.cpp | 22 auto gpuDeviceProxy = gpuDevice->asGpuDevice()->targetProxy(); in bindDrawingArea() 52 auto gpuDeviceProxy = gpuDevice->asGpuDevice()->targetProxy(); in clearSurface()
|
H A D | GrVkSecondaryCBDrawContext.cpp | 80 dContext->priv().flushSurface(fDevice->targetProxy()); in flush()
|
/third_party/skia/src/gpu/ |
H A D | BaseDevice.cpp | 61 GrRenderTargetProxy* BaseDevice::targetProxy() { in targetProxy() function in skgpu::BaseDevice 69 GrRenderTargetProxy* oldRTP = this->targetProxy(); in replaceBackingProxy()
|
H A D | BaseDevice.h | 54 GrRenderTargetProxy* targetProxy();
|
H A D | GrDrawingManager.cpp | 625 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 D | SkSurface_Gpu.cpp | 40 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 D | OpsTask.cpp | 938 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 D | SurfaceTest.cpp | 208 ((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