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

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp21222 void GLTrace_glCreatePerfQueryINTEL(GLuint queryId, GLuint * queryHandle) { argument
21228 // copy argument queryId
21232 arg_queryId->add_intvalue(queryId);
21243 glContext->hooks->gl.glCreatePerfQueryINTEL(queryId, queryHandle);
21313 void GLTrace_glGetFirstPerfQueryIdINTEL(GLuint * queryId) { argument
21319 // copy argument queryId
21323 arg_queryId->add_int64value((uintptr_t)queryId);
21328 glContext->hooks->gl.glGetFirstPerfQueryIdINTEL(queryId);
21333 (void *) queryId,
21342 void GLTrace_glGetNextPerfQueryIdINTEL(GLuint queryId, GLuin argument
21377 GLTrace_glGetPerfCounterInfoINTEL(GLuint queryId, GLuint counterId, GLuint counterNameLength, GLchar * counterName, GLuint counterDescLength, GLchar * counterDesc, GLuint * counterOffset, GLuint * counterDataSize, GLuint * counterTypeEnum, GLuint * counterDataTypeEnum, GLuint64 * rawCounterMaxValue) argument
21526 GLTrace_glGetPerfQueryIdByNameINTEL(GLchar * queryName, GLuint * queryId) argument
21562 GLTrace_glGetPerfQueryInfoINTEL(GLuint queryId, GLuint queryNameLength, GLchar * queryName, GLuint * dataSize, GLuint * noCounters, GLuint * noInstances, GLuint * capsMask) argument
[all...]

Completed in 119 milliseconds