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

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp15145 void GLTrace_glGetPerfMonitorCounterStringAMD(GLuint group, GLuint counter, GLsizei bufSize, GLsizei * length, GLchar * counterString) { argument
15175 // copy argument counterString
15179 arg_counterString->add_int64value((uintptr_t)counterString);
15184 glContext->hooks->gl.glGetPerfMonitorCounterStringAMD(group, counter, bufSize, length, counterString);
15190 (void *) counterString,
[all...]

Completed in 149 milliseconds