Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DHandleAllocator.cpp119 auto boundIt = std::lower_bound(mUnallocatedList.begin(), mUnallocatedList.end(), handle, in reserve() local
122 ASSERT(boundIt != mUnallocatedList.end()); in reserve()
124 GLuint begin = boundIt->begin; in reserve()
125 GLuint end = boundIt->end; in reserve()
131 mUnallocatedList.erase(boundIt); in reserve()
135 boundIt->begin++; in reserve()
140 boundIt->end--; in reserve()
148 auto placementIt = mUnallocatedList.erase(boundIt); in reserve()