HomeSort by relevance Sort by last modified time
    Searched refs:destroy_list (Results 1 - 2 of 2) sorted by null

  /external/wayland/src/
event-loop.c 49 struct wl_list destroy_list; member in struct:wl_event_loop
330 wl_list_insert(&loop->destroy_list, &source->link);
340 wl_list_for_each_safe(source, next, &loop->destroy_list, link)
343 wl_list_init(&loop->destroy_list);
362 wl_list_init(&loop->destroy_list);
  /external/mesa3d/src/mesa/main/
dlist.c 1150 destroy_list(struct gl_context *ctx, GLuint list) function
    [all...]

Completed in 93 milliseconds