Searched defs:GL_ENTRY (Results 1 – 4 of 4) sorted by relevance
| /frameworks/native/opengl/libs/GLES_trace/src/ |
| D | gltrace_hooks.cpp | 25 #define GL_ENTRY(_r, _api, ...) GLTrace_ ## _api, macro
|
| /frameworks/native/opengl/libs/ |
| D | hooks.h | 58 #define GL_ENTRY(_r, _api, ...) _r (*_api)(__VA_ARGS__); macro
|
| /frameworks/native/opengl/libs/EGL/ |
| D | trace.cpp | 349 #define GL_ENTRY(_r, _api, ...) Tracing_ ## _api, macro 391 #define GL_ENTRY(_r, _api, ...) Systrace_ ## _api, macro 444 #define GL_ENTRY(_r, _api, ...) ErrorTrace_ ## _api, macro
|
| D | egl.cpp | 372 #define GL_ENTRY(_r, _api, ...) #_api, macro
|