Home
last modified time | relevance | path

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

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