Home
last modified time | relevance | path

Searched refs:image_pipe_handle (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/common/fuchsia_egl/
Dfuchsia_egl.c18 zx_handle_t image_pipe_handle; member
23 fuchsia_egl_window *fuchsia_egl_window_create(zx_handle_t image_pipe_handle, in fuchsia_egl_window_create() argument
32 egl_window->image_pipe_handle = image_pipe_handle; in fuchsia_egl_window_create()
41 if (egl_window->image_pipe_handle != ZX_HANDLE_INVALID) in fuchsia_egl_window_destroy()
43 zx_handle_close(egl_window->image_pipe_handle); in fuchsia_egl_window_destroy()
44 egl_window->image_pipe_handle = ZX_HANDLE_INVALID; in fuchsia_egl_window_destroy()
74 zx_handle_t image_pipe_handle = egl_window->image_pipe_handle; in fuchsia_egl_window_release_image_pipe() local
75 egl_window->image_pipe_handle = ZX_HANDLE_INVALID; in fuchsia_egl_window_release_image_pipe()
76 return image_pipe_handle; in fuchsia_egl_window_release_image_pipe()
Dfuchsia_egl.h22 fuchsia_egl_window *fuchsia_egl_window_create(zx_handle_t image_pipe_handle,