HomeSort by relevance Sort by last modified time
    Searched refs:GL_ENTRY (Results 1 - 5 of 5) sorted by null

  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_hooks.cpp 25 #define GL_ENTRY(_r, _api, ...) GLTrace_ ## _api,
34 #undef GL_ENTRY
  /frameworks/native/opengl/libs/
hooks.h 66 #undef GL_ENTRY
68 #define GL_ENTRY(_r, _api, ...) _r (*_api)(__VA_ARGS__);
83 #undef GL_ENTRY
  /frameworks/native/opengl/libs/tools/
gltracegen 30 if ($line !~ /^GL_ENTRY\(([^,]+), ([^,]+), ([^\)]+)\)/) {
  /frameworks/native/opengl/libs/EGL/
trace.cpp 349 #define GL_ENTRY(_r, _api, ...) Tracing_ ## _api,
358 #undef GL_ENTRY
410 #define GL_ENTRY(_r, _api, ...) Systrace_ ## _api,
419 #undef GL_ENTRY
463 #define GL_ENTRY(_r, _api, ...) ErrorTrace_ ## _api,
472 #undef GL_ENTRY
egl.cpp 384 #undef GL_ENTRY
386 #define GL_ENTRY(_r, _api, ...) #_api,
399 #undef GL_ENTRY

Completed in 138 milliseconds