Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/OGLCompilersDLL/
DInitializeDll.cpp105 if (OS_GetTLSValue(ThreadInitializeIndex) != 0) in InitThread()
133 if (OS_GetTLSValue(ThreadInitializeIndex) != 0) { in DetachThread()
/external/deqp-deps/glslang/glslang/OSDependent/
Dosinclude.h49 void* OS_GetTLSValue(OS_TLSIndex nIndex);
/external/swiftshader/src/OpenGL/compiler/
DInitializeParseContext.cpp46 return static_cast<TParseContext*>(OS_GetTLSValue(GlobalParseContextIndex)); in GetGlobalParseContext()
Dosinclude.h63 inline void* OS_GetTLSValue(OS_TLSIndex nIndex) in OS_GetTLSValue() function
DPoolAlloc.cpp47 return static_cast<TPoolAllocator*>(OS_GetTLSValue(PoolIndex)); in GetGlobalPoolAllocator()
/external/deqp/external/glslang/
Dosinclude.cpp55 void* OS_GetTLSValue (OS_TLSIndex nIndex) in OS_GetTLSValue() function
/external/deqp-deps/glslang/glslang/OSDependent/Windows/
Dossource.cpp93 void* OS_GetTLSValue(OS_TLSIndex nIndex) in OS_GetTLSValue() function
/external/deqp-deps/glslang/glslang/OSDependent/Unix/
Dossource.cpp143 void* OS_GetTLSValue(OS_TLSIndex nIndex) in OS_GetTLSValue() function
/external/deqp-deps/glslang/glslang/MachineIndependent/
DPoolAlloc.cpp49 return *static_cast<TPoolAllocator*>(OS_GetTLSValue(PoolIndex)); in GetThreadPoolAllocator()