Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DHandleAllocator.cpp30 HandleAllocator::HandleAllocator(GLuint maximumHandleValue) in HandleAllocator() argument
33 mUnallocatedList.push_back(HandleRange(1, maximumHandleValue)); in HandleAllocator()
DHandleAllocator.h26 HandleAllocator(GLuint maximumHandleValue);