Searched refs:num_vbos (Results 1 – 1 of 1) sorted by relevance
586 int num_vbos; member2937 int old_num = ctx->sub->num_vbos; in vrend_set_num_vbo()2940 ctx->sub->num_vbos = num_vbo; in vrend_set_num_vbo()4138 GLsizei count = MAX2(ctx->sub->num_vbos, ctx->sub->old_num_vbos); in vrend_draw_bind_vertex_binding()4144 for (i = 0; i < ctx->sub->num_vbos; i++) { in vrend_draw_bind_vertex_binding()4157 for (i = ctx->sub->num_vbos; i < ctx->sub->old_num_vbos; i++) { in vrend_draw_bind_vertex_binding()4165 for (i = 0; i < ctx->sub->num_vbos; i++) { in vrend_draw_bind_vertex_binding()4172 for (i = ctx->sub->num_vbos; i < ctx->sub->old_num_vbos; i++) in vrend_draw_bind_vertex_binding()