/development/tools/emulator/opengl/system/OpenglSystemCommon/ |
ThreadInfo.cpp | 19 thread_store_t s_tls = THREAD_STORE_INITIALIZER; variable 32 EGLThreadInfo *ti = (EGLThreadInfo *)thread_store_get(&s_tls); 36 thread_store_set(&s_tls, ti, tlsDestruct);
|
/development/tools/emulator/opengl/tests/gles_android_wrapper/ |
ThreadInfo.cpp | 19 thread_store_t s_tls = THREAD_STORE_INITIALIZER; variable 32 EGLThreadInfo *ti = (EGLThreadInfo *)thread_store_get(&s_tls); 36 thread_store_set(&s_tls, ti, tlsDestruct);
|
/development/tools/emulator/opengl/host/libs/Translator/EGL/ |
EglThreadInfo.cpp | 23 static thread_store_t s_tls = THREAD_STORE_INITIALIZER; variable 35 EglThreadInfo *ti = (EglThreadInfo *)thread_store_get(&s_tls); 38 thread_store_set(&s_tls, ti, tlsDestruct);
|
ThreadInfo.cpp | 47 static thread_store_t s_tls = THREAD_STORE_INITIALIZER; variable 59 ThreadInfo *ti = (ThreadInfo *)thread_store_get(&s_tls); 62 thread_store_set(&s_tls, ti, tlsDestruct);
|
/development/tools/emulator/opengl/host/libs/libOpenglRender/ |
ThreadInfo.cpp | 33 static thread_store_t s_tls = THREAD_STORE_INITIALIZER; variable 45 RenderThreadInfo *ti = (RenderThreadInfo *)thread_store_get(&s_tls); 48 thread_store_set(&s_tls, ti, tlsDestruct);
|