OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TLS_SLOT_OPENGL_API
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/private/
bionic_tls.h
54
TLS_SLOT_OPENGL_API
= 3,
61
TLS_SLOT_BIONIC_PREINIT =
TLS_SLOT_OPENGL_API
,
/frameworks/native/opengl/libs/GLES2/
gl2.cpp
56
: [tls] "J"(
TLS_SLOT_OPENGL_API
*4), \
88
: [OPENGL_API] "I"(
TLS_SLOT_OPENGL_API
*4), \
/frameworks/native/opengl/libs/
hooks.h
88
gl_hooks_t const* hooks = tls_hooks[
TLS_SLOT_OPENGL_API
];
/frameworks/native/opengl/libs/GLES_CM/
gl.cpp
108
: [tls] "J"(
TLS_SLOT_OPENGL_API
*4), \
140
: [OPENGL_API] "I"(
TLS_SLOT_OPENGL_API
*4), \
/frameworks/native/opengl/libs/EGL/
getProcAddress.cpp
53
: [tls] "J"(
TLS_SLOT_OPENGL_API
*4), \
84
: [OPENGL_API] "I"(
TLS_SLOT_OPENGL_API
*4), \
egl.cpp
348
tls_hooks[
TLS_SLOT_OPENGL_API
] = value;
Completed in 39 milliseconds