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()172 new (fOutstandingCommandLists.push_back()) OutstandingCommandList( in submitDirectCommandList()198 OutstandingCommandList* front = (OutstandingCommandList*)fOutstandingCommandLists.front(); in checkForFinishedCommandLists()202 front->~OutstandingCommandList(); in checkForFinishedCommandLists()205 front = (OutstandingCommandList*)fOutstandingCommandLists.front(); in checkForFinishedCommandLists()246 OutstandingCommandList* back = (OutstandingCommandList*)fOutstandingCommandLists.back(); in addFinishedCallback()
288 struct OutstandingCommandList { struct289 OutstandingCommandList(std::unique_ptr<GrD3DDirectCommandList> commandList, in OutstandingCommandList() argument