OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EGL_ENTRY
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/opengl/libs/
hooks.h
58
#undef
EGL_ENTRY
60
#define
EGL_ENTRY
(_r, _api, ...) _r (*_api)(__VA_ARGS__);
75
#undef
EGL_ENTRY
/frameworks/native/opengl/libs/EGL/
egl.cpp
253
#undef
EGL_ENTRY
255
#define
EGL_ENTRY
(_r, _api, ...) #_api,
268
#undef
EGL_ENTRY
Completed in 379 milliseconds