Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DHandleAllocator.cpp20 struct HandleAllocator::HandleRangeComparator
25 HandleAllocator::HandleAllocator() : mBaseValue(1), mNextValue(1), mLoggingEnabled(false) in HandleAllocator() function in gl::HandleAllocator
30 HandleAllocator::HandleAllocator(GLuint maximumHandleValue) in HandleAllocator() function in gl::HandleAllocator
36 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()
DHandleAllocator_unittest.cpp19 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()
DHandleAllocator.h20 class HandleAllocator final : angle::NonCopyable
24 HandleAllocator();
26 HandleAllocator(GLuint maximumHandleValue);
28 ~HandleAllocator();
DContext.h716 HandleAllocator mFenceNVHandleAllocator;
719 HandleAllocator mQueryHandleAllocator;
722 HandleAllocator mVertexArrayHandleAllocator;
725 HandleAllocator mTransformFeedbackHandleAllocator;
DResourceManager.h59 HandleAllocator mHandleAllocator;
DResourceManager.cpp33 IDType AllocateEmptyObject(HandleAllocator *handleAllocator, in AllocateEmptyObject()
/external/angle/src/
DlibGLESv2.gni234 "src/libANGLE/HandleAllocator.h",
364 "src/libANGLE/HandleAllocator.cpp",
/external/angle/
DAndroid.bp6826 "src/libANGLE/HandleAllocator.cpp",