Home
last modified time | relevance | path

Searched refs:resourceAllocator (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/ganesh/
DGrDrawingManager.cpp167 GrResourceAllocator resourceAllocator(dContext); in flush() local
169 usingReorderedDAG = this->reorderTasks(&resourceAllocator); in flush()
171 resourceAllocator.reset(); in flush()
183 if (!resourceAllocator.failedInstantiation()) { in flush()
187 task->gatherProxyIntervals(&resourceAllocator); in flush()
189 resourceAllocator.planAssignment(); in flush()
191 resourceAllocator.assign(); in flush()
194 cachePurgeNeeded = !resourceAllocator.failedInstantiation() && in flush()
374 bool GrDrawingManager::reorderTasks(GrResourceAllocator* resourceAllocator) { in reorderTasks() argument
402 task->gatherProxyIntervals(resourceAllocator); in reorderTasks()
[all …]