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