Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/common/fuchsia_egl/
H A Dfuchsia_egl.h30 void fuchsia_egl_window_resize(fuchsia_egl_window *egl_window, int32_t width, int32_t height);
H A Dfuchsia_egl.c50 void fuchsia_egl_window_resize(fuchsia_egl_window *egl_window, int32_t width, int32_t height) in fuchsia_egl_window_resize() function
/aosp_15_r20/external/angle/util/fuchsia/
H A DScenicWindow.cpp125 fuchsia_egl_window_resize(mFuchsiaEGLWindow.get(), width, height); in resize()