Home
last modified time | relevance | path

Searched refs:get_egl_display (Results 1 – 25 of 57) sorted by relevance

123

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/glutin-0.24.1/src/platform/
H A Dandroid.rs20 unsafe fn get_egl_display(&self) -> Option<*const raw::c_void> { in get_egl_display() method
21 Some(self.context.get_egl_display()) in get_egl_display()
H A Dwindows.rs22 unsafe fn get_egl_display(&self) -> Option<*const raw::c_void> { in get_egl_display() method
23 self.context.get_egl_display() in get_egl_display()
H A Dunix.rs28 unsafe fn get_egl_display(&self) -> Option<*const raw::c_void> { in get_egl_display() method
29 self.context.get_egl_display() in get_egl_display()
H A Dmod.rs53 unsafe fn get_egl_display(&self) -> Option<*const raw::c_void>; in get_egl_display() method
H A Dios.rs18 unsafe fn get_egl_display(&self) -> Option<*const raw::c_void> { in get_egl_display() method
H A Dmacos.rs19 unsafe fn get_egl_display(&self) -> Option<*const raw::c_void> { in get_egl_display() method
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/glutin-0.26.0/src/platform/
H A Dandroid.rs20 unsafe fn get_egl_display(&self) -> Option<*const raw::c_void> { in get_egl_display() method
21 Some(self.context.get_egl_display()) in get_egl_display()
H A Dwindows.rs22 unsafe fn get_egl_display(&self) -> Option<*const raw::c_void> { in get_egl_display() method
23 self.context.get_egl_display() in get_egl_display()
H A Dunix.rs29 unsafe fn get_egl_display(&self) -> Option<*const raw::c_void> { in get_egl_display() method
30 self.context.get_egl_display() in get_egl_display()
H A Dmod.rs54 unsafe fn get_egl_display(&self) -> Option<*const raw::c_void>; in get_egl_display() method
H A Dios.rs18 unsafe fn get_egl_display(&self) -> Option<*const raw::c_void> { in get_egl_display() method
H A Dmacos.rs19 unsafe fn get_egl_display(&self) -> Option<*const raw::c_void> { in get_egl_display() method
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/glutin-0.21.0/src/os/
H A Dandroid.rs20 unsafe fn get_egl_display(&self) -> Option<*const raw::c_void> { in get_egl_display() method
21 Some(self.context.get_egl_display()) in get_egl_display()
H A Dwindows.rs24 unsafe fn get_egl_display(&self) -> Option<*const raw::c_void> { in get_egl_display() method
25 self.context.get_egl_display() in get_egl_display()
H A Dunix.rs33 unsafe fn get_egl_display(&self) -> Option<*const raw::c_void> { in get_egl_display() method
34 self.context.get_egl_display() in get_egl_display()
H A Dmod.rs42 unsafe fn get_egl_display(&self) -> Option<*const raw::c_void>; in get_egl_display() method
/dports/games/dose-response/dose-response-179c326/cargo-crates/glutin-0.21.0/src/os/
H A Dandroid.rs20 unsafe fn get_egl_display(&self) -> Option<*const raw::c_void> { in get_egl_display() method
21 Some(self.context.get_egl_display()) in get_egl_display()
H A Dwindows.rs24 unsafe fn get_egl_display(&self) -> Option<*const raw::c_void> { in get_egl_display() method
25 self.context.get_egl_display() in get_egl_display()
H A Dunix.rs33 unsafe fn get_egl_display(&self) -> Option<*const raw::c_void> { in get_egl_display() method
34 self.context.get_egl_display() in get_egl_display()
H A Dmod.rs42 unsafe fn get_egl_display(&self) -> Option<*const raw::c_void>; in get_egl_display() method
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/glutin-0.21.0/src/api/android/
H A Dmod.rs191 pub unsafe fn get_egl_display(&self) -> ffi::EGLDisplay { in get_egl_display() method
192 self.0.egl_context.get_egl_display() in get_egl_display()
/dports/games/dose-response/dose-response-179c326/cargo-crates/glutin-0.21.0/src/api/android/
H A Dmod.rs191 pub unsafe fn get_egl_display(&self) -> ffi::EGLDisplay { in get_egl_display() method
192 self.0.egl_context.get_egl_display() in get_egl_display()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/glutin-0.21.0/src/platform/linux/
H A Dwayland.rs174 pub unsafe fn get_egl_display(&self) -> Option<*const raw::c_void> { in get_egl_display() method
175 Some((**self).get_egl_display()) in get_egl_display()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/glutin-0.24.1/src/api/android/
H A Dmod.rs214 pub unsafe fn get_egl_display(&self) -> ffi::EGLDisplay { in get_egl_display() method
215 self.0.egl_context.get_egl_display() in get_egl_display()
/dports/games/dose-response/dose-response-179c326/cargo-crates/glutin-0.21.0/src/platform/linux/
H A Dwayland.rs174 pub unsafe fn get_egl_display(&self) -> Option<*const raw::c_void> { in get_egl_display() method
175 Some((**self).get_egl_display()) in get_egl_display()

123