Searched refs:fOutstandingCommandLists (Results 1 – 2 of 2) sorted by relevance
77 , fOutstandingCommandLists(sizeof(OutstandingCommandList), kDefaultOutstandingAllocCnt) { in GrD3DGpu()114 while (!fOutstandingCommandLists.empty()) { in destroyResources()115 OutstandingCommandList* list = (OutstandingCommandList*)fOutstandingCommandLists.front(); in destroyResources()119 fOutstandingCommandLists.pop_front(); in destroyResources()172 new (fOutstandingCommandLists.push_back()) OutstandingCommandList( in submitDirectCommandList()198 OutstandingCommandList* front = (OutstandingCommandList*)fOutstandingCommandLists.front(); in checkForFinishedCommandLists()203 fOutstandingCommandLists.pop_front(); in checkForFinishedCommandLists()205 front = (OutstandingCommandList*)fOutstandingCommandLists.front(); in checkForFinishedCommandLists()246 OutstandingCommandList* back = (OutstandingCommandList*)fOutstandingCommandLists.back(); in addFinishedCallback()
297 SkDeque fOutstandingCommandLists; variable