Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DHandleAllocator.cpp65 auto listIt = mUnallocatedList.begin(); in allocate() local
67 GLuint freeListHandle = listIt->begin; in allocate()
70 if (listIt->begin == listIt->end) in allocate()
72 mUnallocatedList.erase(listIt); in allocate()
76 listIt->begin++; in allocate()