Home
last modified time | relevance | path

Searched refs:Textures (Results 1 – 25 of 2115) sorted by relevance

12345678910>>...85

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessTests.cpp161 addChild(new Textures::CreationTest(m_context)); in init()
468 addChild(new Textures::CopyTest(m_context)); in init()
470 addChild(new Textures::DefaultsTest(m_context)); in init()
471 addChild(new Textures::GenerateMipmapTest(m_context)); in init()
472 addChild(new Textures::BindUnitTest(m_context)); in init()
473 addChild(new Textures::GetImageTest(m_context)); in init()
475 addChild(new Textures::CreationErrorsTest(m_context)); in init()
476 addChild(new Textures::BufferErrorsTest(m_context)); in init()
478 addChild(new Textures::StorageErrorsTest(m_context)); in init()
479 addChild(new Textures::SubImageErrorsTest(m_context)); in init()
[all …]
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkDualDepthPeelingPass.cxx808 std::fill(this->Textures, this->Textures + static_cast<int>(NumberOfTextures), in vtkDualDepthPeelingPass()
858 if (this->Textures[i]) in FreeGLObjects()
860 this->Textures[i]->Delete(); in FreeGLObjects()
861 this->Textures[i] = nullptr; in FreeGLObjects()
922 if (this->Textures[i]) in Initialize()
934 if (!this->Textures[BackTemp]) in Initialize()
937 this->Textures, this->Textures + static_cast<int>(NumberOfTextures), &vtkTextureObject::New); in Initialize()
1432 this->Textures[BackTemp]->Activate(); in BlendBackBuffer()
1488 this->Textures[BackTemp]->Deactivate(); in BlendBackBuffer()
1689 this->Textures[Back]->Activate(); in BlendFinalImage()
[all …]
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkDualDepthPeelingPass.cxx865 std::fill(this->Textures, this->Textures + static_cast<int>(NumberOfTextures), in vtkDualDepthPeelingPass()
915 if (this->Textures[i]) in FreeGLObjects()
917 this->Textures[i]->Delete(); in FreeGLObjects()
918 this->Textures[i] = nullptr; in FreeGLObjects()
980 if (this->Textures[i]) in Initialize()
992 if (!this->Textures[BackTemp]) in Initialize()
994 std::generate(this->Textures, in Initialize()
1521 this->Textures[BackTemp]->Activate(); in BlendBackBuffer()
1588 this->Textures[BackTemp]->Deactivate(); in BlendBackBuffer()
1799 this->Textures[Back]->Activate(); in BlendFinalImage()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCSceneNodeAnimatorTexture.cpp29 Textures.push_back(textures[i]); in CSceneNodeAnimatorTexture()
45 for (u32 i=0; i<Textures.size(); ++i) in clearTextures()
46 if (Textures[i]) in clearTextures()
47 Textures[i]->drop(); in clearTextures()
57 if (Textures.size()) in animateNode()
64 idx = Textures.size() - 1; in animateNode()
69 idx = (t/TimePerFrame) % Textures.size(); in animateNode()
72 if (idx < Textures.size()) in animateNode()
87 u32 count = Textures.size(); in serializeAttributes()
96 out->addTexture(tname.c_str(), i<Textures.size() ? Textures[i] : 0); in serializeAttributes()
[all …]
H A DCGUISpriteBank.cpp37 if (Textures[i]) in ~CGUISpriteBank()
38 Textures[i]->drop(); in ~CGUISpriteBank()
60 return Textures.size(); in getTextureCount()
67 return Textures[index]; in getTexture()
85 Textures.push_back(0); in setTexture()
90 if (Textures[index]) in setTexture()
91 Textures[index]->drop(); in setTexture()
102 if (Textures[i]) in clear()
103 Textures[i]->drop(); in clear()
104 Textures.clear(); in clear()
[all …]
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCSceneNodeAnimatorTexture.cpp29 Textures.push_back(textures[i]); in CSceneNodeAnimatorTexture()
45 for (u32 i=0; i<Textures.size(); ++i) in clearTextures()
46 if (Textures[i]) in clearTextures()
47 Textures[i]->drop(); in clearTextures()
57 if (Textures.size()) in animateNode()
64 idx = Textures.size() - 1; in animateNode()
69 idx = (t/TimePerFrame) % Textures.size(); in animateNode()
72 if (idx < Textures.size()) in animateNode()
87 u32 count = Textures.size(); in serializeAttributes()
96 out->addTexture(tname.c_str(), i<Textures.size() ? Textures[i] : 0); in serializeAttributes()
[all …]
H A DCGUISpriteBank.cpp37 if (Textures[i]) in ~CGUISpriteBank()
38 Textures[i]->drop(); in ~CGUISpriteBank()
60 return Textures.size(); in getTextureCount()
67 return Textures[index]; in getTexture()
85 Textures.push_back(0); in setTexture()
90 if (Textures[index]) in setTexture()
91 Textures[index]->drop(); in setTexture()
102 if (Textures[i]) in clear()
103 Textures[i]->drop(); in clear()
104 Textures.clear(); in clear()
[all …]
/dports/math/vtk9/VTK-9.1.0/Rendering/FFMPEGOpenGL2/
H A DvtkOpenGLMovieSphere.cxx232 if (this->Textures[0]->GetHandle() == 0) in Render()
236 this->Textures[i]->SetContext(renWin); in Render()
252 this->Textures[this->BuildIndex]->Create2DFromRaw( in Render()
254 this->Textures[this->BuildIndex + 1]->Create2DFromRaw( in Render()
256 this->Textures[this->BuildIndex + 2]->Create2DFromRaw( in Render()
263 this->Textures[this->DrawIndex]->Activate(); in Render()
264 this->Textures[this->DrawIndex + 1]->Activate(); in Render()
265 this->Textures[this->DrawIndex + 2]->Activate(); in Render()
273 this->Textures[this->DrawIndex]->Deactivate(); in Render()
274 this->Textures[this->DrawIndex + 1]->Deactivate(); in Render()
[all …]
/dports/science/chrono/chrono-7.0.1/data/vehicle/gator/
H A Dgator_chassis.mtl13 map_Bump Textures/Gator_Texture_Lidar_Generator_Normal.jpg
14 map_Kd Textures/Gator_Texture_Lidar_Generator_AlbedoTransparency.jpg
25 map_Bump Textures/Gator_Texture_Server_Mount_Normal.jpg
26 map_Kd Textures/Gator_Texture_Server_Mount_AlbedoTransparency.jpg
37 map_Bump Textures/Gator_Texture_Gator_Chassis_F_Bed_Normal.jpg
38 map_Kd Textures/Gator_Texture_Gator_Chassis_F_Bed_AlbedoTransparency.jpg
59 map_Bump Textures/Gator_Texture_Gator_Chairs_Dash_Normal.jpg
60 map_Kd Textures/Gator_Texture_Gator_Chairs_Dash_AlbedoTransparency.jpg
71 map_Bump Textures/Gator_Texture_Gator_Chassis_R_Normal.jpg
72 map_Kd Textures/Gator_Texture_Gator_Chassis_R_AlbedoTransparency.jpg
/dports/multimedia/assimp/assimp-5.1.3/test/models/FBX/
H A DmaxPbrMaterial_metalRough.fbx386 Filename: "Textures\albedo.png"
396 Filename: "Textures\metalness.png"
406 Filename: "Textures\roughness.png"
416 Filename: "Textures\occlusion.png"
426 Filename: "Textures\normal.png"
436 Filename: "Textures\emission.png"
446 Filename: "Textures\opacity.png"
458 FileName: "Textures\albedo.png"
522 FileName: "Textures\normal.png"
538 FileName: "Textures\emission.png"
[all …]
H A DmaxPbrMaterial_specGloss.fbx386 Filename: "Textures\albedo.png"
396 Filename: "Textures\specular.png"
416 Filename: "Textures\occlusion.png"
426 Filename: "Textures\normal.png"
436 Filename: "Textures\emission.png"
446 Filename: "Textures\opacity.png"
458 FileName: "Textures\albedo.png"
474 FileName: "Textures\specular.png"
522 FileName: "Textures\normal.png"
538 FileName: "Textures\emission.png"
[all …]
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/
H A DglObjects.h105 class Textures final
108 Textures() in Textures() function
113 explicit constexpr Textures(Unitialized) in Textures() function
118 Textures(const Textures&) = delete;
119 Textures& operator=(const Textures&) = delete;
121 Textures(Textures&& other) in Textures() function
130 Textures& operator =(Textures&& other)
145 ~Textures() in ~Textures()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/guiengine/
H A DCGUISpriteBank.cpp45 if (Textures[i]) in ~STKModifiedSpriteBank()
46 Textures[i]->drop(); in ~STKModifiedSpriteBank()
99 return Textures.size(); in getTextureCount()
106 if (index < Textures.size()) in getTexture()
107 return Textures[index]; in getTexture()
119 Textures.push_back(texture); in addTexture()
127 Textures.push_back(0); in setTexture()
132 if (Textures[index]) in setTexture()
135 Textures[index] = texture; in setTexture()
145 if (Textures[i]) in clear()
[all …]
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkProperty.cxx36 MapOfTextures Textures; member in vtkPropertyInternals
131 p->Internals->Textures.begin(); in DeepCopy()
247 if (this->Internals->Textures.find(cc) == this->Internals->Textures.end()) in SetTexture()
276 this->Internals->Textures.find(unit); in SetTexture()
281 this->Internals->Textures[unit] = tex; in SetTexture()
288 this->Internals->Textures.find(unit); in GetTexture()
319 this->Internals->Textures.find(unit); in RemoveTexture()
322 this->Internals->Textures.erase(unit); in RemoveTexture()
330 this->Internals->Textures.clear(); in RemoveAllTextures()
337 this->Internals->Textures.begin(); in GetTextureAtIndex()
[all …]
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dpaging.cpp90 if (i.dest_bm_num < Textures.size()) in paging_touch_wall_effects()
91 PIGGY_PAGE_IN( Textures[i.dest_bm_num] ); //use this bitmap when monitor destroyed in paging_touch_wall_effects()
208 PIGGY_PAGE_IN(Textures[obj.rtype.pobj_info.tmap_override]); in paging_touch_object()
264 paging_touch_wall_effects(Effects, Textures, Vclip, get_texture_index(tmap1)); in paging_touch_side()
268 paging_touch_wall_effects(Effects, Textures, Vclip, get_texture_index(tmap2)); in paging_touch_side()
270 PIGGY_PAGE_IN(Textures[get_texture_index(tmap1)]); in paging_touch_side()
303 paging_touch_side(Effects, Textures, Vclip, segp, sn); in paging_touch_segment()
307 paging_touch_object(Robot_info, Textures, Vclip, Weapon_info, objp); in paging_touch_segment()
318 PIGGY_PAGE_IN(Textures[j]); in paging_touch_walls()
340 …paging_touch_segment(Effects, Robot_info, Textures, Vclip, Weapon_info, vcobjptridx, vcsegptr, seg… in paging_touch_all()
[all …]
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkProperty.cxx136 auto iter = p->Textures.begin(); in DeepCopy()
137 for (;iter != p->Textures.end(); ++iter) in DeepCopy()
241 this->Textures.find(std::string(name)); in SetTexture()
242 if (iter != this->Textures.end()) in SetTexture()
255 this->Textures[name] = tex; in SetTexture()
263 if (iter == this->Textures.end()) in GetTexture()
304 if (iter != this->Textures.end()) in RemoveTexture()
307 this->Textures.erase(iter); in RemoveTexture()
314 while (!this->Textures.empty()) in RemoveAllTextures()
316 auto iter = this->Textures.begin(); in RemoveAllTextures()
[all …]
/dports/games/ecwolf/ecwolf-1.3.3-src/src/textures/
H A Dtexturemanager.cpp99 delete Textures[i].Texture; in DeleteAll()
101 Textures.Clear(); in DeleteAll()
214 i = Textures[i].HashNext; in CheckForTexture()
291 i = Textures[i].HashNext; in ListTextures()
370 Textures[i].Texture->Unload (); in UnloadAll()
402 int trans = Textures.Push (hasher); in AddTexture()
474 if (unsigned(index1) >= Textures.Size() || unsigned(index2) >= Textures.Size()) in AreTexturesCompatible()
842 int firsttexture = Textures.Size(); in AddTexturesForWad()
944 Textures.Resize(start); in SortTexturesByType()
1080 pic = Textures[0].Texture; in WriteTexture()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/resource/
H A Dtextures.cpp43 DENG2_PIMPL(Textures) in DENG2_PIMPL() argument
713 Textures::Textures() in Textures() function in res::Textures
722 void Textures::clear() in clear()
727 void Textures::clearRuntimeTextures() in clearRuntimeTextures()
743 void Textures::initTextures() in initTextures()
752 Textures &Textures::get() // static in get()
789 Textures::TextureSchemes const& Textures::allTextureSchemes() const in allTextureSchemes()
794 void Textures::clearAllTextureSchemes() in clearAllTextureSchemes()
870 Textures::AllTextures const &Textures::allTextures() const in allTextures()
907 Texture *Textures::defineTexture(String const &schemeName, in defineTexture()
[all …]
/dports/games/flightgear-aircraft/fgaircraft/f16/Models/Cockpit/Main/
H A Deyebrow_right.ac11 texture "../Textures/instruments.png"
37 texture "../Textures/instruments.png"
63 texture "../Textures/instruments.png"
89 texture "../Textures/instruments.png"
115 texture "../Textures/instruments.png"
141 texture "../Textures/instruments.png"
167 texture "../Textures/instruments.png"
245 texture "../Textures/instruments.png"
323 texture "../Textures/instruments.png"
401 texture "../Textures/instruments.png"
[all …]
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkProperty.cxx176 auto iter = p->Textures.begin(); in DeepCopy()
177 for (; iter != p->Textures.end(); ++iter) in DeepCopy()
179 this->Textures[iter->first] = iter->second; in DeepCopy()
319 if (iter != this->Textures.end()) in SetTexture()
331 this->Textures[name] = tex; in SetTexture()
339 if (iter == this->Textures.end()) in GetTexture()
357 if (iter != this->Textures.end()) in RemoveTexture()
360 this->Textures.erase(iter); in RemoveTexture()
368 while (!this->Textures.empty()) in RemoveAllTextures()
370 auto iter = this->Textures.begin(); in RemoveAllTextures()
[all …]
/dports/games/vavoom/vavoom-1.33/source/
H A Dr_tex.cpp202 delete Textures[i]; in Shutdown()
203 Textures.Clear(); in Shutdown()
220 Textures.Append(Tex); in AddTexture()
222 AddToHash(Textures.Num() - 1); in AddTexture()
223 return Textures.Num() - 1; in AddTexture()
237 check(Index < Textures.Num()); in ReplaceTexture()
244 Textures[Index] = NewTex; in ReplaceTexture()
397 return Textures[TexNum]->GetHeight() / Textures[TexNum]->TScale; in TextureHeight()
581 FirstTex = Textures.Num(); in AddTextures()
600 FirstTex = Textures.Num(); in AddTextures()
[all …]
/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Dmenus.c155 Textures.Mfrom, Textures.Mto, 1, in do_menu()
165 Textures.Mfrom, Textures.Mto, 1, in do_menu()
166 Textures.Mmaxcols,Textures.Mtype-2)) { in do_menu()
175 Textures.Mfrom, Textures.Mto, 1, in do_menu()
176 Textures.Mmaxcols,Textures.Mtype-4)) { in do_menu()
186 Textures.Mtype=0; in do_menu()
197 Textures.Ifrom, Textures.Ito, 0, in do_menu()
207 Textures.Ifrom, Textures.Ito, 0, in do_menu()
208 Textures.Imaxcols,Textures.Itype-2)) { in do_menu()
217 Textures.Ifrom, Textures.Ito, 0, in do_menu()
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/textures/
H A Dtexturemanager.cpp98 delete Textures[i].Texture; in DeleteAll()
100 Textures.Clear(); in DeleteAll()
213 i = Textures[i].HashNext; in CheckForTexture()
301 i = Textures[i].HashNext; in ListTextures()
356 Textures[i].Texture->Unload (); in UnloadAll()
388 int trans = Textures.Push (hasher); in AddTexture()
459 if (unsigned(index1) >= Textures.Size() || unsigned(index2) >= Textures.Size()) in AreTexturesCompatible()
809 int firsttexture = Textures.Size(); in AddTexturesForWad()
927 Textures.Resize(start); in SortTexturesByType()
1090 pic = Textures[0].Texture; in WriteTexture()
[all …]
/dports/games/flightgear-aircraft/fgaircraft/f16/Models/Cockpit/Avionics/MFD/
H A Dmfd-r.ac34 texture "../../Textures/f16trans_misc.png"
92 texture "../../Textures/f16trans_misc.png"
150 texture "../../Textures/f16trans_misc.png"
208 texture "../../Textures/f16trans_misc.png"
266 texture "../../Textures/f16trans_misc.png"
324 texture "../../Textures/f16trans_misc.png"
382 texture "../../Textures/f16trans_misc.png"
440 texture "../../Textures/f16trans_misc.png"
498 texture "../../Textures/f16trans_misc.png"
556 texture "../../Textures/f16trans_misc.png"
[all …]
H A Dmfd.ac35 texture "../../Textures/f16trans_misc.png"
93 texture "../../Textures/f16trans_misc.png"
151 texture "../../Textures/f16trans_misc.png"
209 texture "../../Textures/f16trans_misc.png"
267 texture "../../Textures/f16trans_misc.png"
325 texture "../../Textures/f16trans_misc.png"
383 texture "../../Textures/f16trans_misc.png"
441 texture "../../Textures/f16trans_misc.png"
499 texture "../../Textures/f16trans_misc.png"
557 texture "../../Textures/f16trans_misc.png"
[all …]

12345678910>>...85