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

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp15097 void GLTrace_glGetPerfMonitorGroupStringAMD(GLuint group, GLsizei bufSize, GLsizei * length, GLchar * groupString) { argument
15121 // copy argument groupString
15125 arg_groupString->add_int64value((uintptr_t)groupString);
15130 glContext->hooks->gl.glGetPerfMonitorGroupStringAMD(group, bufSize, length, groupString);
15136 (void *) groupString,
[all...]

Completed in 155 milliseconds