Lines Matching refs:dwl_context
34 struct dwl_context;
37 struct dwl_context *context;
52 struct dwl_context *context;
59 struct dwl_context { struct
79 struct dwl_context *context; argument
138 struct dwl_context *context = output->context; in output_scale()
186 static void dwl_context_output_add(struct dwl_context *context, in dwl_context_output_add()
211 static void dwl_context_output_remove_destroy(struct dwl_context *context, in dwl_context_output_remove_destroy()
228 static void dwl_context_output_get_aura(struct dwl_context *context) in dwl_context_output_get_aura()
375 struct dwl_context *dwl_context_new() in dwl_context_new()
377 struct dwl_context *ctx = calloc(1, sizeof(struct dwl_context)); in dwl_context_new()
382 void dwl_context_destroy(struct dwl_context **self) in dwl_context_destroy()
390 bool dwl_context_setup(struct dwl_context *self, const char *socket_path) in dwl_context_setup()
444 int dwl_context_fd(struct dwl_context *self) in dwl_context_fd()
449 void dwl_context_dispatch(struct dwl_context *self) in dwl_context_dispatch()
489 struct dwl_dmabuf *dwl_context_dmabuf_new(struct dwl_context *self, int fd, in dwl_context_dmabuf_new()
555 struct dwl_surface *dwl_context_surface_new(struct dwl_context *self, in dwl_context_surface_new()