Searched defs:noInstances (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
21598 // copy argument noInstances
21602 arg_noInstances->add_int64value((uintptr_t)noInstances);
21613 glContext->hooks->gl.glGetPerfQueryInfoINTEL(queryId, queryNameLength, queryName, dataSize, noCounters, noInstances, capsMask);
21621 (void *) noInstances,
[all...]

Completed in 179 milliseconds