Searched defs:egl_window (Results 1 – 4 of 4) sorted by relevance
30 fuchsia_egl_window *egl_window = malloc(sizeof(*egl_window)); in fuchsia_egl_window_create() local38 void fuchsia_egl_window_destroy(fuchsia_egl_window *egl_window) in fuchsia_egl_window_destroy()50 void fuchsia_egl_window_resize(fuchsia_egl_window *egl_window, int32_t width, int32_t height) in fuchsia_egl_window_resize()59 int32_t fuchsia_egl_window_get_width(fuchsia_egl_window *egl_window) in fuchsia_egl_window_get_width()65 int32_t fuchsia_egl_window_get_height(fuchsia_egl_window *egl_window) in fuchsia_egl_window_get_height()71 zx_handle_t fuchsia_egl_window_release_image_pipe(fuchsia_egl_window *egl_window) in fuchsia_egl_window_release_image_pipe()
39 wl_egl_window_resize(struct wl_egl_window *egl_window, in wl_egl_window_resize()59 struct wl_egl_window *egl_window; in wl_egl_window_create() local89 wl_egl_window_destroy(struct wl_egl_window *egl_window) in wl_egl_window_destroy()97 wl_egl_window_get_attached_size(struct wl_egl_window *egl_window, in wl_egl_window_get_attached_size()
33 fuchsia_egl_window *egl_window = reinterpret_cast<fuchsia_egl_window *>(window); in isValidNativeWindow() local42 fuchsia_egl_window *egl_window = reinterpret_cast<fuchsia_egl_window *>(mNativeWindowType); in createSurfaceVk() local56 fuchsia_egl_window *egl_window = reinterpret_cast<fuchsia_egl_window *>(mNativeWindowType); in getCurrentWindowSize() local
19 struct wl_egl_window* egl_window; member