Home
last modified time | relevance | path

Searched refs:nextQueryId (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/main/
Dperformance_query.c170 _mesa_GetNextPerfQueryIdINTEL(GLuint queryId, GLuint *nextQueryId) in _mesa_GetNextPerfQueryIdINTEL() argument
186 if (!nextQueryId) { in _mesa_GetNextPerfQueryIdINTEL()
201 *nextQueryId = queryId; in _mesa_GetNextPerfQueryIdINTEL()
203 *nextQueryId = 0; in _mesa_GetNextPerfQueryIdINTEL()
Dperformance_query.h44 _mesa_GetNextPerfQueryIdINTEL(GLuint queryId, GLuint *nextQueryId);
/external/swiftshader/include/GLES2/
Dgl2ext.h2379 typedef void (GL_APIENTRYP PFNGLGETNEXTPERFQUERYIDINTELPROC) (GLuint queryId, GLuint *nextQueryId);
2390 GL_APICALL void GL_APIENTRY glGetNextPerfQueryIdINTEL (GLuint queryId, GLuint *nextQueryId);
/external/mesa3d/include/GLES2/
Dgl2ext.h2436 typedef void (GL_APIENTRYP PFNGLGETNEXTPERFQUERYIDINTELPROC) (GLuint queryId, GLuint *nextQueryId);
2447 GL_APICALL void GL_APIENTRY glGetNextPerfQueryIdINTEL (GLuint queryId, GLuint *nextQueryId);
/external/angle/include/GLES2/
Dgl2ext.h2428 typedef void (GL_APIENTRYP PFNGLGETNEXTPERFQUERYIDINTELPROC) (GLuint queryId, GLuint *nextQueryId);
2439 GL_APICALL void GL_APIENTRY glGetNextPerfQueryIdINTEL (GLuint queryId, GLuint *nextQueryId);
/external/swiftshader/include/GL/
Dglcorearb.h4709 typedef void (APIENTRYP PFNGLGETNEXTPERFQUERYIDINTELPROC) (GLuint queryId, GLuint *nextQueryId);
4720 GLAPI void APIENTRY glGetNextPerfQueryIdINTEL (GLuint queryId, GLuint *nextQueryId);
Dglext.h9214 typedef void (APIENTRYP PFNGLGETNEXTPERFQUERYIDINTELPROC) (GLuint queryId, GLuint *nextQueryId);
9225 GLAPI void APIENTRY glGetNextPerfQueryIdINTEL (GLuint queryId, GLuint *nextQueryId);
/external/mesa3d/include/GL/
Dglcorearb.h4748 typedef void (APIENTRYP PFNGLGETNEXTPERFQUERYIDINTELPROC) (GLuint queryId, GLuint *nextQueryId);
4759 GLAPI void APIENTRY glGetNextPerfQueryIdINTEL (GLuint queryId, GLuint *nextQueryId);
Dglext.h9258 typedef void (APIENTRYP PFNGLGETNEXTPERFQUERYIDINTELPROC) (GLuint queryId, GLuint *nextQueryId);
9269 GLAPI void APIENTRY glGetNextPerfQueryIdINTEL (GLuint queryId, GLuint *nextQueryId);
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Dgl_generated.h7902 typedef void (GLAPIENTRY *PFNGLGETNEXTPERFQUERYIDINTELPROC)(GLuint queryId, GLuint * nextQueryId);
12220 …UBLIC void (EPOXY_CALLSPEC *epoxy_glGetNextPerfQueryIdINTEL)(GLuint queryId, GLuint * nextQueryId);
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h13545 typedef void (GLAPIENTRY * PFNGLGETNEXTPERFQUERYIDINTELPROC) (GLuint queryId, GLuint* nextQueryId);