Home
last modified time | relevance | path

Searched defs:gl_renderer_interface (Results 1 – 2 of 2) sorted by relevance

/third_party/weston/libweston/renderer-gl/
Dgl-renderer.h118 struct gl_renderer_interface { struct
149 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);
Dgl-renderer.c3962 WL_EXPORT struct gl_renderer_interface gl_renderer_interface = { variable