Home
last modified time | relevance | path

Searched refs:UnsupportedBackend (Results 1 – 25 of 26) sorted by relevance

12

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-vulkan/src/
H A Dlib.rs357 fn create(name: &str, version: u32) -> Result<Self, hal::UnsupportedBackend> { in create() argument
363 return Err(hal::UnsupportedBackend); in create()
382 return Err(hal::UnsupportedBackend); in create()
416 hal::UnsupportedBackend in create()
421 hal::UnsupportedBackend in create()
484 return Err(hal::UnsupportedBackend); in create()
530 hal::UnsupportedBackend in create()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-vulkan/src/
H A Dlib.rs357 fn create(name: &str, version: u32) -> Result<Self, hal::UnsupportedBackend> { in create() argument
363 return Err(hal::UnsupportedBackend); in create()
382 return Err(hal::UnsupportedBackend); in create()
416 hal::UnsupportedBackend in create()
421 hal::UnsupportedBackend in create()
484 return Err(hal::UnsupportedBackend); in create()
530 hal::UnsupportedBackend in create()
/dports/devel/py-glance-store/glance_store-2.7.0/glance_store/tests/unit/
H A Dtest_exceptions.py29 msg = glance_store.UnsupportedBackend()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-hal/src/
H A Dlib.rs380 pub struct UnsupportedBackend; struct
407 fn create(name: &str, version: u32) -> Result<Self, UnsupportedBackend>; in create() argument
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-hal-0.4.0/src/
H A Dlib.rs365 pub struct UnsupportedBackend; struct
392 fn create(name: &str, version: u32) -> Result<Self, UnsupportedBackend>; in create() argument
/dports/devel/py-glance-store/glance_store-2.7.0/glance_store/
H A Dexceptions.py28 class UnsupportedBackend(BackendException): class
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-hal/src/
H A Dlib.rs652 pub struct UnsupportedBackend; struct
691 fn create(name: &str, version: u32) -> Result<Self, UnsupportedBackend>; in create() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-hal/src/
H A Dlib.rs652 pub struct UnsupportedBackend; struct
691 fn create(name: &str, version: u32) -> Result<Self, UnsupportedBackend>; in create() argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-vulkan/src/
H A Dlib.rs334 fn create(name: &str, version: u32) -> Result<Self, hal::UnsupportedBackend> { in create() argument
338 hal::UnsupportedBackend in create()
356 hal::UnsupportedBackend in create()
363 hal::UnsupportedBackend in create()
423 hal::UnsupportedBackend in create()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-dx12/src/
H A Dlib.rs736 fn create(_: &str, _: u32) -> Result<Self, hal::UnsupportedBackend> { in create() argument
739 Err(_) => return Err(hal::UnsupportedBackend), in create()
776 return Err(hal::UnsupportedBackend); in create()
778 Err(_) => return Err(hal::UnsupportedBackend), in create()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-dx12-0.4.1/src/
H A Dlib.rs716 fn create(_: &str, _: u32) -> Result<Self, hal::UnsupportedBackend> { in create() argument
719 Err(_) => return Err(hal::UnsupportedBackend), in create()
754 return Err(hal::UnsupportedBackend) in create()
756 Err(_) => return Err(hal::UnsupportedBackend), in create()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-dx12/src/
H A Dlib.rs928 fn create(_: &str, _: u32) -> Result<Self, hal::UnsupportedBackend> { in create() argument
931 Err(_) => return Err(hal::UnsupportedBackend), in create()
968 return Err(hal::UnsupportedBackend); in create()
970 Err(_) => return Err(hal::UnsupportedBackend), in create()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-dx12/src/
H A Dlib.rs928 fn create(_: &str, _: u32) -> Result<Self, hal::UnsupportedBackend> { in create() argument
931 Err(_) => return Err(hal::UnsupportedBackend), in create()
968 return Err(hal::UnsupportedBackend); in create()
970 Err(_) => return Err(hal::UnsupportedBackend), in create()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-vulkan-0.4.0/src/
H A Dlib.rs336 fn create(name: &str, version: u32) -> Result<Self, hal::UnsupportedBackend> { in create() argument
340 hal::UnsupportedBackend in create()
421 hal::UnsupportedBackend in create()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-empty/src/
H A Dlib.rs1049 fn create(name: &str, version: u32) -> Result<Self, hal::UnsupportedBackend> { in create() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-empty/src/
H A Dlib.rs1049 fn create(name: &str, version: u32) -> Result<Self, hal::UnsupportedBackend> { in create() argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-empty/src/
H A Dlib.rs1004 fn create(_name: &str, _version: u32) -> Result<Self, hal::UnsupportedBackend> { in create() argument
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-empty-0.4.0/src/
H A Dlib.rs1003 fn create(_name: &str, _version: u32) -> Result<Self, hal::UnsupportedBackend> { in create() argument
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-dx11-0.4.1/src/
H A Dlib.rs255 fn create(_: &str, _: u32) -> Result<Self, hal::UnsupportedBackend> { in create() argument
262 .map_err(|_| hal::UnsupportedBackend)?; in create()
271 Err(hal::UnsupportedBackend) in create()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-metal/src/
H A Dlib.rs215 fn create(_: &str, _: u32) -> Result<Self, hal::UnsupportedBackend> { in create() argument
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-metal-0.4.0/src/
H A Dlib.rs216 fn create(_: &str, _: u32) -> Result<Self, hal::UnsupportedBackend> { in create() argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-dx11/src/
H A Dlib.rs275 fn create(_: &str, _: u32) -> Result<Self, hal::UnsupportedBackend> { in create() argument
282 libloading::Library::new("d3d11.dll").map_err(|_| hal::UnsupportedBackend)?, in create()
293 Err(hal::UnsupportedBackend) in create()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-metal/src/
H A Dlib.rs260 fn create(_: &str, _: u32) -> Result<Self, hal::UnsupportedBackend> { in create() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-metal/src/
H A Dlib.rs260 fn create(_: &str, _: u32) -> Result<Self, hal::UnsupportedBackend> { in create() argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-dx11/src/
H A Dlib.rs509 fn create(_: &str, _: u32) -> Result<Self, hal::UnsupportedBackend> { in create() argument
516 libloading::Library::new("d3d11.dll").map_err(|_| hal::UnsupportedBackend)? in create()
527 Err(hal::UnsupportedBackend) in create()

12