HomeSort by relevance Sort by last modified time
    Searched refs:HandleAllocator (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/
HandleAllocator.h 7 // HandleAllocator.h: Defines the gl::HandleAllocator class, which is used to
23 class HandleAllocator
26 HandleAllocator();
27 virtual ~HandleAllocator();
35 DISALLOW_COPY_AND_ASSIGN(HandleAllocator);
HandleAllocator.cpp 8 // HandleAllocator.cpp: Implements the gl::HandleAllocator class, which is used
11 #include "libGLESv2/HandleAllocator.h"
18 HandleAllocator::HandleAllocator() : mBaseValue(1), mNextValue(1)
22 HandleAllocator::~HandleAllocator()
26 void HandleAllocator::setBaseHandle(GLuint value)
33 GLuint HandleAllocator::allocate()
44 void HandleAllocator::release(GLuint handle
    [all...]
ResourceManager.h 24 #include "libGLESv2/HandleAllocator.h"
88 HandleAllocator mBufferHandleAllocator;
95 HandleAllocator mProgramShaderHandleAllocator;
99 HandleAllocator mTextureHandleAllocator;
103 HandleAllocator mRenderbufferHandleAllocator;
Context.h 30 #include "libGLESv2/HandleAllocator.h"
444 HandleAllocator mFramebufferHandleAllocator;
448 HandleAllocator mFenceHandleAllocator;
452 HandleAllocator mQueryHandleAllocator;

Completed in 29 milliseconds