Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DShaderLang.cpp229 TPoolAllocator* PerProcessGPA = nullptr; variable
445 SetThreadPoolAllocator(PerProcessGPA); in SetupBuiltinSymbolTable()
1274 if (PerProcessGPA == nullptr) in ShInitialize()
1275 PerProcessGPA = new TPoolAllocator(); in ShInitialize()
1374 if (PerProcessGPA != nullptr) { in ShFinalize()
1375 delete PerProcessGPA; in ShFinalize()
1376 PerProcessGPA = nullptr; in ShFinalize()