Searched refs:queryid_to_index (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dperformance_query.c79 queryid_to_index(GLuint queryid) function in typeref:typename:unsigned
98 return queryid != 0 && queryid_to_index(queryid) < numQueries;
258 unsigned queryIndex = queryid_to_index(queryId);
319 unsigned queryIndex = queryid_to_index(queryId);
449 obj = ctx->Driver.NewPerfQueryObject(ctx, queryid_to_index(queryId));
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dperformance_query.c85 queryid_to_index(GLuint queryid) function in typeref:typename:unsigned
104 return queryid != 0 && queryid_to_index(queryid) < numQueries;
264 unsigned queryIndex = queryid_to_index(queryId);
325 unsigned queryIndex = queryid_to_index(queryId);
455 obj = ctx->Driver.NewPerfQueryObject(ctx, queryid_to_index(queryId));

Completed in 3 milliseconds