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
57
#undef
EGL_ENTRY
59
#define
EGL_ENTRY
(_r, _api, ...) _r (*_api)(__VA_ARGS__);
74
#undef
EGL_ENTRY
/frameworks/native/opengl/libs/EGL/
egl.cpp
356
#undef
EGL_ENTRY
358
#define
EGL_ENTRY
(_r, _api, ...) #_api,
371
#undef
EGL_ENTRY
Completed in 28 milliseconds