Home
last modified time | relevance | path

Searched refs:nr_vbos (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dapi_arrayelt.c71 GLuint nr_vbos; member
1548 for (i = 0; i < actx->nr_vbos; i++) in check_vbo()
1551 assert(actx->nr_vbos < VERT_ATTRIB_MAX); in check_vbo()
1552 actx->vbo[actx->nr_vbos++] = vbo; in check_vbo()
1572 actx->nr_vbos = 0; in _ae_update_state()
1721 for (i = 0; i < actx->nr_vbos; i++) in _ae_map_vbos()
1728 if (actx->nr_vbos) in _ae_map_vbos()
1747 for (i = 0; i < actx->nr_vbos; i++) in _ae_unmap_vbos()
1784 do_map = actx->nr_vbos && !actx->mapped_vbos; in _ae_ArrayElement()