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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dapi_arrayelt.c68 GLuint nr_vbos; member in struct:__anon14519
1451 for (i = 0; i < actx->nr_vbos; i++)
1454 assert(actx->nr_vbos < VERT_ATTRIB_MAX);
1455 actx->vbo[actx->nr_vbos++] = vbo;
1474 actx->nr_vbos = 0;
1604 for (i = 0; i < actx->nr_vbos; i++)
1610 if (actx->nr_vbos)
1624 for (i = 0; i < actx->nr_vbos; i++)
1660 do_map = actx->nr_vbos && !actx->mapped_vbos;
/external/mesa3d/src/mesa/main/
H A Dapi_arrayelt.c68 GLuint nr_vbos; member in struct:__anon27930
1451 for (i = 0; i < actx->nr_vbos; i++)
1454 assert(actx->nr_vbos < VERT_ATTRIB_MAX);
1455 actx->vbo[actx->nr_vbos++] = vbo;
1474 actx->nr_vbos = 0;
1604 for (i = 0; i < actx->nr_vbos; i++)
1610 if (actx->nr_vbos)
1624 for (i = 0; i < actx->nr_vbos; i++)
1660 do_map = actx->nr_vbos && !actx->mapped_vbos;

Completed in 3290 milliseconds