Searched refs:tls (Results 1 - 13 of 13) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl_tls.cpp73 egl_tls_t* tls = getTLS(); local
74 if (tls->error != error) {
86 tls->error = error;
91 egl_tls_t* tls = getTLS(); local
92 if (tls->logCallWithNoContext == true) {
93 tls->logCallWithNoContext = false;
100 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); local
101 if (tls == 0) {
102 tls = new egl_tls_t;
103 pthread_setspecific(sKey, tls);
110 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); local
[all...]
H A DgetProcAddress.cpp54 "ldr r12, [r12, %[tls]] \n" \
61 : [tls] "J"(TLS_SLOT_OPENGL_API*4), \
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFunctions.h35 DECL_ARM_APPLY_RELOC_FUNC(tls) \
144 { &tls, 104, "R_ARM_TLS_GD32" }, \
147 { &tls, 107, "R_ARM_TLS_IE32" }, \
148 { &tls, 108, "R_ARM_TLS_LE32" }, \
H A DARMRelocationFactory.cpp899 ARMRelocationFactory::Result tls(Relocation& pReloc, function
/frameworks/support/renderscript/v8/rs_support/
H A DrsScriptC.cpp25 #define GET_TLS() Context::ScriptTLSStruct * tls = \
27 Context * rsc = tls->mContext; \
28 ScriptC * sc = (ScriptC *) tls->mScript
/frameworks/native/opengl/libs/GLES2/
H A Dgl2.cpp58 "ldr r12, [r12, %[tls]] \n" \
64 : [tls] "J"(TLS_SLOT_OPENGL_API*4), \
/frameworks/native/libs/utils/
H A DBufferedTextOutput.cpp89 static thread_store_t tls; member in namespace:android
93 ThreadState* ts = (ThreadState*) thread_store_get( &tls );
96 thread_store_set( &tls, ts, threadDestructor );
/frameworks/rs/
H A DrsScriptC.cpp32 #define GET_TLS() Context::ScriptTLSStruct * tls = \
34 Context * rsc = tls->mContext; \
35 ScriptC * sc = (ScriptC *) tls->mScript
/frameworks/native/opengl/libs/GLES_CM/
H A Dgl.cpp114 "ldr r12, [r12, %[tls]] \n" \
120 : [tls] "J"(TLS_SLOT_OPENGL_API*4), \
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdRuntimeStubs.cpp37 #define GET_TLS() ScriptTLSStruct * tls = \
39 Context * rsc = tls->mContext; \
40 ScriptC * sc = (ScriptC *) tls->mScript
H A DrsdBcc.cpp54 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(rsdgThreadTLSKey); local
55 rsAssert(tls);
56 Script *old = tls->mScript;
57 tls->mScript = sc;
/frameworks/rs/driver/
H A DrsdBcc.cpp42 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(rsdgThreadTLSKey); local
43 rsAssert(tls);
44 Script *old = tls->mScript;
45 tls->mScript = sc;
H A DrsdRuntimeStubs.cpp39 #define GET_TLS() ScriptTLSStruct * tls = \
41 Context * rsc = tls->mContext; \
42 ScriptC * sc = (ScriptC *) tls->mScript

Completed in 184 milliseconds