Home
last modified time | relevance | path

Searched refs:fuchsia_egl_window_get_width (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/fuchsia/
H A DWindowSurfaceVkFuchsia.cpp34 return fuchsia_egl_window_get_width(egl_window) >= 0; in isValidNativeWindow()
58 int32_t width = fuchsia_egl_window_get_width(egl_window); in getCurrentWindowSize()
/aosp_15_r20/external/angle/src/common/fuchsia_egl/
H A Dfuchsia_egl.h33 int32_t fuchsia_egl_window_get_width(fuchsia_egl_window *egl_window);
H A Dfuchsia_egl.c59 int32_t fuchsia_egl_window_get_width(fuchsia_egl_window *egl_window) in fuchsia_egl_window_get_width() function