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.c72 GLuint nr_vbos; member
1540 for (i = 0; i < actx->nr_vbos; i++) in check_vbo()
1543 assert(actx->nr_vbos < VERT_ATTRIB_MAX); in check_vbo()
1544 actx->vbo[actx->nr_vbos++] = vbo; in check_vbo()
1564 actx->nr_vbos = 0; in _ae_update_state()
1713 for (i = 0; i < actx->nr_vbos; i++) in _ae_map_vbos()
1720 if (actx->nr_vbos) in _ae_map_vbos()
1739 for (i = 0; i < actx->nr_vbos; i++) in _ae_unmap_vbos()
1776 do_map = actx->nr_vbos && !actx->mapped_vbos; in _ae_ArrayElement()