Home
last modified time | relevance | path

Searched defs:scratchManager (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/task/
H A DDrawTask.cpp21 ScratchResourceManager* scratchManager, in prepareResources()
54 void DrawTask::onUseCompleted(ScratchResourceManager* scratchManager) { in onUseCompleted()
H A DTaskList.cpp39 ScratchResourceManager* scratchManager, in prepareResources()
H A DComputeTask.cpp31 ScratchResourceManager* scratchManager, in prepareResources()
H A DRenderPassTask.cpp70 ScratchResourceManager* scratchManager, in prepareResources()
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DTextureProxy.cpp128 bool TextureProxy::InstantiateIfNotLazy(ScratchResourceManager* scratchManager, in InstantiateIfNotLazy()
H A DRecorder.cpp190 ScratchResourceManager scratchManager{fResourceProvider, std::move(fProxyReadCounts)}; in snap() local