Home
last modified time | relevance | path

Searched refs:poolAllocator (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
DPoolAlloc.cpp53 void SetThreadPoolAllocator(TPoolAllocator* poolAllocator) in SetThreadPoolAllocator() argument
55 OS_SetTLSValue(PoolIndex, poolAllocator); in SetThreadPoolAllocator()
/external/swiftshader/src/OpenGL/compiler/
DPoolAlloc.cpp50 void SetGlobalPoolAllocator(TPoolAllocator* poolAllocator) in SetGlobalPoolAllocator() argument
53 OS_SetTLSValue(PoolIndex, poolAllocator); in SetGlobalPoolAllocator()
DPoolAlloc.h237 extern void SetGlobalPoolAllocator(TPoolAllocator* poolAllocator);
/external/deqp-deps/glslang/glslang/Include/
DPoolAlloc.h254 void SetThreadPoolAllocator(TPoolAllocator* poolAllocator);