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

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp15042 void GLTrace_glGetPerfMonitorCountersAMD(GLuint group, GLint * numCounters, GLint * maxActiveCounters, GLsizei counterSize, GLuint * counters) { argument
15060 // copy argument maxActiveCounters
15064 arg_maxActiveCounters->add_int64value((uintptr_t)maxActiveCounters);
15081 glContext->hooks->gl.glGetPerfMonitorCountersAMD(group, numCounters, maxActiveCounters, counterSize, counters);
15087 (void *) maxActiveCounters,
[all...]

Completed in 151 milliseconds