Home
last modified time | relevance | path

Searched refs:fOutstandingCommandLists (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/d3d/
DGrD3DGpu.cpp77 , 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()
DGrD3DGpu.h297 SkDeque fOutstandingCommandLists; variable