Searched refs:resourceAllocator (Results 1 – 1 of 1) sorted by relevance
203 GrResourceAllocator resourceAllocator(dContext); in flush() local205 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() argument414 task->gatherProxyIntervals(resourceAllocator); in reorderTasks()[all …]