Home
last modified time | relevance | path

Searched refs:TRACE_GL_VOID (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/
Dtrace.in1 TRACE_GL_VOID(glActiveShaderProgram, (GLuint pipeline, GLuint program), (pipeline, program), 2, "GL…
2 TRACE_GL_VOID(glActiveShaderProgramEXT, (GLuint pipeline, GLuint program), (pipeline, program), 2, …
3 TRACE_GL_VOID(glActiveTexture, (GLenum texture), (texture), 1, "GLenum", texture)
4 TRACE_GL_VOID(glAlphaFunc, (GLenum func, GLfloat ref), (func, ref), 2, "GLenum", func, "GLfloat", r…
5 TRACE_GL_VOID(glAlphaFuncQCOM, (GLenum func, GLclampf ref), (func, ref), 2, "GLenum", func, "GLclam…
6 TRACE_GL_VOID(glAlphaFuncx, (GLenum func, GLfixed ref), (func, ref), 2, "GLenum", func, "GLfixed", …
7 TRACE_GL_VOID(glAlphaFuncxOES, (GLenum func, GLfixed ref), (func, ref), 2, "GLenum", func, "GLfixed…
8 TRACE_GL_VOID(glAttachShader, (GLuint program, GLuint shader), (program, shader), 2, "GLuint", prog…
9 TRACE_GL_VOID(glBeginPerfMonitorAMD, (GLuint monitor), (monitor), 1, "GLuint", monitor)
10 TRACE_GL_VOID(glBeginPerfQueryINTEL, (GLuint queryHandle), (queryHandle), 1, "GLuint", queryHandle)
[all …]
/frameworks/native/opengl/libs/EGL/
Dtrace.cpp325 #undef TRACE_GL_VOID
328 #define TRACE_GL_VOID(_api, _args, _argList, ...) \ macro
346 #undef TRACE_GL_VOID
360 #undef TRACE_GL_VOID
367 #undef TRACE_GL_VOID
370 #define TRACE_GL_VOID(_api, _args, _argList, ...) \ macro
388 #undef TRACE_GL_VOID
406 #undef TRACE_GL_VOID
422 #define TRACE_GL_VOID(_api, _args, _argList, ...) \ macro
441 #undef TRACE_GL_VOID
[all …]