Home
last modified time | relevance | path

Searched refs:destroy_list (Results 1 – 2 of 2) sorted by relevance

/external/wayland/src/
Devent-loop.c49 struct wl_list destroy_list; member
330 wl_list_insert(&loop->destroy_list, &source->link); in wl_event_source_remove()
340 wl_list_for_each_safe(source, next, &loop->destroy_list, link) in wl_event_loop_process_destroy_list()
343 wl_list_init(&loop->destroy_list); in wl_event_loop_process_destroy_list()
362 wl_list_init(&loop->destroy_list); in wl_event_loop_create()
/external/mesa3d/src/mesa/main/
Ddlist.c1151 destroy_list(struct gl_context *ctx, GLuint list) in destroy_list() function
9237 destroy_list(ctx, i); in _mesa_DeleteLists()
9387 destroy_list(ctx, ctx->ListState.CurrentList->Name); in _mesa_EndList()