Searched refs:close_func (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/indices/ |
D | u_indices_gen.py | 211 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/ |
D | ivorbisfile.h | 62 int (*close_func) (void *datasource); member
|
D | vorbisfile.c | 793 if(vf->datasource)(vf->callbacks.close_func)(vf->datasource); in ov_clear()
|
/external/lua/src/ |
D | lparser.c | 552 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/ |
D | clmodule.c | 185 doClose(clobject *self, int (*close_func)(CL_Handle)) in doClose() 190 if ((*close_func)(self->ob_compressorHdl) == FAILURE || in doClose()
|