HomeSort by relevance Sort by last modified time
    Searched defs:OS_SetTLSValue (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/src/OpenGL/compiler/
ossource_posix.cpp 44 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue)
47 assert(0 && "OS_SetTLSValue(): Invalid TLS Index");
61 assert(0 && "OS_SetTLSValue(): Invalid TLS Index");
ossource_win.cpp 40 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue)
43 assert(0 && "OS_SetTLSValue(): Invalid TLS Index");
57 assert(0 && "OS_SetTLSValue(): Invalid TLS Index");
  /external/deqp/external/glslang/
osinclude.cpp 43 bool OS_SetTLSValue (OS_TLSIndex nIndex, void* lpvValue)
  /external/deqp-deps/glslang/glslang/OSDependent/Unix/
ossource.cpp 130 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue)
133 assert(0 && "OS_SetTLSValue(): Invalid TLS Index");
155 assert(0 && "OS_SetTLSValue(): Invalid TLS Index");
  /external/deqp-deps/glslang/glslang/OSDependent/Windows/
ossource.cpp 80 bool OS_SetTLSValue(OS_TLSIndex nIndex, void *lpvValue)
83 assert(0 && "OS_SetTLSValue(): Invalid TLS Index");
102 assert(0 && "OS_SetTLSValue(): Invalid TLS Index");

Completed in 503 milliseconds