Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp21222 void GLTrace_glCreatePerfQueryINTEL(GLuint queryId, GLuint * queryHandle) { in GLTrace_glCreatePerfQueryINTEL()
21313 void GLTrace_glGetFirstPerfQueryIdINTEL(GLuint * queryId) { in GLTrace_glGetFirstPerfQueryIdINTEL()
21342 void GLTrace_glGetNextPerfQueryIdINTEL(GLuint queryId, GLuint * nextQueryId) { in GLTrace_glGetNextPerfQueryIdINTEL()
21377 void GLTrace_glGetPerfCounterInfoINTEL(GLuint queryId, GLuint counterId, GLuint counterNameLength, … in GLTrace_glGetPerfCounterInfoINTEL()
21526 void GLTrace_glGetPerfQueryIdByNameINTEL(GLchar * queryName, GLuint * queryId) { in GLTrace_glGetPerfQueryIdByNameINTEL()
21562 void GLTrace_glGetPerfQueryInfoINTEL(GLuint queryId, GLuint queryNameLength, GLchar * queryName, GL… in GLTrace_glGetPerfQueryInfoINTEL()