OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TLS_SLOT_OPENGL
(Results
1 - 4
of
4
) sorted by null
/development/tools/emulator/opengl/system/OpenglSystemCommon/
ThreadInfo.h
43
(EGLThreadInfo *)(((unsigned *)__get_tls())[
TLS_SLOT_OPENGL
]);
46
((uint32_t *)__get_tls())[
TLS_SLOT_OPENGL
] = (uint32_t)tInfo;
/bionic/libc/private/
bionic_tls.h
61
#define
TLS_SLOT_OPENGL
4
74
* later slots like
TLS_SLOT_OPENGL
are pre-allocated through the use of
/frameworks/base/opengl/libagl2/src/
gles2context.h
84
((uint32_t *)__get_tls())[
TLS_SLOT_OPENGL
] = (uint32_t)value;
88
return (GLES2Context *)(((unsigned *)__get_tls())[
TLS_SLOT_OPENGL
]);
/frameworks/base/include/private/opengles/
gl_context.h
581
((uint32_t *)__get_tls())[
TLS_SLOT_OPENGL
] = (uint32_t)value;
584
return (ogles_context_t *)(((unsigned *)__get_tls())[
TLS_SLOT_OPENGL
]);
Completed in 132 milliseconds