Searched refs:TLS_SLOT_OPENGL_API (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/native/opengl/libs/GLES2/ |
H A D | gl2.cpp | 68 : [tls] "J"(TLS_SLOT_OPENGL_API*4), \ 103 : [tls] "i" (TLS_SLOT_OPENGL_API * sizeof(void*)), \ 137 : [tls] "i" (TLS_SLOT_OPENGL_API*sizeof(void*)), \ 171 : [tls] "i" (TLS_SLOT_OPENGL_API*sizeof(void*)), \ 219 : [OPENGL_API] "I"(TLS_SLOT_OPENGL_API*sizeof(void*)),\ 254 : [OPENGL_API] "I"(TLS_SLOT_OPENGL_API*4), \
|
/aosp12/frameworks/native/opengl/libs/GLES_CM/ |
H A D | gl.cpp | 124 : [tls] "J"(TLS_SLOT_OPENGL_API*4), \ 159 : [tls] "i" (TLS_SLOT_OPENGL_API * sizeof(void*)), \ 193 : [tls] "i" (TLS_SLOT_OPENGL_API*sizeof(void*)), \ 227 : [tls] "i" (TLS_SLOT_OPENGL_API*sizeof(void*)), \ 275 : [OPENGL_API] "I"(TLS_SLOT_OPENGL_API*sizeof(void*)),\ 310 : [OPENGL_API] "I"(TLS_SLOT_OPENGL_API*4), \
|
/aosp12/frameworks/native/opengl/libs/EGL/ |
H A D | getProcAddress.cpp | 52 : [tls] "J"(TLS_SLOT_OPENGL_API*4), \ 73 : [tls] "i" (TLS_SLOT_OPENGL_API * sizeof(void*)), \ 94 : [tls] "i" (TLS_SLOT_OPENGL_API*sizeof(void*)), \ 115 : [tls] "i" (TLS_SLOT_OPENGL_API*sizeof(void*)), \ 147 : [OPENGL_API] "I"(TLS_SLOT_OPENGL_API*4), \ 180 : [OPENGL_API] "I"(TLS_SLOT_OPENGL_API*4), \
|
H A D | egl.cpp | 188 tls_hooks[TLS_SLOT_OPENGL_API] = value; in setGlThreadSpecific()
|
/aosp12/bionic/libc/platform/bionic/ |
H A D | tls_defines.h | 89 #define TLS_SLOT_OPENGL_API 4 macro 109 #define TLS_SLOT_OPENGL_API 4 macro
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | hooks.h | 93 gl_hooks_t const* hooks = tls_hooks[TLS_SLOT_OPENGL_API]; in getGlThreadSpecific()
|