Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/tnl/
Dt_draw.c269 GLuint *nr_bo ) in bind_inputs() argument
282 bo[*nr_bo] = inputs[i]->BufferObj; in bind_inputs()
283 (*nr_bo)++; in bind_inputs()
338 GLuint *nr_bo) in bind_indices() argument
352 bo[*nr_bo] = ib->obj; in bind_indices()
353 (*nr_bo)++; in bind_indices()
401 GLuint nr_bo ) in unmap_vbos() argument
404 for (i = 0; i < nr_bo; i++) { in unmap_vbos()
495 GLuint nr_bo = 0; in _tnl_draw_prims() local
520 bo, &nr_bo); in _tnl_draw_prims()
[all …]