Searched refs:nextQueryId (Results 1 – 16 of 16) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | performance_query.c | 172 _mesa_GetNextPerfQueryIdINTEL(GLuint queryId, GLuint *nextQueryId) in _mesa_GetNextPerfQueryIdINTEL() argument 188 if (!nextQueryId) { in _mesa_GetNextPerfQueryIdINTEL() 203 *nextQueryId = queryId; in _mesa_GetNextPerfQueryIdINTEL() 205 *nextQueryId = 0; in _mesa_GetNextPerfQueryIdINTEL()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/INTEL/ |
D | INTEL_performance_query.txt | 91 void GetNextPerfQueryIdINTEL(uint queryId, uint *nextQueryId); 185 void GetNextPerfQueryIdINTEL(uint queryId, uint *nextQueryId); 189 location pointed by nextQueryId. If query identified by queryId is the last 192 nextQueryId pointer is equal to 0, an INVALID_VALUE error is 526 uint nextQueryId; 545 nextQueryId = queryId; 546 while(nextQueryId) 549 nextQueryId, 566 nextQueryId,
|
/third_party/openGLES/extensions/INTEL/ |
D | INTEL_performance_query.txt | 91 void GetNextPerfQueryIdINTEL(uint queryId, uint *nextQueryId); 185 void GetNextPerfQueryIdINTEL(uint queryId, uint *nextQueryId); 189 location pointed by nextQueryId. If query identified by queryId is the last 192 nextQueryId pointer is equal to 0, an INVALID_VALUE error is 526 uint nextQueryId; 545 nextQueryId = queryId; 546 while(nextQueryId) 549 nextQueryId, 566 nextQueryId,
|
/third_party/skia/third_party/externals/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);
|
/third_party/mesa3d/include/GLES2/ |
D | gl2ext.h | 2436 typedef void (GL_APIENTRYP PFNGLGETNEXTPERFQUERYIDINTELPROC) (GLuint queryId, GLuint *nextQueryId); 2447 GL_APICALL void GL_APIENTRY glGetNextPerfQueryIdINTEL (GLuint queryId, GLuint *nextQueryId);
|
/third_party/skia/third_party/externals/opengl-registry/api/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);
|
/third_party/skia/third_party/externals/angle2/include/GLES2/ |
D | gl2ext.h | 2428 typedef void (GL_APIENTRYP PFNGLGETNEXTPERFQUERYIDINTELPROC) (GLuint queryId, GLuint *nextQueryId); 2439 GL_APICALL void GL_APIENTRY glGetNextPerfQueryIdINTEL (GLuint queryId, GLuint *nextQueryId);
|
/third_party/openGLES/api/GLES2/ |
D | gl2ext.h | 2516 typedef void (GL_APIENTRYP PFNGLGETNEXTPERFQUERYIDINTELPROC) (GLuint queryId, GLuint *nextQueryId); 2527 GL_APICALL void GL_APIENTRY glGetNextPerfQueryIdINTEL (GLuint queryId, GLuint *nextQueryId);
|
/third_party/openGLES/api/GL/ |
D | glcorearb.h | 4775 typedef void (APIENTRYP PFNGLGETNEXTPERFQUERYIDINTELPROC) (GLuint queryId, GLuint *nextQueryId); 4786 GLAPI void APIENTRY glGetNextPerfQueryIdINTEL (GLuint queryId, GLuint *nextQueryId);
|
D | glext.h | 9335 typedef void (APIENTRYP PFNGLGETNEXTPERFQUERYIDINTELPROC) (GLuint queryId, GLuint *nextQueryId); 9346 GLAPI void APIENTRY glGetNextPerfQueryIdINTEL (GLuint queryId, GLuint *nextQueryId);
|
/third_party/mesa3d/include/GL/ |
D | glcorearb.h | 4748 typedef void (APIENTRYP PFNGLGETNEXTPERFQUERYIDINTELPROC) (GLuint queryId, GLuint *nextQueryId); 4759 GLAPI void APIENTRY glGetNextPerfQueryIdINTEL (GLuint queryId, GLuint *nextQueryId);
|
D | glext.h | 9258 typedef void (APIENTRYP PFNGLGETNEXTPERFQUERYIDINTELPROC) (GLuint queryId, GLuint *nextQueryId); 9269 GLAPI void APIENTRY glGetNextPerfQueryIdINTEL (GLuint queryId, GLuint *nextQueryId);
|
/third_party/skia/third_party/externals/opengl-registry/api/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 | 9213 typedef void (APIENTRYP PFNGLGETNEXTPERFQUERYIDINTELPROC) (GLuint queryId, GLuint *nextQueryId); 9224 GLAPI void APIENTRY glGetNextPerfQueryIdINTEL (GLuint queryId, GLuint *nextQueryId);
|
/third_party/skia/third_party/externals/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);
|