Home
last modified time | relevance | path

Searched refs:gCurrentThread (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libGLESv2/
Dglobal_state.cpp58 gCurrentThread = thread; in AllocateCurrentThread()
117 static thread_local Thread *gCurrentThread = nullptr; variable
120 return gCurrentThread; in GetCurrentThreadTLS()
124 gCurrentThread = thread; in SetCurrentThreadTLS()
127 thread_local Thread *gCurrentThread = nullptr; variable
147 Thread *current = gCurrentThread; in GetCurrentThread()
157 Thread *currentThread = gCurrentThread; in SetContextCurrent()
223 SafeDelete(gCurrentThread); in DeallocateCurrentThread()
Dglobal_state.h35 extern thread_local Thread *gCurrentThread;
128 egl::Thread *currentThread = egl::gCurrentThread; in GetGlobalContext()