Lines Matching defs:max_index
612 GLuint max_index;
627 const GLuint max_index = cmd->max_index;
630 (mode, min_index, max_index, count,
639 bool index_bounds_valid, GLuint min_index, GLuint max_index)
652 cmd->max_index = max_index;
679 GLuint max_index;
704 const GLuint max_index = cmd->max_index;
722 (mode, min_index, max_index, count,
746 bool index_bounds_valid, GLuint min_index, GLuint max_index,
765 cmd->max_index = max_index;
777 bool index_bounds_valid, GLuint min_index, GLuint max_index,
795 count <= 0 || instance_count <= 0 || max_index < min_index ||
800 min_index, max_index);
822 max_index = 0;
826 &min_index, &max_index);
831 unsigned num_vertices = max_index + 1 - min_index;
852 min_index, max_index, index_buffer,
866 (mode, min_index, max_index, count, type, indices));
872 (mode, min_index, max_index, count,
1036 unsigned max_index = 0;
1067 max_index = MAX2(max_index, max);
1071 num_vertices = max_index + 1 - min_index;