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

/frameworks/native/opengl/libs/EGL/
H A Degl_tls.cpp73 egl_tls_t* tls = getTLS(); local
74 if (tls->error != error) {
84 tls->error = error;
89 egl_tls_t* tls = getTLS(); local
90 if (tls->logCallWithNoContext == true) {
91 tls->logCallWithNoContext = false;
98 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); local
99 if (tls == 0) {
100 tls = new egl_tls_t;
101 pthread_setspecific(sKey, tls);
108 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); local
126 egl_tls_t* tls = (egl_tls_t*)pthread_getspecific(sKey); local
144 egl_tls_t* tls = (egl_tls_t *)pthread_getspecific(sKey); local
[all...]
H A DgetProcAddress.cpp46 "ldr r12, [r12, %[tls]] \n" \
53 : [tls] "J"(TLS_SLOT_OPENGL_API*4), \
71 "rdhwr %[tls], $29\n\t" \
72 "lw %[t0], %[OPENGL_API](%[tls])\n\t" \
82 [tls] "=&r"(_tls), \
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFunctions.h34 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 DARMRelocator.cpp1357 ARMRelocator::Result tls(Relocation& pReloc, ARMRelocator& pParent) function
/frameworks/native/opengl/libs/GLES2/
H A Dgl2.cpp52 "ldr r12, [r12, %[tls]] \n" \
56 : [tls] "J"(TLS_SLOT_OPENGL_API*4), \
74 "rdhwr %[tls], $29\n\t" \
75 "lw %[t0], %[OPENGL_API](%[tls])\n\t" \
85 [tls] "=&r"(_tls), \
/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp92 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); local
93 return tls->mContext;
97 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); local
98 return tls->mScript;
245 ALOGE("Failed to init thread tls key.");
476 ScriptTLSStruct * tls = (ScriptTLSStruct *)pthread_getspecific(gThreadTLSKey); local
477 rsAssert(tls);
478 RsdCpuScriptImpl *old = tls->mImpl;
479 tls->mImpl = sc;
480 tls
[all...]
/frameworks/native/opengl/libs/GLES_CM/
H A Dgl.cpp104 "ldr r12, [r12, %[tls]] \n" \
108 : [tls] "J"(TLS_SLOT_OPENGL_API*4), \
126 "rdhwr %[tls], $29\n\t" \
127 "lw %[t0], %[OPENGL_API](%[tls])\n\t" \
137 [tls] "=&r"(_tls), \
/frameworks/native/libs/binder/
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.cpp37 #define GET_TLS() Context::ScriptTLSStruct * tls = \
39 Context * rsc = tls->mContext; \
40 ScriptC * sc = (ScriptC *) tls->mScript

Completed in 1074 milliseconds