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.c277 GLuint *nr_bo) in bind_inputs() argument
292 bo[*nr_bo] = binding->BufferObj; in bind_inputs()
293 (*nr_bo)++; in bind_inputs()
346 GLuint *nr_bo) in bind_indices() argument
361 bo[*nr_bo] = ib->obj; in bind_indices()
362 (*nr_bo)++; in bind_indices()
413 GLuint nr_bo) in unmap_vbos() argument
415 for (GLuint i = 0; i < nr_bo; i++) { in unmap_vbos()
493 GLuint nr_bo = 0; in _tnl_draw_prims() local
518 bo, &nr_bo); in _tnl_draw_prims()
[all …]