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 56 #undef GL_ENTRY
58 #define GL_ENTRY(_r, _api, ...) _r (*_api)(__VA_ARGS__);
73 #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
391 #define GL_ENTRY(_r, _api, ...) Systrace_ ## _api,
400 #undef GL_ENTRY
444 #define GL_ENTRY(_r, _api, ...) ErrorTrace_ ## _api,
453 #undef GL_ENTRY
egl.cpp 370 #undef GL_ENTRY
372 #define GL_ENTRY(_r, _api, ...) #_api,
385 #undef GL_ENTRY

Completed in 1070 milliseconds