Searched refs:HandleAllocator (Results 1 – 7 of 7) 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();
719 HandleAllocator mFenceNVHandleAllocator;722 HandleAllocator mQueryHandleAllocator;725 HandleAllocator mVertexArrayHandleAllocator;728 HandleAllocator mTransformFeedbackHandleAllocator;
59 HandleAllocator mHandleAllocator;
33 IDType AllocateEmptyObject(HandleAllocator *handleAllocator, in AllocateEmptyObject()
243 "src/libANGLE/HandleAllocator.h",374 "src/libANGLE/HandleAllocator.cpp",