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

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp21562 void GLTrace_glGetPerfQueryInfoINTEL(GLuint queryId, GLuint queryNameLength, GLchar * queryName, GLuint * dataSize, GLuint * noCounters, GLuint * noInstances, GLuint * capsMask) { argument
21592 // copy argument noCounters
21596 arg_noCounters->add_int64value((uintptr_t)noCounters);
21613 glContext->hooks->gl.glGetPerfQueryInfoINTEL(queryId, queryNameLength, queryName, dataSize, noCounters, noInstances, capsMask);
21620 (void *) noCounters,
[all...]

Completed in 298 milliseconds