Home
last modified time | relevance | path

Searched refs:FormatProperties (Results 1 – 25 of 106) sorted by relevance

12345

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dpreferencespopup.h66 class FormatProperties;
71 FormatProperties* m_formatProperties;
176 class PreferencesPopup::FormatProperties final : public DVGui::Dialog {
180 FormatProperties(PreferencesPopup* parent);
H A Dpreferencespopup.cpp124 PreferencesPopup::FormatProperties::FormatProperties(PreferencesPopup* parent) in FormatProperties() function in PreferencesPopup::FormatProperties
219 void PreferencesPopup::FormatProperties::updateEnabledStatus() { in updateEnabledStatus()
226 void PreferencesPopup::FormatProperties::setLevelFormat( in setLevelFormat()
248 Preferences::LevelFormat PreferencesPopup::FormatProperties::levelFormat() in levelFormat()
754 m_formatProperties = new FormatProperties(this); in onEditLevelFormat()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/include/
H A DOgreGL3PlusFBORenderTexture.h110 struct FormatProperties struct
126 FormatProperties mProps[PF_COUNT]; argument
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/include/
H A DOgreGLESFBORenderTexture.h123 struct FormatProperties struct
139 FormatProperties mProps[PF_COUNT]; argument
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/include/
H A DOgreGLFBORenderTexture.h113 struct FormatProperties struct
129 FormatProperties mProps[PF_COUNT]; argument
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/include/
H A DOgreGLES2FBORenderTexture.h123 struct FormatProperties struct
139 FormatProperties mProps[PF_COUNT]; argument
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/src/
H A DOgreGLES2FBORenderTexture.cpp315 FormatProperties::Mode mode = {1, 0}; in detectFBOFormats()
382 FormatProperties::Mode mode; in detectFBOFormats()
405 FormatProperties::Mode mode; in detectFBOFormats()
450 const FormatProperties &props = mProps[internalFormat]; in getBestDepthStencil()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLSupport/include/
H A DOgreGLRenderTexture.h171 struct FormatProperties struct
187 FormatProperties mProps[PF_COUNT]; argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-dx12/src/
H A Dlib.rs188 format_properties: Arc<FormatProperties>,
320 ) -> Option<image::FormatProperties> { in image_format_properties() argument
359 image::Tiling::Optimal => image::FormatProperties { in image_format_properties()
394 image::Tiling::Linear => image::FormatProperties { in image_format_properties()
573 format_properties: Arc<FormatProperties>,
1140 format_properties: Arc::new(FormatProperties::new(device)), in enumerate_adapters()
1236 pub struct FormatProperties { struct
1241 impl Drop for FormatProperties { implementation
1249 impl FormatProperties { implementation
1256 FormatProperties { in new()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-dx12-0.4.1/src/
H A Dlib.rs181 format_properties: Arc<FormatProperties>,
310 ) -> Option<image::FormatProperties> { in image_format_properties() argument
349 image::Tiling::Optimal => image::FormatProperties { in image_format_properties()
384 image::Tiling::Linear => image::FormatProperties { in image_format_properties()
558 format_properties: Arc<FormatProperties>,
1110 format_properties: Arc::new(FormatProperties::new(device)), in enumerate_adapters()
1206 pub struct FormatProperties(Box<[Mutex<Option<FormatInfo>>]>, native::Device); struct
1208 impl Drop for FormatProperties { implementation
1216 impl FormatProperties { implementation
1223 FormatProperties(buf.into_boxed_slice(), device) in new()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/
H A DOgreGLFBORenderTexture.cpp355 FormatProperties::Mode mode; in detectFBOFormats()
382 FormatProperties::Mode mode; in detectFBOFormats()
436 const FormatProperties &props = mProps[internalFormat]; in getBestDepthStencil()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/src/
H A DOgreGLESFBORenderTexture.cpp340 FormatProperties::Mode mode; in detectFBOFormats()
354 FormatProperties::Mode mode; in detectFBOFormats()
383 const FormatProperties &props = mProps[internalFormat]; in getBestDepthStencil()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-dx12/src/
H A Dlib.rs219 format_properties: Arc<FormatProperties>,
351 ) -> Option<image::FormatProperties> { in image_format_properties() argument
389 image::Tiling::Optimal => image::FormatProperties { in image_format_properties()
424 image::Tiling::Linear => image::FormatProperties { in image_format_properties()
753 format_properties: Arc<FormatProperties>,
1456 format_properties: Arc::new(FormatProperties::new(device)), in enumerate_adapters()
1551 pub struct FormatProperties { struct
1556 impl Drop for FormatProperties { implementation
1564 impl FormatProperties { implementation
1571 FormatProperties { in new()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-dx12/src/
H A Dlib.rs219 format_properties: Arc<FormatProperties>,
351 ) -> Option<image::FormatProperties> { in image_format_properties() argument
389 image::Tiling::Optimal => image::FormatProperties { in image_format_properties()
424 image::Tiling::Linear => image::FormatProperties { in image_format_properties()
753 format_properties: Arc<FormatProperties>,
1456 format_properties: Arc::new(FormatProperties::new(device)), in enumerate_adapters()
1551 pub struct FormatProperties { struct
1556 impl Drop for FormatProperties { argument
1564 impl FormatProperties { impl
1571 FormatProperties { in new()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusFBORenderTexture.cpp330 FormatProperties::Mode mode; in detectFBOFormats()
357 FormatProperties::Mode mode; in detectFBOFormats()
402 const FormatProperties &props = mProps[internalFormat]; in getBestDepthStencil()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusFBORenderTexture.cpp376 FormatProperties::Mode mode = {depth, stencil}; in detectFBOFormats()
397 FormatProperties::Mode mode = {depth, 0}; // stencil unused in detectFBOFormats()
430 const FormatProperties &props = mProps[internalFormat]; in getBestDepthStencil()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/
H A DOgreGLFBORenderTexture.cpp346 FormatProperties::Mode mode; in detectFBOFormats()
387 FormatProperties::Mode mode; in detectFBOFormats()
441 const FormatProperties &props = mProps[internalFormat]; in getBestDepthStencil()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/
H A DOgreGLES2FBORenderTexture.cpp376 FormatProperties::Mode mode; in detectFBOFormats()
399 FormatProperties::Mode mode; in detectFBOFormats()
443 const FormatProperties &props = mProps[internalFormat]; in getBestDepthStencil()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-hal/src/
H A Dadapter.rs98 ) -> Option<image::FormatProperties>; in image_format_properties() argument
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-hal-0.4.0/src/
H A Dadapter.rs91 ) -> Option<image::FormatProperties>; in image_format_properties() argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-hal/src/
H A Dadapter.rs113 ) -> Option<image::FormatProperties>; in image_format_properties() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-hal/src/
H A Dadapter.rs113 ) -> Option<image::FormatProperties>; in image_format_properties() argument
/dports/www/firefox/firefox-99.0/third_party/rust/ash/src/
H A Dinstance.rs300 ) -> vk::FormatProperties { in get_physical_device_format_properties() argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/ash/src/
H A Dinstance.rs315 ) -> vk::FormatProperties { in get_physical_device_format_properties() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/ash/src/
H A Dinstance.rs315 ) -> vk::FormatProperties { in get_physical_device_format_properties() argument

12345