Home
last modified time | relevance | path

Searched refs:countersSize (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Dperformance_monitor.h49 GLsizei countersSize, GLuint *counters);
Dperformance_monitor.c199 GLsizei countersSize, GLuint *counters) in _mesa_GetPerfMonitorCountersAMD() argument
221 unsigned n = MIN2(group_obj->NumCounters, (GLuint) countersSize); in _mesa_GetPerfMonitorCountersAMD()