Searched refs:OutstandingCommandList (Results 1 – 2 of 2) sorted by relevance
77 , fOutstandingCommandLists(sizeof(OutstandingCommandList), kDefaultOutstandingAllocCnt) { in GrD3DGpu()115 OutstandingCommandList* list = (OutstandingCommandList*)fOutstandingCommandLists.front(); in destroyResources()118 list->~OutstandingCommandList(); in destroyResources()173 new (fOutstandingCommandLists.push_back()) OutstandingCommandList( in submitDirectCommandList()199 OutstandingCommandList* front = (OutstandingCommandList*)fOutstandingCommandLists.front(); in checkForFinishedCommandLists()203 front->~OutstandingCommandList(); in checkForFinishedCommandLists()206 front = (OutstandingCommandList*)fOutstandingCommandLists.front(); in checkForFinishedCommandLists()247 OutstandingCommandList* back = (OutstandingCommandList*)fOutstandingCommandLists.back(); in addFinishedCallback()
306 struct OutstandingCommandList { struct307 OutstandingCommandList(std::unique_ptr<GrD3DDirectCommandList> commandList, in OutstandingCommandList() function