Home
last modified time | relevance | path

Searched refs:TextureType (Results 1 – 25 of 1202) sorted by relevance

12345678910>>...49

/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/common/
H A DPackedEnums.cpp26 return TextureType::CubeMap; in TextureTargetToType()
34 return TextureType::_2D; in TextureTargetToType()
42 return TextureType::_3D; in TextureTargetToType()
64 case TextureType::External: in NonCubeTextureTypeToTarget()
66 case TextureType::Rectangle: in NonCubeTextureTypeToTarget()
68 case TextureType::_2D: in NonCubeTextureTypeToTarget()
70 case TextureType::_2DArray: in NonCubeTextureTypeToTarget()
76 case TextureType::_3D: in NonCubeTextureTypeToTarget()
80 case TextureType::VideoImage: in NonCubeTextureTypeToTarget()
82 case TextureType::Buffer: in NonCubeTextureTypeToTarget()
[all …]
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/common/
H A DPackedEnums.cpp26 return TextureType::CubeMap; in TextureTargetToType()
34 return TextureType::_2D; in TextureTargetToType()
42 return TextureType::_3D; in TextureTargetToType()
64 case TextureType::External: in NonCubeTextureTypeToTarget()
66 case TextureType::Rectangle: in NonCubeTextureTypeToTarget()
68 case TextureType::_2D: in NonCubeTextureTypeToTarget()
70 case TextureType::_2DArray: in NonCubeTextureTypeToTarget()
76 case TextureType::_3D: in NonCubeTextureTypeToTarget()
80 case TextureType::VideoImage: in NonCubeTextureTypeToTarget()
82 case TextureType::Buffer: in NonCubeTextureTypeToTarget()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/common/
H A DPackedEnums.cpp26 return TextureType::CubeMap; in TextureTargetToType()
34 return TextureType::_2D; in TextureTargetToType()
42 return TextureType::_3D; in TextureTargetToType()
64 case TextureType::External: in NonCubeTextureTypeToTarget()
66 case TextureType::Rectangle: in NonCubeTextureTypeToTarget()
68 case TextureType::_2D: in NonCubeTextureTypeToTarget()
70 case TextureType::_2DArray: in NonCubeTextureTypeToTarget()
76 case TextureType::_3D: in NonCubeTextureTypeToTarget()
80 case TextureType::VideoImage: in NonCubeTextureTypeToTarget()
82 case TextureType::Buffer: in NonCubeTextureTypeToTarget()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/common/
H A DPackedEnums.cpp26 return TextureType::CubeMap; in TextureTargetToType()
32 return TextureType::_2D; in TextureTargetToType()
40 return TextureType::_3D; in TextureTargetToType()
60 case TextureType::External: in NonCubeTextureTypeToTarget()
62 case TextureType::Rectangle: in NonCubeTextureTypeToTarget()
64 case TextureType::_2D: in NonCubeTextureTypeToTarget()
66 case TextureType::_2DArray: in NonCubeTextureTypeToTarget()
72 case TextureType::_3D: in NonCubeTextureTypeToTarget()
74 case TextureType::VideoImage: in NonCubeTextureTypeToTarget()
124 return TextureType::_2D; in SamplerTypeToTextureType()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/common/
H A DPackedEnums.cpp26 return TextureType::CubeMap; in TextureTargetToType()
34 return TextureType::_2D; in TextureTargetToType()
42 return TextureType::_3D; in TextureTargetToType()
64 case TextureType::External: in NonCubeTextureTypeToTarget()
66 case TextureType::Rectangle: in NonCubeTextureTypeToTarget()
68 case TextureType::_2D: in NonCubeTextureTypeToTarget()
70 case TextureType::_2DArray: in NonCubeTextureTypeToTarget()
76 case TextureType::_3D: in NonCubeTextureTypeToTarget()
80 case TextureType::VideoImage: in NonCubeTextureTypeToTarget()
82 case TextureType::Buffer: in NonCubeTextureTypeToTarget()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/common/
H A DPackedEnums.cpp26 return TextureType::CubeMap; in TextureTargetToType()
34 return TextureType::_2D; in TextureTargetToType()
42 return TextureType::_3D; in TextureTargetToType()
64 case TextureType::External: in NonCubeTextureTypeToTarget()
66 case TextureType::Rectangle: in NonCubeTextureTypeToTarget()
68 case TextureType::_2D: in NonCubeTextureTypeToTarget()
70 case TextureType::_2DArray: in NonCubeTextureTypeToTarget()
76 case TextureType::_3D: in NonCubeTextureTypeToTarget()
80 case TextureType::VideoImage: in NonCubeTextureTypeToTarget()
82 case TextureType::Buffer: in NonCubeTextureTypeToTarget()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/ast/type/
H A Dtexture_type.cc58 TextureType::TextureType(TextureDimension dim) : dim_(dim) {} in TextureType() function in tint::ast::type::TextureType
60 TextureType::TextureType(TextureType&&) = default;
62 TextureType::~TextureType() = default;
64 bool TextureType::IsTexture() const { in IsTexture()
68 bool TextureType::IsDepth() const { in IsDepth()
71 bool TextureType::IsMultisampled() const { in IsMultisampled()
74 bool TextureType::IsStorage() const { in IsStorage()
77 bool TextureType::IsSampled() const { in IsSampled()
101 DepthTextureType* TextureType::AsDepth() { in AsDepth()
111 SampledTextureType* TextureType::AsSampled() { in AsSampled()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A DImageIndex.cpp70 if (type == TextureType::CubeMap) in TextureTypeToTarget()
100 case TextureType::_2DArray: in isLayered()
101 case TextureType::_2DMultisampleArray: in isLayered()
102 case TextureType::CubeMap: in isLayered()
103 case TextureType::_3D: in isLayered()
104 case TextureType::CubeMapArray: in isLayered()
121 return mType == TextureType::_3D || mType == TextureType::_2DArray || in usesTex3D()
122 mType == TextureType::_2DMultisampleArray || mType == TextureType::CubeMapArray; in usesTex3D()
144 ASSERT(mType == TextureType::CubeMap); in cubeMapFaceIndex()
151 return mType != TextureType::InvalidEnum; in valid()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DImageIndex.cpp70 if (type == TextureType::CubeMap) in TextureTypeToTarget()
100 case TextureType::_2DArray: in isLayered()
101 case TextureType::_2DMultisampleArray: in isLayered()
102 case TextureType::CubeMap: in isLayered()
103 case TextureType::_3D: in isLayered()
104 case TextureType::CubeMapArray: in isLayered()
121 return mType == TextureType::_3D || mType == TextureType::_2DArray || in usesTex3D()
122 mType == TextureType::_2DMultisampleArray || mType == TextureType::CubeMapArray; in usesTex3D()
144 ASSERT(mType == TextureType::CubeMap); in cubeMapFaceIndex()
151 return mType != TextureType::InvalidEnum; in valid()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/
H A DImageIndex.cpp70 if (type == TextureType::CubeMap) in TextureTypeToTarget()
100 case TextureType::_2DArray: in isLayered()
101 case TextureType::_2DMultisampleArray: in isLayered()
102 case TextureType::CubeMap: in isLayered()
103 case TextureType::_3D: in isLayered()
104 case TextureType::CubeMapArray: in isLayered()
121 return mType == TextureType::_3D || mType == TextureType::_2DArray || in usesTex3D()
122 mType == TextureType::_2DMultisampleArray || mType == TextureType::CubeMapArray; in usesTex3D()
144 ASSERT(mType == TextureType::CubeMap); in cubeMapFaceIndex()
151 return mType != TextureType::InvalidEnum; in valid()
[all …]
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/
H A DImageIndex.cpp70 if (type == TextureType::CubeMap) in TextureTypeToTarget()
100 case TextureType::_2DArray: in isLayered()
101 case TextureType::_2DMultisampleArray: in isLayered()
102 case TextureType::CubeMap: in isLayered()
103 case TextureType::_3D: in isLayered()
104 case TextureType::CubeMapArray: in isLayered()
121 return mType == TextureType::_3D || mType == TextureType::_2DArray || in usesTex3D()
122 mType == TextureType::_2DMultisampleArray || mType == TextureType::CubeMapArray; in usesTex3D()
144 ASSERT(mType == TextureType::CubeMap); in cubeMapFaceIndex()
151 return mType != TextureType::InvalidEnum; in valid()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/
H A DImageIndex.cpp70 if (type == TextureType::CubeMap) in TextureTypeToTarget()
100 case TextureType::_2DArray: in isLayered()
101 case TextureType::_2DMultisampleArray: in isLayered()
102 case TextureType::CubeMap: in isLayered()
103 case TextureType::_3D: in isLayered()
104 case TextureType::CubeMapArray: in isLayered()
121 return mType == TextureType::_3D || mType == TextureType::_2DArray || in usesTex3D()
122 mType == TextureType::_2DMultisampleArray || mType == TextureType::CubeMapArray; in usesTex3D()
144 ASSERT(mType == TextureType::CubeMap); in cubeMapFaceIndex()
151 return mType != TextureType::InvalidEnum; in valid()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/
H A DImageIndex.cpp74 if (type == TextureType::CubeMap) in TextureTypeToTarget()
104 case TextureType::_2DArray: in isLayered()
105 case TextureType::_2DMultisampleArray: in isLayered()
106 case TextureType::CubeMap: in isLayered()
107 case TextureType::_3D: in isLayered()
124 return mType == TextureType::_3D || mType == TextureType::_2DArray || in usesTex3D()
125 mType == TextureType::_2DMultisampleArray; in usesTex3D()
147 ASSERT(mType == TextureType::CubeMap); in cubeMapFaceIndex()
154 return mType != TextureType::InvalidEnum; in valid()
199 ImageIndex ImageIndex::MakeFromType(TextureType type, in MakeFromType()
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/engines/
H A Dconst_buffer_engine_interface.h20 BitField<0, 2, Tegra::Shader::TextureType> texture_type;
40 using Tegra::Shader::TextureType; in FromTIC()
50 case Tegra::Texture::TextureType::Texture1D: in FromTIC()
53 case Tegra::Texture::TextureType::Texture2D: in FromTIC()
56 case Tegra::Texture::TextureType::Texture3D: in FromTIC()
59 case Tegra::Texture::TextureType::TextureCubemap: in FromTIC()
62 case Tegra::Texture::TextureType::Texture1DArray: in FromTIC()
66 case Tegra::Texture::TextureType::Texture2DArray: in FromTIC()
70 case Tegra::Texture::TextureType::Texture1DBuffer: in FromTIC()
74 case Tegra::Texture::TextureType::Texture2DNoMipmap: in FromTIC()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DCanvasRenderer.cpp97 return TextureType::Unknown; in TexTypeForWebgl()
107 return TextureType::D3D11; in TexTypeForWebgl()
109 return TextureType::Unknown; in TexTypeForWebgl()
112 return TextureType::MacIOSurface; in TexTypeForWebgl()
116 return TextureType::Unknown; in TexTypeForWebgl()
118 return TextureType::DMABUF; in TexTypeForWebgl()
122 return TextureType::Unknown; in TexTypeForWebgl()
124 return TextureType::X11; in TexTypeForWebgl()
128 return TextureType::AndroidHardwareBuffer; in TexTypeForWebgl()
131 return TextureType::AndroidNativeWindow; in TexTypeForWebgl()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/
H A DCanvasRenderer.cpp97 return TextureType::Unknown; in TexTypeForWebgl()
107 return TextureType::D3D11; in TexTypeForWebgl()
109 return TextureType::Unknown; in TexTypeForWebgl()
112 return TextureType::MacIOSurface; in TexTypeForWebgl()
116 return TextureType::Unknown; in TexTypeForWebgl()
118 return TextureType::DMABUF; in TexTypeForWebgl()
122 return TextureType::Unknown; in TexTypeForWebgl()
124 return TextureType::X11; in TexTypeForWebgl()
128 return TextureType::AndroidHardwareBuffer; in TexTypeForWebgl()
131 return TextureType::AndroidNativeWindow; in TexTypeForWebgl()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/gl/
H A DSharedSurface.cpp83 GLContext* const pGl, const layers::TextureType consumerType) { in Create()
86 case layers::TextureType::D3D11: in Create()
97 case layers::TextureType::MacIOSurface: in Create()
104 case layers::TextureType::X11: in Create()
113 case layers::TextureType::DMABUF: in Create()
122 case layers::TextureType::AndroidNativeWindow: in Create()
129 case layers::TextureType::AndroidHardwareBuffer: in Create()
136 case layers::TextureType::EGLImage: in Create()
144 case layers::TextureType::Unknown: in Create()
145 case layers::TextureType::DIB: in Create()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/gl/
H A DSharedSurface.cpp83 GLContext* const pGl, const layers::TextureType consumerType) { in Create()
86 case layers::TextureType::D3D11: in Create()
97 case layers::TextureType::MacIOSurface: in Create()
104 case layers::TextureType::X11: in Create()
113 case layers::TextureType::DMABUF: in Create()
122 case layers::TextureType::AndroidNativeWindow: in Create()
129 case layers::TextureType::AndroidHardwareBuffer: in Create()
136 case layers::TextureType::EGLImage: in Create()
144 case layers::TextureType::Unknown: in Create()
145 case layers::TextureType::DIB: in Create()
[all …]
/dports/www/firefox/firefox-99.0/gfx/layers/
H A DCanvasRenderer.cpp107 TextureType TexTypeForWebgl(KnowsCompositor* const knowsCompositor) { in TexTypeForWebgl()
108 if (!knowsCompositor) return TextureType::Unknown; in TexTypeForWebgl()
116 return TextureType::Unknown; in TexTypeForWebgl()
124 return TextureType::D3D11; in TexTypeForWebgl()
126 return TextureType::Unknown; in TexTypeForWebgl()
129 return TextureType::MacIOSurface; in TexTypeForWebgl()
133 return TextureType::Unknown; in TexTypeForWebgl()
135 return TextureType::DMABUF; in TexTypeForWebgl()
140 return TextureType::AndroidHardwareBuffer; in TexTypeForWebgl()
143 return TextureType::AndroidNativeWindow; in TexTypeForWebgl()
[all …]
/dports/www/firefox/firefox-99.0/gfx/gl/
H A DSharedSurface.cpp78 GLContext* const pGl, const layers::TextureType consumerType) { in Create()
82 case layers::TextureType::D3D11: in Create()
93 case layers::TextureType::MacIOSurface: in Create()
100 case layers::TextureType::DMABUF: in Create()
109 case layers::TextureType::AndroidNativeWindow: in Create()
116 case layers::TextureType::AndroidHardwareBuffer: in Create()
123 case layers::TextureType::EGLImage: in Create()
131 case layers::TextureType::Unknown: in Create()
132 case layers::TextureType::Last: in Create()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreTextureManager.h105 TextureType texType = TEX_TYPE_2D, int numMipmaps = MIP_DEFAULT,
138 TextureType texType = TEX_TYPE_2D, int numMipmaps = MIP_DEFAULT,
173 TextureType texType = TEX_TYPE_2D, int numMipmaps = MIP_DEFAULT,
211 TextureType texType = TEX_TYPE_2D,
250 PixelFormat format, TextureType texType = TEX_TYPE_2D,
300 TextureType texType, uint width, uint height, uint depth,
349 TextureType texType, uint width, uint height, int numMipmaps,
411 virtual bool isFormatSupported(TextureType ttype, PixelFormat format, int usage);
416 virtual bool isEquivalentFormatSupported(TextureType ttype, PixelFormat format, int usage);
421 virtual PixelFormat getNativeFormat(TextureType ttype, PixelFormat format, int usage) = 0;
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreTextureManager.h129 TextureType texType, int numMipmaps = MIP_DEFAULT,
164 TextureType texType = TEX_TYPE_2D, int numMipmaps = MIP_DEFAULT,
173 TextureType texType = TEX_TYPE_2D, int numMipmaps = MIP_DEFAULT,
187 TextureType texType = TEX_TYPE_2D,
226 PixelFormat format, TextureType texType = TEX_TYPE_2D,
277 TextureType texType, uint width, uint height, uint depth,
284 TextureType texType, uint width, uint height, int numMipmaps,
347 virtual bool isFormatSupported(TextureType ttype, PixelFormat format, int usage);
352 virtual bool isEquivalentFormatSupported(TextureType ttype, PixelFormat format, int usage);
357 virtual PixelFormat getNativeFormat(TextureType ttype, PixelFormat format, int usage) = 0;
[all …]
/dports/devel/love/love-11.3/src/modules/graphics/
H A DTexture.h47 enum TextureType enum
104 Texture(TextureType texType);
118 TextureType getTextureType() const;
156 static bool getConstant(const char *in, TextureType &out);
157 static bool getConstant(TextureType in, const char *&out);
158 static std::vector<std::string> getConstants(TextureType);
175 TextureType texType;
203 static StringMap<TextureType, TEXTURE_MAX_ENUM>::Entry texTypeEntries[];
204 static StringMap<TextureType, TEXTURE_MAX_ENUM> texTypes;
/dports/games/openbve/OpenBVE-1.8.2.1/source/AssimpParser/Wavefront/
H A DObjFileMtlImporter.cs299 clampIndex = (int)Material.TextureType.TextureDiffuseType; in GetTexture()
305 clampIndex = (int)Material.TextureType.TextureAmbientType; in GetTexture()
311 clampIndex = (int)Material.TextureType.TextureSpecularType; in GetTexture()
317 clampIndex = (int)Material.TextureType.TextureOpacityType; in GetTexture()
324 clampIndex = (int)Material.TextureType.TextureEmissiveType; in GetTexture()
331 clampIndex = (int)Material.TextureType.TextureBumpType; in GetTexture()
337 clampIndex = (int)Material.TextureType.TextureNormalType; in GetTexture()
350 clampIndex = (int)Material.TextureType.TextureDispType; in GetTexture()
356 clampIndex = (int)Material.TextureType.TextureSpecularityType; in GetTexture()
412 clampIndex = (int)Material.TextureType.TextureReflectionCubeTopType; in GetTextureOptionAndName()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/gl/
H A Drenderergl_utils.h103 gl::TextureType type,
105 bool SupportsTexImage(gl::TextureType type);
106 bool UseTexImage2D(gl::TextureType textureType);
107 bool UseTexImage3D(gl::TextureType textureType);
108 GLenum GetTextureBindingQuery(gl::TextureType textureType);
109 GLenum GetTextureBindingTarget(gl::TextureType textureType);
113 gl::TextureType GetNativeTextureType(gl::TextureType type);

12345678910>>...49