Home
last modified time | relevance | path

Searched refs:GetTextureList (Results 1 – 15 of 15) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/imaging/hgiGL/
H A Dhgi.cpp126 _TrashObject(texHandle, _garbageCollector.GetTextureList()); in DestroyTexture()
148 _TrashObject(&texHandle, _garbageCollector.GetTextureList()); in DestroyTextureView()
H A DgarbageCollector.h65 HgiTextureHandleVector* GetTextureList();
H A DgarbageCollector.cpp82 HgiGLGarbageCollector::GetTextureList() in GetTextureList() function in HgiGLGarbageCollector
/dports/misc/usd/USD-21.11/pxr/imaging/hgiVulkan/
H A Dhgi.cpp113 TrashObject(texHandle, GetGarbageCollector()->GetTextureList()); in DestroyTexture()
136 TrashObject(&texHandle, GetGarbageCollector()->GetTextureList()); in DestroyTextureView()
H A DgarbageCollector.h83 HgiVulkanTextureVector* GetTextureList();
H A DgarbageCollector.cpp105 HgiVulkanGarbageCollector::GetTextureList() in GetTextureList() function in HgiVulkanGarbageCollector
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/data/
H A DTextureContainer.h220 TextureContainer * GetTextureList();
H A DTextureContainer.cpp82 TextureContainer * GetTextureList() { in GetTextureList() function
/dports/math/vtk9/VTK-9.1.0/Rendering/RayTracing/
H A DvtkOSPRayMaterialLibrary.h107 std::vector<std::string> GetTextureList(const std::string& nickname);
H A DvtkOSPRayMaterialLibrary.cxx840 std::vector<std::string> vtkOSPRayMaterialLibrary::GetTextureList(const std::string& nickname) in GetTextureList() function in vtkOSPRayMaterialLibrary
/dports/games/gnubg/gnubg-1.06.002/board3d/
H A Dfun3d.h82 GList *GetTextureList(TextureType type);
H A Dgtkcolour3d.c429 GList *glist = GetTextureList(pDetails->textureType); in UpdateColour3d()
H A Dmisc3d.c391 GetTextureList(TextureType type) in GetTextureList() function
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/animation/
H A DAnimation.cpp824 TextureContainer * pTex = GetTextureList(); in PopAllTriangleList()
884 TextureContainer * pTex = GetTextureList(); in PopAllTriangleListTransparency()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/
H A DDraw.cpp258 TextureContainer* ptcTexture = GetTextureList(); in Delayed_FlushAll()