Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/common/fuchsia_egl/
H A 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()
74 zx_handle_t image_pipe_handle = egl_window->image_pipe_handle; in fuchsia_egl_window_release_image_pipe() local
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs11921 pub image_pipe_handle: zx_handle_t, field
11968 pub fn image_pipe_handle(mut self, image_pipe_handle: zx_handle_t) -> Self { in image_pipe_handle() method