Home
last modified time | relevance | path

Searched defs:SwapChainId (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/rx/rx-0.4.0/cargo-crates/wgpu-native-0.4.1/src/
H A Did.rs116 pub type SwapChainId = Id<crate::SwapChain<Dummy>>; typedef
119 pub(crate) fn to_swap_chain_id(&self, backend: Backend) -> SwapChainId { in to_swap_chain_id()
124 impl SwapChainId { implementation
H A Dswap_chain.rs141 swap_chain_id: SwapChainId, in swap_chain_get_next_texture()
219 pub fn swap_chain_present<B: GfxBackend>(global: &Global, swap_chain_id: SwapChainId) { in swap_chain_present()
259 pub extern "C" fn wgpu_swap_chain_present(swap_chain_id: SwapChainId) { in wgpu_swap_chain_present()
H A Ddevice.rs2046 ) -> SwapChainId { in device_create_swap_chain()
2125 ) -> SwapChainId { in wgpu_device_create_swap_chain()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/
H A Did.rs169 pub type SwapChainId = Id<crate::swap_chain::SwapChain<Dummy>>; typedef
172 pub(crate) fn to_swap_chain_id(self, backend: Backend) -> SwapChainId { in to_swap_chain_id()
177 impl SwapChainId { impl
H A Dswap_chain.rs139 swap_chain_id: SwapChainId, in swap_chain_get_current_texture_view()
243 swap_chain_id: SwapChainId, in swap_chain_present()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/
H A Did.rs169 pub type SwapChainId = Id<crate::swap_chain::SwapChain<Dummy>>; typedef
172 pub(crate) fn to_swap_chain_id(self, backend: Backend) -> SwapChainId { in to_swap_chain_id()
177 impl SwapChainId { implementation
H A Dswap_chain.rs139 swap_chain_id: SwapChainId, in swap_chain_get_current_texture_view()
243 swap_chain_id: SwapChainId, in swap_chain_present()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wgpu/wgpu-core/src/
H A Did.rs173 pub type SwapChainId = Id<crate::swap_chain::SwapChain<Dummy>>; typedef
176 pub(crate) fn to_swap_chain_id(self, backend: Backend) -> SwapChainId { in to_swap_chain_id()
181 impl SwapChainId { implementation
H A Dswap_chain.rs97 swap_chain_id: SwapChainId, in swap_chain_get_next_texture()
180 pub fn swap_chain_present<B: GfxBackend>(&self, swap_chain_id: SwapChainId) { in swap_chain_present()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/command/
H A Drender.rs979 ) -> Result<(StatefulTrackerSubset, Option<Stored<id::SwapChainId>>), RenderPassErrorInner> in finish()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/command/
H A Drender.rs979 ) -> Result<(StatefulTrackerSubset, Option<Stored<id::SwapChainId>>), RenderPassErrorInner> in finish()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wgpu/wgpu-core/src/device/
H A Dmod.rs2289 ) -> id::SwapChainId { in device_create_swap_chain()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/device/
H A Dmod.rs4383 ) -> (id::SwapChainId, Option<swap_chain::CreateSwapChainError>) { in device_create_swap_chain()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/device/
H A Dmod.rs4383 ) -> (id::SwapChainId, Option<swap_chain::CreateSwapChainError>) { in device_create_swap_chain()