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

  /external/chromium_org/third_party/angle/src/libGLESv2/
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...]
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);

Completed in 32 milliseconds