Searched refs:xorg_list_append (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | list.c | 106 xorg_list_append(&child[0].node, &parent.children); in test_xorg_list_append() 116 xorg_list_append(&child[1].node, &parent.children); in test_xorg_list_append() 124 xorg_list_append(&child[2].node, &parent.children); in test_xorg_list_append()
|
| /OK3568_Linux_fs/external/xserver/present/ |
| H A D | present_wnmd.c | 197 xorg_list_append(&window_priv->flip_active->event_queue, &window_priv->idle_queue); in present_wnmd_flip_notify() 450 xorg_list_append(&vblank->event_queue, &window_priv->flip_queue); in present_wnmd_execute() 526 xorg_list_append(&vblank->window_list, &window_priv->vblank); in present_wnmd_execute() 650 xorg_list_append(&vblank->event_queue, &window_priv->exec_queue); in present_wnmd_pixmap()
|
| H A D | present_scmd.c | 554 xorg_list_append(&vblank->event_queue, &present_flip_queue); in present_execute() 633 xorg_list_append(&vblank->window_list, in present_execute() 758 xorg_list_append(&vblank->event_queue, &present_exec_queue); in present_scmd_pixmap()
|
| H A D | present_vblank.c | 73 xorg_list_append(&vblank->window_list, &window_priv->vblank); in present_vblank_create()
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | vndservervendor.c | 58 xorg_list_append(&vendor->entry, &GlxVendorList); in GlxCreateVendor()
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-output.c | 256 xorg_list_append(&xwl_output->link, &xwl_screen->output_list); in apply_output_change() 375 xorg_list_append(&xwl_output->link, &xwl_screen->output_list); in xwl_output_create()
|
| H A D | xwayland-present.c | 363 xorg_list_append(&event->list, &xwl_present_window->event_list); in xwl_present_queue_vblank()
|
| H A D | xwayland.c | 869 xorg_list_append(&xwl_window->link_damage, &commit_window_list); in xwl_screen_post_damage()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | dixstruct.h | 164 xorg_list_append(&client->output_pending, &output_pending_clients); in output_pending_mark()
|
| H A D | list.h | 175 xorg_list_append(struct xorg_list *entry, struct xorg_list *head) in xorg_list_append() function
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | inputthread.c | 231 xorg_list_append(&dev->node, &inputThreadInfo->devs); in InputThreadRegisterDev()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | dispatch.c | 265 xorg_list_append(&client->ready, &ready_clients); in mark_client_ready() 275 xorg_list_append(&client->ready, &saved_ready_clients); in mark_client_saved_ready() 293 xorg_list_append(&client->ready, &saved_ready_clients); in mark_client_grab() 305 xorg_list_append(&client->ready, &ready_clients); in mark_client_ungrab()
|
| H A D | events.c | 1205 xorg_list_append(&qe->next, &syncEvents.pending); in EnqueueEvent()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Xinput.c | 924 xorg_list_append(&new_device->node, &new_input_devices_list); in xf86NewInputDevice()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 49811 Don't do the xorg_list_append a 2nd time when updating existing attributes,
|