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

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp15246 void GLTrace_glGenPerfMonitorsAMD(GLsizei n, GLuint * monitors) { argument
15258 // copy argument monitors
15262 arg_monitors->add_int64value((uintptr_t)monitors);
15267 glContext->hooks->gl.glGenPerfMonitorsAMD(n, monitors);
15272 (void *) monitors,
15281 void GLTrace_glDeletePerfMonitorsAMD(GLsizei n, GLuint * monitors) { argument
15293 // copy argument monitors
15297 arg_monitors->add_int64value((uintptr_t)monitors);
15302 glContext->hooks->gl.glDeletePerfMonitorsAMD(n, monitors);
15307 (void *) monitors,
[all...]

Completed in 99 milliseconds