Searched refs:us_indices (Results 1 – 2 of 2) sorted by relevance
267 const GLushort *us_indices = (const GLushort *)indices; in vbo_get_minmax_index_mapped() local272 if (us_indices[i] != restartIndex) { in vbo_get_minmax_index_mapped()273 if (us_indices[i] > max_us) max_us = us_indices[i]; in vbo_get_minmax_index_mapped()274 if (us_indices[i] < min_us) min_us = us_indices[i]; in vbo_get_minmax_index_mapped()280 if (us_indices[i] > max_us) max_us = us_indices[i]; in vbo_get_minmax_index_mapped()281 if (us_indices[i] < min_us) min_us = us_indices[i]; in vbo_get_minmax_index_mapped()
1169 const unsigned short *us_indices = (const unsigned short*)indices; in u_vbuf_get_minmax_index_mapped() local1174 if (us_indices[i] != info->restart_index) { in u_vbuf_get_minmax_index_mapped()1175 if (us_indices[i] > max) max = us_indices[i]; in u_vbuf_get_minmax_index_mapped()1176 if (us_indices[i] < min) min = us_indices[i]; in u_vbuf_get_minmax_index_mapped()1182 if (us_indices[i] > max) max = us_indices[i]; in u_vbuf_get_minmax_index_mapped()1183 if (us_indices[i] < min) min = us_indices[i]; in u_vbuf_get_minmax_index_mapped()