Home
last modified time | relevance | path

Searched refs:TextureArray (Results 1 – 25 of 40) sorted by relevance

12

/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkTexturedButtonRepresentation2D.cxx53 this->TextureArray = new vtkTextureArray; in vtkTexturedButtonRepresentation2D()
84 delete this->TextureArray; in ~vtkTexturedButtonRepresentation2D()
106 (*this->TextureArray)[i] = image; in SetButtonTexture()
123 vtkTextureArrayIterator iter = this->TextureArray->find(i); in GetButtonTexture()
124 if ( iter != this->TextureArray->end() ) in GetButtonTexture()
276 vtkTextureArrayIterator iter = this->TextureArray->find(this->State); in BuildRepresentation()
277 if ( iter != this->TextureArray->end() ) in BuildRepresentation()
311 for ( iter=rep->TextureArray->begin(); in ShallowCopy()
312 iter != rep->TextureArray->end(); ++iter ) in ShallowCopy()
314 (*this->TextureArray)[(*iter).first] = (*iter).second; in ShallowCopy()
H A DvtkTexturedButtonRepresentation.cxx69 this->TextureArray = new vtkTextureArray; in vtkTexturedButtonRepresentation()
103 delete this->TextureArray; in ~vtkTexturedButtonRepresentation()
144 (*this->TextureArray)[i] = image; in SetButtonTexture()
161 vtkTextureArrayIterator iter = this->TextureArray->find(i); in GetButtonTexture()
162 if ( iter != this->TextureArray->end() ) in GetButtonTexture()
354 vtkTextureArrayIterator iter = this->TextureArray->find(this->State); in BuildRepresentation()
355 if ( iter != this->TextureArray->end() ) in BuildRepresentation()
382 for ( iter=rep->TextureArray->begin(); in ShallowCopy()
383 iter != rep->TextureArray->end(); ++iter ) in ShallowCopy()
385 (*this->TextureArray)[(*iter).first] = (*iter).second; in ShallowCopy()
H A DvtkTexturedButtonRepresentation2D.h172 vtkTextureArray *TextureArray; variable
H A DvtkTexturedButtonRepresentation.h192 vtkTextureArray *TextureArray; variable
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkTexturedButtonRepresentation2D.cxx53 this->TextureArray = new vtkTextureArray; in vtkTexturedButtonRepresentation2D()
83 delete this->TextureArray; in ~vtkTexturedButtonRepresentation2D()
103 (*this->TextureArray)[i] = image; in SetButtonTexture()
118 vtkTextureArrayIterator iter = this->TextureArray->find(i); in GetButtonTexture()
119 if (iter != this->TextureArray->end()) in GetButtonTexture()
270 vtkTextureArrayIterator iter = this->TextureArray->find(this->State); in BuildRepresentation()
271 if (iter != this->TextureArray->end()) in BuildRepresentation()
303 for (iter = rep->TextureArray->begin(); iter != rep->TextureArray->end(); ++iter) in ShallowCopy()
305 (*this->TextureArray)[(*iter).first] = (*iter).second; in ShallowCopy()
H A DvtkTexturedButtonRepresentation.cxx69 this->TextureArray = new vtkTextureArray; in vtkTexturedButtonRepresentation()
103 delete this->TextureArray; in ~vtkTexturedButtonRepresentation()
138 (*this->TextureArray)[i] = image; in SetButtonTexture()
153 vtkTextureArrayIterator iter = this->TextureArray->find(i); in GetButtonTexture()
154 if (iter != this->TextureArray->end()) in GetButtonTexture()
338 vtkTextureArrayIterator iter = this->TextureArray->find(this->State); in BuildRepresentation()
339 if (iter != this->TextureArray->end()) in BuildRepresentation()
364 for (iter = rep->TextureArray->begin(); iter != rep->TextureArray->end(); ++iter) in ShallowCopy()
366 (*this->TextureArray)[(*iter).first] = (*iter).second; in ShallowCopy()
H A DvtkTexturedButtonRepresentation2D.h172 vtkTextureArray* TextureArray; variable
H A DvtkTexturedButtonRepresentation.h192 vtkTextureArray* TextureArray; variable
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkTexturedButtonRepresentation2D.cxx53 this->TextureArray = new vtkTextureArray; in vtkTexturedButtonRepresentation2D()
84 delete this->TextureArray; in ~vtkTexturedButtonRepresentation2D()
106 (*this->TextureArray)[i] = image; in SetButtonTexture()
123 vtkTextureArrayIterator iter = this->TextureArray->find(i); in GetButtonTexture()
124 if ( iter != this->TextureArray->end() ) in GetButtonTexture()
275 vtkTextureArrayIterator iter = this->TextureArray->find(this->State); in BuildRepresentation()
276 if ( iter != this->TextureArray->end() ) in BuildRepresentation()
310 for ( iter=rep->TextureArray->begin(); in ShallowCopy()
311 iter != rep->TextureArray->end(); ++iter ) in ShallowCopy()
313 (*this->TextureArray)[(*iter).first] = (*iter).second; in ShallowCopy()
H A DvtkTexturedButtonRepresentation.cxx69 this->TextureArray = new vtkTextureArray; in vtkTexturedButtonRepresentation()
103 delete this->TextureArray; in ~vtkTexturedButtonRepresentation()
144 (*this->TextureArray)[i] = image; in SetButtonTexture()
161 vtkTextureArrayIterator iter = this->TextureArray->find(i); in GetButtonTexture()
162 if ( iter != this->TextureArray->end() ) in GetButtonTexture()
350 vtkTextureArrayIterator iter = this->TextureArray->find(this->State); in BuildRepresentation()
351 if ( iter != this->TextureArray->end() ) in BuildRepresentation()
378 for ( iter=rep->TextureArray->begin(); in ShallowCopy()
379 iter != rep->TextureArray->end(); ++iter ) in ShallowCopy()
381 (*this->TextureArray)[(*iter).first] = (*iter).second; in ShallowCopy()
H A DvtkTexturedButtonRepresentation2D.h145 vtkTextureArray *TextureArray; variable
H A DvtkTexturedButtonRepresentation.h156 vtkTextureArray *TextureArray; variable
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Dtexture_cache.rs185 array_rgba8_nearest: TextureArray,
186 array_a8_linear: TextureArray,
187 array_rgba8_linear: TextureArray,
225 array_a8_linear: TextureArray::new( in new()
230 array_rgba8_linear: TextureArray::new( in new()
235 array_rgba8_nearest: TextureArray::new( in new()
950 struct TextureArray { struct
959 impl TextureArray { argument
965 TextureArray { in new()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dtexture_cache.rs225 array_rgba8_nearest: TextureArray,
226 array_a8_linear: TextureArray,
227 array_a16_linear: TextureArray,
228 array_rgba8_linear: TextureArray,
238 array_a8_linear: TextureArray::new( in new()
244 array_a16_linear: TextureArray::new( in new()
249 array_rgba8_linear: TextureArray::new( in new()
256 array_rgba8_nearest: TextureArray::new( in new()
1433 struct TextureArray { struct
1441 impl TextureArray { argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-metal/src/
H A Dsoft.rs16 type TextureArray: Debug; typedef
35 type TextureArray = Range<CacheResourceIndex>; typedef
48 type TextureArray = &'a [Option<TexturePtr>]; typedef
87 textures: R::TextureArray,
179 textures: R::TextureArray,
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-metal/src/
H A Dsoft.rs16 type TextureArray: Debug; typedef
35 type TextureArray = Range<CacheResourceIndex>; typedef
48 type TextureArray = &'a [Option<TexturePtr>]; typedef
87 textures: R::TextureArray,
179 textures: R::TextureArray,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-metal/src/
H A Dsoft.rs21 type TextureArray: Debug; typedef
39 type TextureArray = Range<CacheResourceIndex>; typedef
51 type TextureArray = &'a [Option<TexturePtr>]; typedef
89 textures: R::TextureArray,
174 textures: R::TextureArray,
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-metal-0.4.0/src/
H A Dsoft.rs22 type TextureArray: Debug; typedef
40 type TextureArray = Range<CacheResourceIndex>; typedef
52 type TextureArray = &'a [Option<TexturePtr>]; typedef
90 textures: R::TextureArray,
175 textures: R::TextureArray,
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dtexture_cache.rs245 array_color8_nearest: TextureArray,
246 array_alpha8_linear: TextureArray,
247 array_alpha16_linear: TextureArray,
248 array_color8_linear: TextureArray,
258 array_alpha8_linear: TextureArray::new( in new()
265 array_alpha16_linear: TextureArray::new( in new()
271 array_color8_linear: TextureArray::new( in new()
314 ) -> &mut TextureArray { in select() argument
1722 struct TextureArray { struct
1729 impl TextureArray { impl
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Media/materials/programs/HLSL/
H A DExample_TextureArrayPS.hlsl42 Texture2DArray g_txTextures : TextureArray;
/dports/graphics/ogre3d/ogre-1.11.6/Samples/Media/materials/programs/HLSL/
H A DExample_TextureArrayPS.hlsl42 Texture2DArray g_txTextures : TextureArray;
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/CMake/Templates/
H A DSDK_Samples_CMakeLists.txt.in44 add_subdirectory(TextureArray)
/dports/devel/godot/godot-3.2.3-stable/scene/resources/
H A Dtexture.h528 class TextureArray : public TextureLayered {
530 GDCLASS(TextureArray, TextureLayered);
533 TextureArray() : in TextureArray() function
/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/
H A Dtexture.h528 class TextureArray : public TextureLayered {
530 GDCLASS(TextureArray, TextureLayered);
533 TextureArray() : in TextureArray() function
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/render/
H A Dqssgrendercontext_p.h242 return renderBackendCap(QSSGRenderBackend::QSSGRenderBackendCaps::TextureArray); in supportsTextureArray()

12