Searched defs:queryHandle (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dperformance_monitor.c1001 _mesa_CreatePerfQueryINTEL(GLuint queryId, GLuint *queryHandle) argument
1015 if (queryHandle == NULL) {
1017 "glCreatePerfQueryINTEL(queryHandle == NULL)");
1049 * generated, and the location pointed by queryHandle returns NULL."
1062 *queryHandle = first;
1076 _mesa_DeletePerfQueryINTEL(GLuint queryHandle) argument
1081 /* The queryHandle is the counterpart to AMD_performance_monitor's monitor
1084 m = lookup_monitor(ctx, queryHandle);
1093 "glDeletePerfQueryINTEL(invalid queryHandle)");
1103 _mesa_HashRemove(ctx->PerfMonitor.Monitors, queryHandle);
1110 _mesa_BeginPerfQueryINTEL(GLuint queryHandle) argument
1158 _mesa_EndPerfQueryINTEL(GLuint queryHandle) argument
1197 _mesa_GetPerfQueryDataINTEL(GLuint queryHandle, GLuint flags, GLsizei dataSize, void *data, GLuint *bytesWritten) argument
[all...]

Completed in 108 milliseconds