Searched refs:monitors (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h853 GL_APICALL void GL_APIENTRY glGenPerfMonitorsAMD (GLsizei n, GLuint *monitors);
854 GL_APICALL void GL_APIENTRY glDeletePerfMonitorsAMD (GLsizei n, GLuint *monitors);
865 typedef void (GL_APIENTRYP PFNGLGENPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
866 typedef void (GL_APIENTRYP PFNGLDELETEPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.h295 void GLTrace_glGenPerfMonitorsAMD(GLsizei n, GLuint *monitors);
296 void GLTrace_glDeletePerfMonitorsAMD(GLsizei n, GLuint *monitors);
H A Dgltrace_api.cpp11493 void GLTrace_glGenPerfMonitorsAMD(GLsizei n, GLuint *monitors) { argument
11505 // copy argument monitors
11509 arg_monitors->add_intvalue((int)monitors);
11514 glContext->hooks->gl.glGenPerfMonitorsAMD(n, monitors);
11519 (void *) monitors,
11528 void GLTrace_glDeletePerfMonitorsAMD(GLsizei n, GLuint *monitors) { argument
11540 // copy argument monitors
11544 arg_monitors->add_intvalue((int)monitors);
11549 glContext->hooks->gl.glDeletePerfMonitorsAMD(n, monitors);
11554 (void *) monitors,
[all...]

Completed in 125 milliseconds