OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:API_ENTRY
(Results
1 - 5
of
5
) sorted by null
/device/generic/goldfish/opengl/system/egl/
ClientAPIExts.cpp
30
#define
API_ENTRY
(fname,params,args) \
37
#undef
API_ENTRY
46
#define
API_ENTRY
(fname,params,args) \
50
API_ENTRY
(fname,params,args)
57
#undef
API_ENTRY
66
#define
API_ENTRY
(fname,params,args) \
71
API_ENTRY
(fname,params,args)
82
#undef
API_ENTRY
91
#define
API_ENTRY
(fname,params,args) \
120
#undef
API_ENTRY
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/EGL/
ClientAPIExts.cpp
32
#define
API_ENTRY
(fname,params,args) \
39
#undef
API_ENTRY
48
#define
API_ENTRY
(fname,params,args) \
52
API_ENTRY
(fname,params,args)
59
#undef
API_ENTRY
68
#define
API_ENTRY
(fname,params,args) \
73
API_ENTRY
(fname,params,args)
84
#undef
API_ENTRY
93
#define
API_ENTRY
(fname,params,args) \
122
#undef
API_ENTRY
[
all
...]
/frameworks/native/opengl/libs/GLES2/
gl2.cpp
39
#undef
API_ENTRY
47
#define
API_ENTRY
(_api) __attribute__((noinline)) _api
63
#define
API_ENTRY
(_api) __attribute__((noinline)) _api
95
#define
API_ENTRY
(_api) _api
115
#undef
API_ENTRY
/frameworks/native/opengl/libs/GLES_CM/
gl.cpp
91
#undef
API_ENTRY
99
#define
API_ENTRY
(_api) __attribute__((noinline)) _api
115
#define
API_ENTRY
(_api) __attribute__((noinline)) _api
147
#define
API_ENTRY
(_api) _api
165
#undef
API_ENTRY
/frameworks/native/opengl/libs/EGL/
getProcAddress.cpp
29
#undef
API_ENTRY
41
#define
API_ENTRY
(_api) __attribute__((naked)) _api
61
#define
API_ENTRY
(_api) __attribute__((noinline)) _api
95
void
API_ENTRY
(GL_EXTENSION_NAME(_n))() { \
156
#undef
API_ENTRY
Completed in 84 milliseconds