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

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp15000 void GLTrace_glGetPerfMonitorGroupsAMD(GLint * numGroups, GLsizei groupsSize, GLuint * groups) { argument
15012 // copy argument groupsSize
15016 arg_groupsSize->add_intvalue(groupsSize);
15027 glContext->hooks->gl.glGetPerfMonitorGroupsAMD(numGroups, groupsSize, groups);
[all...]

Completed in 151 milliseconds