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

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp11289 void GLTrace_glGetPerfMonitorCountersAMD(GLuint group, GLint *numCounters, GLint *maxActiveCounters, GLsizei counterSize, GLuint *counters) { argument
11307 // copy argument maxActiveCounters
11311 arg_maxActiveCounters->add_intvalue((int)maxActiveCounters);
11328 glContext->hooks->gl.glGetPerfMonitorCountersAMD(group, numCounters, maxActiveCounters, counterSize, counters);
11334 (void *) maxActiveCounters,

Completed in 233 milliseconds