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

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
PoolAlloc.h 147 class TPoolAllocator {
149 TPoolAllocator(int growthIncrement = 8*1024, int allocationAlignment = 16);
154 ~TPoolAllocator();
244 TPoolAllocator& operator=(const TPoolAllocator&); // don't allow assignment operator
245 TPoolAllocator(const TPoolAllocator&); // don't allow default copy constructor
253 typedef TPoolAllocator* PoolAllocatorPointer;
254 extern TPoolAllocator& GetThreadPoolAllocator();
258 TPoolAllocator* threadPoolAllocator
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
PoolAlloc.cpp 51 TPoolAllocator *threadPoolAllocator = new TPoolAllocator();
87 TPoolAllocator& GetThreadPoolAllocator()
94 void SetThreadPoolAllocator(TPoolAllocator& poolAllocator)
102 // Implement the functionality of the TPoolAllocator class, which
105 TPoolAllocator::TPoolAllocator(int growthIncrement, int allocationAlignment) :
150 TPoolAllocator::~TPoolAllocator()
209 void TPoolAllocator::push(
    [all...]
ShaderLang.cpp 222 TPoolAllocator* PerProcessGPA = 0;
392 TPoolAllocator& previousAllocator = GetThreadPoolAllocator();
393 TPoolAllocator* builtInPoolAllocator = new TPoolAllocator();
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
PoolAlloc.h 124 class TPoolAllocator {
126 TPoolAllocator(int growthIncrement = 8*1024, int allocationAlignment = 16);
131 ~TPoolAllocator();
226 TPoolAllocator& operator=(const TPoolAllocator&); // dont allow assignment operator
227 TPoolAllocator(const TPoolAllocator&); // dont allow default copy constructor
236 extern TPoolAllocator* GetGlobalPoolAllocator();
237 extern void SetGlobalPoolAllocator(TPoolAllocator* poolAllocator);
265 pool_allocator(TPoolAllocator& a) : allocator(&a) {
    [all...]
PoolAlloc.cpp 43 TPoolAllocator* GetGlobalPoolAllocator()
46 return static_cast<TPoolAllocator*>(OS_GetTLSValue(PoolIndex));
49 void SetGlobalPoolAllocator(TPoolAllocator* poolAllocator)
56 // Implement the functionality of the TPoolAllocator class, which
59 TPoolAllocator::TPoolAllocator(int growthIncrement, int allocationAlignment) :
109 TPoolAllocator::~TPoolAllocator()
174 void TPoolAllocator::push()
197 void TPoolAllocator::pop(
    [all...]
Compiler.h 146 TPoolAllocator allocator;
Compiler.cpp 28 TScopedPoolAllocator(TPoolAllocator* allocator, bool pushPop)
41 TPoolAllocator* mAllocator;
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Public/
ShaderLang.h 319 class TPoolAllocator;
500 TPoolAllocator* pool;
651 TPoolAllocator* pool;
  /external/swiftshader/tests/fuzzers/
VertexRoutineFuzzer.cpp 49 TPoolAllocator allocator;

Completed in 698 milliseconds