Home
last modified time | relevance | path

Searched defs:close_func (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/indices/
H A Du_indices_gen.py184 def prim_restart(f: 'T.TextIO', in_verts, out_verts, out_prims, close_func = None): argument
227 def close_func(index): function
265 def close_func(index): function
283 def close_func(index): function
/aosp_15_r20/external/tremolo/Tremolo/
H A Divorbisfile.h62 int (*close_func) (void *datasource); member
/aosp_15_r20/external/lua/src/
H A Dlparser.c746 static void close_func (LexState *ls) { in close_func() function