Home | History | Annotate | Download | only in null

Lines Matching defs:ndpy

50 null_display(const struct native_display *ndpy)
52 return (struct null_display *) ndpy;
56 null_display_get_configs(struct native_display *ndpy, int *num_configs)
58 struct null_display *null = null_display(ndpy);
74 null_display_get_param(struct native_display *ndpy,
81 null_display_destroy(struct native_display *ndpy)
83 struct null_display *null = null_display(ndpy);
91 null_display_init_config(struct native_display *ndpy)
99 struct null_display *null = null_display(ndpy);
123 null_display_init_screen(struct native_display *ndpy)
125 struct null_display *null = null_display(ndpy);
171 struct native_display *ndpy = NULL;
175 ndpy = null_display_create(null_event_handler);
177 return ndpy;