Searched refs:resourceAllocator (Results 1 – 1 of 1) sorted by relevance
190 GrResourceAllocator resourceAllocator(dContext); in flush() local192 usingReorderedDAG = this->reorderTasks(&resourceAllocator); in flush()194 resourceAllocator.reset(); in flush()210 if (!resourceAllocator.failedInstantiation()) { in flush()214 task->gatherProxyIntervals(&resourceAllocator); in flush()216 resourceAllocator.planAssignment(); in flush()218 resourceAllocator.assign(); in flush()220 bool flushed = !resourceAllocator.failedInstantiation() && in flush()392 bool GrDrawingManager::reorderTasks(GrResourceAllocator* resourceAllocator) { in reorderTasks() argument401 task->gatherProxyIntervals(resourceAllocator); in reorderTasks()[all …]