Home
last modified time | relevance | path

Searched refs:lpvValue (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dossource_posix.cpp44 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) in OS_SetTLSValue() argument
51 if (pthread_setspecific(nIndex, lpvValue) == 0) in OS_SetTLSValue()
H A Dossource_win.cpp40 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue) in OS_SetTLSValue() argument
47 if (TlsSetValue(nIndex, lpvValue)) in OS_SetTLSValue()
H A Dosinclude.h60 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue);
/third_party/glslang/
H A Dosinclude.cpp43 bool OS_SetTLSValue (OS_TLSIndex nIndex, void* lpvValue) in OS_SetTLSValue() argument
45 deThreadLocal_set((deThreadLocal)nIndex, lpvValue); in OS_SetTLSValue()
/third_party/vk-gl-cts/external/glslang/
H A Dosinclude.cpp43 bool OS_SetTLSValue (OS_TLSIndex nIndex, void* lpvValue) in OS_SetTLSValue() argument
45 deThreadLocal_set((deThreadLocal)nIndex, lpvValue); in OS_SetTLSValue()

Completed in 1 milliseconds