Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dperformance_monitor.h114 _mesa_CreatePerfQueryINTEL(GLuint queryId, GLuint *queryHandle);
117 _mesa_DeletePerfQueryINTEL(GLuint queryHandle);
120 _mesa_BeginPerfQueryINTEL(GLuint queryHandle);
123 _mesa_EndPerfQueryINTEL(GLuint queryHandle);
126 _mesa_GetPerfQueryDataINTEL(GLuint queryHandle, GLuint flags,
Dperformance_monitor.c1001 _mesa_CreatePerfQueryINTEL(GLuint queryId, GLuint *queryHandle) in _mesa_CreatePerfQueryINTEL() argument
1015 if (queryHandle == NULL) { in _mesa_CreatePerfQueryINTEL()
1062 *queryHandle = first; in _mesa_CreatePerfQueryINTEL()
1076 _mesa_DeletePerfQueryINTEL(GLuint queryHandle) in _mesa_DeletePerfQueryINTEL() argument
1084 m = lookup_monitor(ctx, queryHandle); in _mesa_DeletePerfQueryINTEL()
1103 _mesa_HashRemove(ctx->PerfMonitor.Monitors, queryHandle); in _mesa_DeletePerfQueryINTEL()
1110 _mesa_BeginPerfQueryINTEL(GLuint queryHandle) in _mesa_BeginPerfQueryINTEL() argument
1119 m = lookup_monitor(ctx, queryHandle); in _mesa_BeginPerfQueryINTEL()
1158 _mesa_EndPerfQueryINTEL(GLuint queryHandle) in _mesa_EndPerfQueryINTEL() argument
1167 m = lookup_monitor(ctx, queryHandle); in _mesa_EndPerfQueryINTEL()
[all …]
/external/swiftshader/include/GLES2/
Dgl2ext.h1977 typedef void (GL_APIENTRYP PFNGLBEGINPERFQUERYINTELPROC) (GLuint queryHandle);
1978 typedef void (GL_APIENTRYP PFNGLCREATEPERFQUERYINTELPROC) (GLuint queryId, GLuint *queryHandle);
1979 typedef void (GL_APIENTRYP PFNGLDELETEPERFQUERYINTELPROC) (GLuint queryHandle);
1980 typedef void (GL_APIENTRYP PFNGLENDPERFQUERYINTELPROC) (GLuint queryHandle);
1984 typedef void (GL_APIENTRYP PFNGLGETPERFQUERYDATAINTELPROC) (GLuint queryHandle, GLuint flags, GLsiz…
1988 GL_APICALL void GL_APIENTRY glBeginPerfQueryINTEL (GLuint queryHandle);
1989 GL_APICALL void GL_APIENTRY glCreatePerfQueryINTEL (GLuint queryId, GLuint *queryHandle);
1990 GL_APICALL void GL_APIENTRY glDeletePerfQueryINTEL (GLuint queryHandle);
1991 GL_APICALL void GL_APIENTRY glEndPerfQueryINTEL (GLuint queryHandle);
1995 GL_APICALL void GL_APIENTRY glGetPerfQueryDataINTEL (GLuint queryHandle, GLuint flags, GLsizei data…
/external/mesa3d/include/GLES2/
Dgl2ext.h2095 typedef void (GL_APIENTRYP PFNGLBEGINPERFQUERYINTELPROC) (GLuint queryHandle);
2096 typedef void (GL_APIENTRYP PFNGLCREATEPERFQUERYINTELPROC) (GLuint queryId, GLuint *queryHandle);
2097 typedef void (GL_APIENTRYP PFNGLDELETEPERFQUERYINTELPROC) (GLuint queryHandle);
2098 typedef void (GL_APIENTRYP PFNGLENDPERFQUERYINTELPROC) (GLuint queryHandle);
2102 typedef void (GL_APIENTRYP PFNGLGETPERFQUERYDATAINTELPROC) (GLuint queryHandle, GLuint flags, GLsiz…
2106 GL_APICALL void GL_APIENTRY glBeginPerfQueryINTEL (GLuint queryHandle);
2107 GL_APICALL void GL_APIENTRY glCreatePerfQueryINTEL (GLuint queryId, GLuint *queryHandle);
2108 GL_APICALL void GL_APIENTRY glDeletePerfQueryINTEL (GLuint queryHandle);
2109 GL_APICALL void GL_APIENTRY glEndPerfQueryINTEL (GLuint queryHandle);
2113 GL_APICALL void GL_APIENTRY glGetPerfQueryDataINTEL (GLuint queryHandle, GLuint flags, GLsizei data…
/external/swiftshader/include/GL/
Dglext.h8151 typedef void (APIENTRYP PFNGLBEGINPERFQUERYINTELPROC) (GLuint queryHandle);
8152 typedef void (APIENTRYP PFNGLCREATEPERFQUERYINTELPROC) (GLuint queryId, GLuint *queryHandle);
8153 typedef void (APIENTRYP PFNGLDELETEPERFQUERYINTELPROC) (GLuint queryHandle);
8154 typedef void (APIENTRYP PFNGLENDPERFQUERYINTELPROC) (GLuint queryHandle);
8158 typedef void (APIENTRYP PFNGLGETPERFQUERYDATAINTELPROC) (GLuint queryHandle, GLuint flags, GLsizei …
8162 GLAPI void APIENTRY glBeginPerfQueryINTEL (GLuint queryHandle);
8163 GLAPI void APIENTRY glCreatePerfQueryINTEL (GLuint queryId, GLuint *queryHandle);
8164 GLAPI void APIENTRY glDeletePerfQueryINTEL (GLuint queryHandle);
8165 GLAPI void APIENTRY glEndPerfQueryINTEL (GLuint queryHandle);
8169 GLAPI void APIENTRY glGetPerfQueryDataINTEL (GLuint queryHandle, GLuint flags, GLsizei dataSize, GL…
/external/mesa3d/include/GL/
Dglext.h8913 typedef void (APIENTRYP PFNGLBEGINPERFQUERYINTELPROC) (GLuint queryHandle);
8914 typedef void (APIENTRYP PFNGLCREATEPERFQUERYINTELPROC) (GLuint queryId, GLuint *queryHandle);
8915 typedef void (APIENTRYP PFNGLDELETEPERFQUERYINTELPROC) (GLuint queryHandle);
8916 typedef void (APIENTRYP PFNGLENDPERFQUERYINTELPROC) (GLuint queryHandle);
8920 typedef void (APIENTRYP PFNGLGETPERFQUERYDATAINTELPROC) (GLuint queryHandle, GLuint flags, GLsizei …
8924 GLAPI void APIENTRY glBeginPerfQueryINTEL (GLuint queryHandle);
8925 GLAPI void APIENTRY glCreatePerfQueryINTEL (GLuint queryId, GLuint *queryHandle);
8926 GLAPI void APIENTRY glDeletePerfQueryINTEL (GLuint queryHandle);
8927 GLAPI void APIENTRY glEndPerfQueryINTEL (GLuint queryHandle);
8931 GLAPI void APIENTRY glGetPerfQueryDataINTEL (GLuint queryHandle, GLuint flags, GLsizei dataSize, GL…