Home
last modified time | relevance | path

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

/third_party/glslang/OGLCompilersDLL/
DInitializeDll.cpp105 if (OS_GetTLSValue(ThreadInitializeIndex) != nullptr) in InitThread()
133 if (OS_GetTLSValue(ThreadInitializeIndex) != nullptr) { in DetachThread()
/third_party/glslang/glslang/OSDependent/
Dosinclude.h49 void* OS_GetTLSValue(OS_TLSIndex nIndex);
/third_party/skia/third_party/externals/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()
/third_party/vk-gl-cts/external/glslang/
Dosinclude.cpp55 void* OS_GetTLSValue (OS_TLSIndex nIndex) in OS_GetTLSValue() function
/third_party/glslang/
Dosinclude.cpp55 void* OS_GetTLSValue (OS_TLSIndex nIndex) in OS_GetTLSValue() function
/third_party/glslang/glslang/OSDependent/Unix/
Dossource.cpp100 void* OS_GetTLSValue(OS_TLSIndex nIndex) in OS_GetTLSValue() function
/third_party/glslang/glslang/OSDependent/Windows/
Dossource.cpp93 void* OS_GetTLSValue(OS_TLSIndex nIndex) in OS_GetTLSValue() function
/third_party/glslang/glslang/MachineIndependent/
DPoolAlloc.cpp49 return *static_cast<TPoolAllocator*>(OS_GetTLSValue(PoolIndex)); in GetThreadPoolAllocator()