Searched refs:HandleAllocator (Results 1 – 8 of 8) sorted by relevance
20 struct HandleAllocator::HandleRangeComparator25 HandleAllocator::HandleAllocator() : mBaseValue(1), mNextValue(1), mLoggingEnabled(false) in HandleAllocator() function in gl::HandleAllocator30 HandleAllocator::HandleAllocator(GLuint maximumHandleValue) in HandleAllocator() function in gl::HandleAllocator36 HandleAllocator::~HandleAllocator() {} in ~HandleAllocator()38 void HandleAllocator::setBaseHandle(GLuint value) in setBaseHandle()45 GLuint HandleAllocator::allocate() in allocate()87 void HandleAllocator::release(GLuint handle) in release()99 void HandleAllocator::reserve(GLuint handle) in reserve()153 void HandleAllocator::reset() in reset()162 void HandleAllocator::enableLogging(bool enabled) in enableLogging()
19 gl::HandleAllocator allocator; in TEST()44 gl::HandleAllocator allocator; in TEST()71 gl::HandleAllocator limitedAllocator(10); in TEST()96 gl::HandleAllocator allocator; in TEST()108 gl::HandleAllocator allocator; in TEST()121 gl::HandleAllocator allocator; in TEST()141 gl::HandleAllocator allocator; in TEST()156 gl::HandleAllocator allocator; in TEST()176 gl::HandleAllocator allocator; in TEST()
20 class HandleAllocator final : angle::NonCopyable24 HandleAllocator();26 HandleAllocator(GLuint maximumHandleValue);28 ~HandleAllocator();
716 HandleAllocator mFenceNVHandleAllocator;719 HandleAllocator mQueryHandleAllocator;722 HandleAllocator mVertexArrayHandleAllocator;725 HandleAllocator mTransformFeedbackHandleAllocator;
59 HandleAllocator mHandleAllocator;
33 IDType AllocateEmptyObject(HandleAllocator *handleAllocator, in AllocateEmptyObject()
234 "src/libANGLE/HandleAllocator.h",364 "src/libANGLE/HandleAllocator.cpp",
6826 "src/libANGLE/HandleAllocator.cpp",