Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/indices/
Du_indices_gen.py211 def prim_restart(in_verts, out_verts, out_prims, close_func = None): argument
223 if close_func is not None:
224 close_func(i)
255 def close_func(index): function
261 prim_restart(2, 2, 1, close_func)
293 def close_func(index): function
295 prim_restart(3, 3, 1, close_func)
311 def close_func(index): function
313 prim_restart(3, 3, 1, close_func)
/external/tremolo/Tremolo/
Divorbisfile.h62 int (*close_func) (void *datasource); member
Dvorbisfile.c793 if(vf->datasource)(vf->callbacks.close_func)(vf->datasource); in ov_clear()
/external/lua/src/
Dlparser.c552 static void close_func (LexState *ls) { in close_func() function
800 close_func(ls); in body()
1622 close_func(ls); in mainfunc()
/external/python/cpython2/Modules/
Dclmodule.c185 doClose(clobject *self, int (*close_func)(CL_Handle)) in doClose()
190 if ((*close_func)(self->ob_compressorHdl) == FAILURE || in doClose()