Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DHandleAllocator.cpp67 GLuint freeListHandle = listIt->begin; in allocate() local
68 ASSERT(freeListHandle > 0); in allocate()
81 WARN() << "HandleAllocator::allocate allocating " << freeListHandle << std::endl; in allocate()
84 return freeListHandle; in allocate()