Home | History | Annotate | Download | only in util

Lines Matching defs:new_info

1114       struct pipe_draw_info new_info = *info;
1115 new_info.indexed = FALSE;
1116 new_info.index_bias = 0;
1117 new_info.min_index = 0;
1118 new_info.max_index = info->count - 1;
1119 new_info.start = 0;
1121 pipe->draw_vbo(pipe, &new_info);