Searched refs:close_func (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/util/indices/ |
H A D | u_indices_gen.py | 210 def prim_restart(in_verts, out_verts, out_prims, close_func = None): 222 if close_func is not None: 223 close_func(i) 254 def close_func(index): function 260 prim_restart(2, 2, 1, close_func) 292 def close_func(index): function 294 prim_restart(3, 3, 1, close_func) 310 def close_func(index): function 312 prim_restart(3, 3, 1, close_func)
|
Completed in 1 milliseconds