HomeSort by relevance Sort by last modified time
    Searched refs:OS_AllocTLSIndex (Results 1 - 10 of 10) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/OSDependent/
osinclude.h 46 OS_TLSIndex OS_AllocTLSIndex();
  /external/swiftshader/src/OpenGL/compiler/
InitializeParseContext.cpp 25 GlobalParseContextIndex = OS_AllocTLSIndex();
ossource_posix.cpp 27 OS_TLSIndex OS_AllocTLSIndex()
35 assert(0 && "OS_AllocTLSIndex(): Unable to allocate Thread Local Storage");
ossource_win.cpp 28 OS_TLSIndex OS_AllocTLSIndex()
32 assert(0 && "OS_AllocTLSIndex(): Unable to allocate Thread Local Storage");
osinclude.h 59 OS_TLSIndex OS_AllocTLSIndex();
PoolAlloc.cpp 31 PoolIndex = OS_AllocTLSIndex();
  /external/deqp/external/glslang/
osinclude.cpp 38 OS_TLSIndex OS_AllocTLSIndex (void)
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/OGLCompilersDLL/
InitializeDll.cpp 61 ThreadInitializeIndex = OS_AllocTLSIndex();
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/OSDependent/Unix/
ossource.cpp 114 OS_TLSIndex OS_AllocTLSIndex()
122 assert(0 && "OS_AllocTLSIndex(): Unable to allocate Thread Local Storage");
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
PoolAlloc.cpp 75 if ((PoolIndex = OS_AllocTLSIndex()) == OS_INVALID_TLS_INDEX)

Completed in 334 milliseconds