OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GET_TLS
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/libs/rs/driver/
rsdRuntimeStubs.cpp
34
#define
GET_TLS
() ScriptTLSStruct * tls = \
47
GET_TLS
();
52
GET_TLS
();
62
GET_TLS
();
74
GET_TLS
();
88
GET_TLS
();
93
GET_TLS
();
98
GET_TLS
();
103
GET_TLS
();
108
GET_TLS
();
[
all
...]
/frameworks/base/opengl/libs/EGL/
getProcAddress.cpp
36
#undef
GET_TLS
41
#define
GET_TLS
(reg) \
44
#define
GET_TLS
(reg) \
53
GET_TLS
(r12) \
112
#undef
GET_TLS
/frameworks/base/opengl/libs/GLES2/
gl2.cpp
47
#define
GET_TLS
(reg) \
50
#define
GET_TLS
(reg) \
59
GET_TLS
(r12) \
/frameworks/base/opengl/libs/GLES_CM/
gl.cpp
101
#define
GET_TLS
(reg) \
104
#define
GET_TLS
(reg) \
113
GET_TLS
(r12) \
/frameworks/base/libs/rs/
rsContext.h
51
GET_TLS
(); \
57
GET_TLS
(); \
rsScriptC.cpp
29
#define
GET_TLS
() Context::ScriptTLSStruct * tls = \
Completed in 629 milliseconds