Home
last modified time | relevance | path

Searched refs:create_surface_from_hwnd (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/rx/rx-0.4.0/cargo-crates/wgpu-native-0.4.1/src/
H A Dinstance.rs237 .map(|inst| inst.create_surface_from_hwnd(std::ptr::null_mut(), h.hwnd)), in wgpu_create_surface()
241 .map(|inst| inst.create_surface_from_hwnd(h.hwnd)), in wgpu_create_surface()
242 dx11: instance.dx11.create_surface_from_hwnd(h.hwnd), in wgpu_create_surface()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-dx12-0.4.1/src/
H A Dwindow.rs17 pub fn create_surface_from_hwnd(&self, hwnd: *mut c_void) -> Surface { in create_surface_from_hwnd() method
H A Dlib.rs1140 Ok(self.create_surface_from_hwnd(handle.hwnd)) in create_surface()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-dx12/src/
H A Dwindow.rs22 pub fn create_surface_from_hwnd(&self, hwnd: *mut c_void) -> Surface { in create_surface_from_hwnd() method
H A Dlib.rs1170 Ok(self.create_surface_from_hwnd(handle.hwnd)) in create_surface()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/vulkan/
H A Dinstance.rs342 fn create_surface_from_hwnd( in create_surface_from_hwnd() method
580 Ok(self.create_surface_from_hwnd(hinstance as *mut _, handle.hwnd)) in create_surface()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-dx12/src/
H A Dwindow.rs17 pub fn create_surface_from_hwnd(&self, hwnd: *mut c_void) -> Surface { in create_surface_from_hwnd() method
H A Dlib.rs1487 Ok(self.create_surface_from_hwnd(handle.hwnd)) in create_surface()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-dx12/src/
H A Dwindow.rs17 pub fn create_surface_from_hwnd(&self, hwnd: *mut c_void) -> Surface { in create_surface_from_hwnd() method
H A Dlib.rs1487 Ok(self.create_surface_from_hwnd(handle.hwnd)) in create_surface()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-vulkan/src/
H A Dwindow.rs140 pub fn create_surface_from_hwnd(&self, hinstance: *mut c_void, hwnd: *mut c_void) -> Surface { in create_surface_from_hwnd() method
H A Dlib.rs649 Ok(self.create_surface_from_hwnd(hinstance as *mut _, handle.hwnd)) in create_surface()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-vulkan/src/
H A Dwindow.rs140 pub fn create_surface_from_hwnd(&self, hinstance: *mut c_void, hwnd: *mut c_void) -> Surface { in create_surface_from_hwnd() method
H A Dlib.rs649 Ok(self.create_surface_from_hwnd(hinstance as *mut _, handle.hwnd)) in create_surface()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-vulkan-0.4.0/src/
H A Dwindow.rs220 pub fn create_surface_from_hwnd(&self, hinstance: *mut c_void, hwnd: *mut c_void) -> Surface { in create_surface_from_hwnd() method
H A Dlib.rs580 Ok(self.create_surface_from_hwnd(hinstance as *mut _, handle.hwnd)) in create_surface()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-vulkan/src/
H A Dwindow.rs219 pub fn create_surface_from_hwnd(&self, hinstance: *mut c_void, hwnd: *mut c_void) -> Surface { in create_surface_from_hwnd() method
H A Dlib.rs588 Ok(self.create_surface_from_hwnd(hinstance as *mut _, handle.hwnd)) in create_surface()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-dx11-0.4.1/src/
H A Dlib.rs127 pub fn create_surface_from_hwnd(&self, hwnd: *mut c_void) -> Surface { in create_surface_from_hwnd() method
437 Ok(self.create_surface_from_hwnd(handle.hwnd)) in create_surface()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-dx11/src/
H A Dlib.rs144 pub fn create_surface_from_hwnd(&self, hwnd: *mut c_void) -> Surface { in create_surface_from_hwnd() method
450 Ok(self.create_surface_from_hwnd(handle.hwnd)) in create_surface()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-dx11/src/
H A Dlib.rs137 pub fn create_surface_from_hwnd(&self, hwnd: *mut c_void) -> Surface { in create_surface_from_hwnd() method
654 Ok(self.create_surface_from_hwnd(handle.hwnd)) in create_surface()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-dx11/src/
H A Dlib.rs137 pub fn create_surface_from_hwnd(&self, hwnd: *mut c_void) -> Surface { in create_surface_from_hwnd() method
654 Ok(self.create_surface_from_hwnd(handle.hwnd)) in create_surface()