|
Blender V5.0
|
#include <wayland_dynload_egl.h>
Public Member Functions | |
| struct wl_egl_window *WL_DYN_FN | wl_egl_window_create (struct wl_surface *surface, int width, int height) |
| void WL_DYN_FN | wl_egl_window_destroy (struct wl_egl_window *egl_window) |
| void WL_DYN_FN | wl_egl_window_resize (struct wl_egl_window *egl_window, int width, int height, int dx, int dy) |
| void WL_DYN_FN | wl_egl_window_get_attached_size (struct wl_egl_window *egl_window, int *width, int *height) |
Definition at line 39 of file wayland_dynload_egl.h.
| struct wl_egl_window *WL_DYN_FN WaylandDynload_EGL::wl_egl_window_create | ( | struct wl_surface * | surface, |
| int | width, | ||
| int | height ) |
References wl_egl_window_create(), and wl_surface.
Referenced by wl_egl_window_create().
| void WL_DYN_FN WaylandDynload_EGL::wl_egl_window_destroy | ( | struct wl_egl_window * | egl_window | ) |
References wl_egl_window_destroy().
Referenced by wl_egl_window_destroy().
| void WL_DYN_FN WaylandDynload_EGL::wl_egl_window_get_attached_size | ( | struct wl_egl_window * | egl_window, |
| int * | width, | ||
| int * | height ) |
References wl_egl_window_get_attached_size().
Referenced by wl_egl_window_get_attached_size().
| void WL_DYN_FN WaylandDynload_EGL::wl_egl_window_resize | ( | struct wl_egl_window * | egl_window, |
| int | width, | ||
| int | height, | ||
| int | dx, | ||
| int | dy ) |
References wl_egl_window_resize().
Referenced by wl_egl_window_resize().