Searched refs:HandleAllocator (Results 1 – 5 of 5) sorted by relevance
18 HandleAllocator::HandleAllocator() : mBaseValue(1), mNextValue(1) in HandleAllocator() function in gl::HandleAllocator22 HandleAllocator::~HandleAllocator() in ~HandleAllocator()26 void HandleAllocator::setBaseHandle(GLuint value) in setBaseHandle()33 GLuint HandleAllocator::allocate() in allocate()44 void HandleAllocator::release(GLuint handle) in release()
23 class HandleAllocator26 HandleAllocator();27 virtual ~HandleAllocator();35 DISALLOW_COPY_AND_ASSIGN(HandleAllocator);
87 HandleAllocator mBufferHandleAllocator;94 HandleAllocator mProgramShaderHandleAllocator;98 HandleAllocator mTextureHandleAllocator;102 HandleAllocator mRenderbufferHandleAllocator;106 HandleAllocator mSamplerHandleAllocator;110 HandleAllocator mFenceSyncHandleAllocator;
511 HandleAllocator mFramebufferHandleAllocator;515 HandleAllocator mFenceNVHandleAllocator;519 HandleAllocator mQueryHandleAllocator;523 HandleAllocator mVertexArrayHandleAllocator;528 HandleAllocator mTransformFeedbackAllocator;
330 "src/libGLESv2/HandleAllocator.cpp",331 "src/libGLESv2/HandleAllocator.h",