/dports/graphics/rx/rx-0.4.0/cargo-crates/wgpu-native-0.4.1/src/ |
H A D | id.rs | 116 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 D | swap_chain.rs | 141 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 D | device.rs | 2046 ) -> 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 D | id.rs | 169 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 D | swap_chain.rs | 139 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 D | id.rs | 169 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 D | swap_chain.rs | 139 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 D | id.rs | 173 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 D | swap_chain.rs | 97 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 D | render.rs | 979 ) -> Result<(StatefulTrackerSubset, Option<Stored<id::SwapChainId>>), RenderPassErrorInner> in finish()
|
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/command/ |
H A D | render.rs | 979 ) -> Result<(StatefulTrackerSubset, Option<Stored<id::SwapChainId>>), RenderPassErrorInner> in finish()
|
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wgpu/wgpu-core/src/device/ |
H A D | mod.rs | 2289 ) -> id::SwapChainId { in device_create_swap_chain()
|
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/device/ |
H A D | mod.rs | 4383 ) -> (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 D | mod.rs | 4383 ) -> (id::SwapChainId, Option<swap_chain::CreateSwapChainError>) { in device_create_swap_chain()
|