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.c273 GLuint *nr_bo ) in bind_inputs() argument
286 bo[*nr_bo] = inputs[i]->BufferObj; in bind_inputs()
287 (*nr_bo)++; in bind_inputs()
343 GLuint *nr_bo) in bind_indices() argument
358 bo[*nr_bo] = ib->obj; in bind_indices()
359 (*nr_bo)++; in bind_indices()
408 GLuint nr_bo ) in unmap_vbos() argument
411 for (i = 0; i < nr_bo; i++) { in unmap_vbos()
492 GLuint nr_bo = 0; in _tnl_draw_prims() local
517 bo, &nr_bo); in _tnl_draw_prims()
[all …]