Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrDrawingManager.cpp203 GrResourceAllocator resourceAllocator(dContext); in flush() local
205 usingReorderedDAG = this->reorderTasks(&resourceAllocator); in flush()
207 resourceAllocator.reset(); in flush()
223 if (!resourceAllocator.failedInstantiation()) { in flush()
227 task->gatherProxyIntervals(&resourceAllocator); in flush()
229 resourceAllocator.planAssignment(); in flush()
231 resourceAllocator.assign(); in flush()
233 bool flushed = !resourceAllocator.failedInstantiation() && in flush()
405 bool GrDrawingManager::reorderTasks(GrResourceAllocator* resourceAllocator) { in reorderTasks() argument
414 task->gatherProxyIntervals(resourceAllocator); in reorderTasks()
[all …]