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

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp21342 void GLTrace_glGetNextPerfQueryIdINTEL(GLuint queryId, GLuint * nextQueryId) { argument
21354 // copy argument nextQueryId
21358 arg_nextQueryId->add_int64value((uintptr_t)nextQueryId);
21363 glContext->hooks->gl.glGetNextPerfQueryIdINTEL(queryId, nextQueryId);
21368 (void *) nextQueryId,
[all...]

Completed in 179 milliseconds