Searched defs:gl_renderer_interface (Results 1 – 2 of 2) sorted by relevance
118 struct gl_renderer_interface { struct149 int (*display_create)(struct weston_compositor *ec,174 int (*output_window_create)(struct weston_output *output,195 int (*output_pbuffer_create)(struct weston_output *output,199 int (*output_fbo_create)(struct weston_output *output,202 void (*output_destroy)(struct weston_output *output);231 void (*output_set_border)(struct weston_output *output,241 int (*create_fence_fd)(struct weston_output *output);244 int (*output_get_current_fbo_index)(struct weston_output *output);
3962 WL_EXPORT struct gl_renderer_interface gl_renderer_interface = { variable