Home
last modified time | relevance | path

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

/external/skia/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.cpp83 ScratchResourceManager* scratchManager, in prepareResources()
/external/skia/src/gpu/graphite/
DTextureProxy.cpp127 bool TextureProxy::InstantiateIfNotLazy(ScratchResourceManager* scratchManager, in InstantiateIfNotLazy()
DRecorder.cpp190 ScratchResourceManager scratchManager{fResourceProvider, std::move(fProxyReadCounts)}; in snap() local