Home
last modified time | relevance | path

Searched refs:OpacityTexture (Results 1 – 7 of 7) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Rendering/VolumeOpenGL/
H A DvtkOpenGLProjectedTetrahedraMapper.cxx73 this->OpacityTexture = 0; in vtkInternals()
77 GLuint OpacityTexture; member in vtkOpenGLProjectedTetrahedraMapper::vtkInternals
334 if (this->Internals->OpacityTexture) in ReleaseGraphicsResources()
336 glDeleteTextures(1, &this->Internals->OpacityTexture); in ReleaseGraphicsResources()
338 this->Internals->OpacityTexture = 0; in ReleaseGraphicsResources()
440 if ( !this->Internals->OpacityTexture in Render()
445 if (!this->Internals->OpacityTexture) in Render()
447 glGenTextures(1, &this->Internals->OpacityTexture); in Render()
450 glBindTexture(GL_TEXTURE_2D, this->Internals->OpacityTexture); in Render()
733 glBindTexture(GL_TEXTURE_2D, this->Internals->OpacityTexture); in ProjectTetrahedra()
/dports/devel/upp/upp/bazaar/plugin/assimp/code/Obj/
H A DObjFileMtlImporter.cpp62 static const std::string OpacityTexture = "map_d"; variable
340 …} else if ( !ASSIMP_strincmp( pPtr, OpacityTexture.c_str(), static_cast<unsigned int>(OpacityTextu… in getTexture()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DObjFileMtlImporter.cpp61 static const std::string OpacityTexture = "map_d"; variable
319 } else if ( !ASSIMP_strincmp( pPtr, OpacityTexture.c_str(), OpacityTexture.size() ) ) { in getTexture()
/dports/games/openbve/OpenBVE-1.8.2.1/source/AssimpParser/Wavefront/
H A DObjFileMtlImporter.cs97 private const string OpacityTexture = "map_d"; field in AssimpNET.Obj.ObjFileMtlImporter
314 …else if (String.Compare(Buffer, DataIt, OpacityTexture, 0, OpacityTexture.Length, StringComparison… in GetTexture()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DObjFileMtlImporter.cpp60 static const std::string OpacityTexture = "map_d"; variable
321 } else if ( !ASSIMP_strincmp( pPtr, OpacityTexture.c_str(), OpacityTexture.size() ) ) { in getTexture()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DObjFileMtlImporter.cpp62 static const std::string OpacityTexture = "map_d"; variable
336 …} else if ( !ASSIMP_strincmp( pPtr, OpacityTexture.c_str(), static_cast<unsigned int>(OpacityTextu… in getTexture()
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/Obj/
H A DObjFileMtlImporter.cpp59 static const std::string OpacityTexture = "map_d"; variable
311 …} else if (!ASSIMP_strincmp(pPtr, OpacityTexture.c_str(), static_cast<unsigned int>(OpacityTexture in getTexture()