Searched refs:nextQueryId (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | performance_query.c | 164 _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()
|
D | performance_query.h | 44 _mesa_GetNextPerfQueryIdINTEL(GLuint queryId, GLuint *nextQueryId);
|
/external/perfetto/ui/src/query/ |
D | index.ts | 146 nextQueryId: number; property in QueryController 152 this.nextQueryId = 0; 193 const id = this.nextQueryId++;
|
/external/mesa3d/include/GLES2/ |
D | gl2ext.h | 2318 typedef void (GL_APIENTRYP PFNGLGETNEXTPERFQUERYIDINTELPROC) (GLuint queryId, GLuint *nextQueryId); 2329 GL_APICALL void GL_APIENTRY glGetNextPerfQueryIdINTEL (GLuint queryId, GLuint *nextQueryId);
|
/external/swiftshader/include/GLES2/ |
D | gl2ext.h | 2379 typedef void (GL_APIENTRYP PFNGLGETNEXTPERFQUERYIDINTELPROC) (GLuint queryId, GLuint *nextQueryId); 2390 GL_APICALL void GL_APIENTRY glGetNextPerfQueryIdINTEL (GLuint queryId, GLuint *nextQueryId);
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 4709 typedef void (APIENTRYP PFNGLGETNEXTPERFQUERYIDINTELPROC) (GLuint queryId, GLuint *nextQueryId); 4720 GLAPI void APIENTRY glGetNextPerfQueryIdINTEL (GLuint queryId, GLuint *nextQueryId);
|
D | glext.h | 9214 typedef void (APIENTRYP PFNGLGETNEXTPERFQUERYIDINTELPROC) (GLuint queryId, GLuint *nextQueryId); 9225 GLAPI void APIENTRY glGetNextPerfQueryIdINTEL (GLuint queryId, GLuint *nextQueryId);
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 4678 typedef void (APIENTRYP PFNGLGETNEXTPERFQUERYIDINTELPROC) (GLuint queryId, GLuint *nextQueryId); 4689 GLAPI void APIENTRY glGetNextPerfQueryIdINTEL (GLuint queryId, GLuint *nextQueryId);
|
D | glext.h | 9181 typedef void (APIENTRYP PFNGLGETNEXTPERFQUERYIDINTELPROC) (GLuint queryId, GLuint *nextQueryId); 9192 GLAPI void APIENTRY glGetNextPerfQueryIdINTEL (GLuint queryId, GLuint *nextQueryId);
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | marshal_generated.c | 27666 _mesa_marshal_GetNextPerfQueryIdINTEL(GLuint queryId, GLuint * nextQueryId) in _mesa_marshal_GetNextPerfQueryIdINTEL() argument 27671 CALL_GetNextPerfQueryIdINTEL(ctx->CurrentServerDispatch, (queryId, nextQueryId)); in _mesa_marshal_GetNextPerfQueryIdINTEL()
|