Searched refs:nr_vbos (Results 1 – 1 of 1) sorted by relevance
68 GLuint nr_vbos; member1451 for (i = 0; i < actx->nr_vbos; i++) in check_vbo()1454 assert(actx->nr_vbos < VERT_ATTRIB_MAX); in check_vbo()1455 actx->vbo[actx->nr_vbos++] = vbo; in check_vbo()1474 actx->nr_vbos = 0; in _ae_update_state()1604 for (i = 0; i < actx->nr_vbos; i++) in _ae_map_vbos()1610 if (actx->nr_vbos) in _ae_map_vbos()1624 for (i = 0; i < actx->nr_vbos; i++) in _ae_unmap_vbos()1660 do_map = actx->nr_vbos && !actx->mapped_vbos; in _ae_ArrayElement()