Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dperformance_query.c164 _mesa_GetNextPerfQueryIdINTEL(GLuint queryId, GLuint *nextQueryId) in _mesa_GetNextPerfQueryIdINTEL() argument
180 if (!nextQueryId) { in _mesa_GetNextPerfQueryIdINTEL()
195 *nextQueryId = queryId; in _mesa_GetNextPerfQueryIdINTEL()
197 *nextQueryId = 0; in _mesa_GetNextPerfQueryIdINTEL()
Dperformance_query.h44 _mesa_GetNextPerfQueryIdINTEL(GLuint queryId, GLuint *nextQueryId);
/external/perfetto/ui/src/query/
Dindex.ts146 nextQueryId: number; property in QueryController
152 this.nextQueryId = 0;
193 const id = this.nextQueryId++;
/external/mesa3d/include/GLES2/
Dgl2ext.h2318 typedef void (GL_APIENTRYP PFNGLGETNEXTPERFQUERYIDINTELPROC) (GLuint queryId, GLuint *nextQueryId);
2329 GL_APICALL void GL_APIENTRY glGetNextPerfQueryIdINTEL (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/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.h4678 typedef void (APIENTRYP PFNGLGETNEXTPERFQUERYIDINTELPROC) (GLuint queryId, GLuint *nextQueryId);
4689 GLAPI void APIENTRY glGetNextPerfQueryIdINTEL (GLuint queryId, GLuint *nextQueryId);
Dglext.h9181 typedef void (APIENTRYP PFNGLGETNEXTPERFQUERYIDINTELPROC) (GLuint queryId, GLuint *nextQueryId);
9192 GLAPI void APIENTRY glGetNextPerfQueryIdINTEL (GLuint queryId, GLuint *nextQueryId);
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c27666 _mesa_marshal_GetNextPerfQueryIdINTEL(GLuint queryId, GLuint * nextQueryId) in _mesa_marshal_GetNextPerfQueryIdINTEL() argument
27671 CALL_GetNextPerfQueryIdINTEL(ctx->CurrentServerDispatch, (queryId, nextQueryId)); in _mesa_marshal_GetNextPerfQueryIdINTEL()