Home
last modified time | relevance | path

Searched refs:GET_TLS (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/opengl/libs/EGL/
DgetProcAddress.cpp32 #undef GET_TLS
37 #define GET_TLS(reg) "mrc p15, 0, " #reg ", c13, c0, 3 \n" macro
43 GET_TLS(r12) \
248 #undef GET_TLS
/frameworks/native/opengl/libs/GLES2/
Dgl2.cpp57 #define GET_TLS(reg) "mrc p15, 0, " #reg ", c13, c0, 3 \n" macro
63 GET_TLS(r12) \
/frameworks/native/opengl/libs/GLES_CM/
Dgl.cpp113 #define GET_TLS(reg) "mrc p15, 0, " #reg ", c13, c0, 3 \n" macro
119 GET_TLS(r12) \
/frameworks/rs/
DrsContext.h54 GET_TLS(); \
60 GET_TLS(); \
DrsScriptC.cpp45 #define GET_TLS() Context::ScriptTLSStruct * tls = \ macro