Searched refs:GET_TLS (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | getProcAddress.cpp | 35 #undef GET_TLS 39 #define GET_TLS(reg) "mrc p15, 0, " #reg ", c13, c0, 3 \n" macro 45 GET_TLS(r12) \ 252 #undef GET_TLS
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2.cpp | 49 #define GET_TLS(reg) "mrc p15, 0, " #reg ", c13, c0, 3 \n" macro 55 GET_TLS(r12) \
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl.cpp | 105 #define GET_TLS(reg) "mrc p15, 0, " #reg ", c13, c0, 3 \n" macro 111 GET_TLS(r12) \
|
/frameworks/rs/ |
D | rsContext.h | 64 GET_TLS(); \ 70 GET_TLS(); \
|
D | rsScriptC.cpp | 51 #define GET_TLS() Context::ScriptTLSStruct * tls = \ macro
|