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

  /external/chromium_org/third_party/angle/src/libGLESv2/
HandleAllocator.cpp 18 HandleAllocator::HandleAllocator() : mBaseValue(1), mNextValue(1)
28 ASSERT(mBaseValue == mNextValue);
29 mBaseValue = value;
49 if(mNextValue > mBaseValue)
57 if (handle >= mBaseValue)
HandleAllocator.h 37 GLuint mBaseValue;

Completed in 101 milliseconds