Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp21194 void GLTrace_glBeginPerfQueryINTEL(GLuint queryHandle) { in GLTrace_glBeginPerfQueryINTEL()
21222 void GLTrace_glCreatePerfQueryINTEL(GLuint queryId, GLuint * queryHandle) { in GLTrace_glCreatePerfQueryINTEL()
21257 void GLTrace_glDeletePerfQueryINTEL(GLuint queryHandle) { in GLTrace_glDeletePerfQueryINTEL()
21285 void GLTrace_glEndPerfQueryINTEL(GLuint queryHandle) { in GLTrace_glEndPerfQueryINTEL()
21472 void GLTrace_glGetPerfQueryDataINTEL(GLuint queryHandle, GLuint flags, GLsizei dataSize, GLvoid * d… in GLTrace_glGetPerfQueryDataINTEL()