Home
last modified time | relevance | path

Searched defs:egl_window (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/fuchsia_egl/
Dfuchsia_egl.c30 fuchsia_egl_window *egl_window = malloc(sizeof(*egl_window)); in fuchsia_egl_window_create() local
38 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()
/third_party/flutter/skia/third_party/externals/angle2/src/common/fuchsia_egl/
Dfuchsia_egl.c30 fuchsia_egl_window *egl_window = malloc(sizeof(*egl_window)); in fuchsia_egl_window_create() local
38 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()
/third_party/wayland_standard/egl/
Dwayland-egl.c39 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() local
89 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()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/fuchsia/
DWindowSurfaceVkFuchsia.cpp33 fuchsia_egl_window *egl_window = reinterpret_cast<fuchsia_egl_window *>(window); in isValidNativeWindow() local
42 fuchsia_egl_window *egl_window = reinterpret_cast<fuchsia_egl_window *>(mNativeWindowType); in createSurfaceVk() local
56 fuchsia_egl_window *egl_window = reinterpret_cast<fuchsia_egl_window *>(mNativeWindowType); in getCurrentWindowSize() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/fuchsia/
DWindowSurfaceVkFuchsia.cpp35 fuchsia_egl_window *egl_window = reinterpret_cast<fuchsia_egl_window *>(window); in isValidNativeWindow() local
42 fuchsia_egl_window *egl_window = reinterpret_cast<fuchsia_egl_window *>(mNativeWindowType); in createSurfaceVk() local
56 fuchsia_egl_window *egl_window = reinterpret_cast<fuchsia_egl_window *>(mNativeWindowType); in getCurrentWindowSize() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandwindow.h39 struct wl_egl_window *egl_window; member
/third_party/weston/clients/
Dsubsurfaces.c143 struct wl_egl_window *egl_window; member
Dwindow.c552 struct wl_egl_window *egl_window; member
/third_party/weston/libweston/backend-wayland/
Dwayland.c125 struct wl_egl_window *egl_window; member