Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/gpu_display/src/vulkan/sys/
H A Dwindows.rs492 pub struct WindowsWindowEventLoop<AppState: ApplicationState> { struct
499 unsafe impl<T: ApplicationState> Send for WindowsWindowEventLoop<T> {} implementation
501 impl<AppState: ApplicationState> WindowEventLoop<AppState> for WindowsWindowEventLoop<AppState> { implementation
618 impl<AppState: ApplicationState> Drop for WindowsWindowEventLoop<AppState> { implementation
737 unsafe { WindowsWindowEventLoop::create(0 as HWND, &size2(640, 480), StateBuilder) } in user_event_handler_can_call_into_wndproc()
/aosp_15_r20/external/crosvm/gpu_display/src/vulkan/
H A Dsys.rs13 pub(crate) use self::windows::WindowsWindowEventLoop as PlatformWindowEventLoop;