Home
last modified time | relevance | path

Searched refs:GetWrapSMode (Results 1 – 6 of 6) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkTextureObject.cxx349 this->GetWrapSMode(this->WrapS)); in CreateTexture()
928 unsigned int vtkTextureObject::GetWrapSMode(int vtktype) function in vtkTextureObject
950 return this->GetWrapSMode(vtktype);
956 return this->GetWrapSMode(vtktype);
H A DvtkTextureObject.h403 unsigned int GetWrapSMode(int vtktype);
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL2/
H A DvtkTextureObject.cxx419 this->GetWrapSMode(this->WrapS)); in CreateTexture()
1245 unsigned int vtkTextureObject::GetWrapSMode(int vtktype) in GetWrapSMode() function in vtkTextureObject
1267 return this->GetWrapSMode(vtktype); in GetWrapTMode()
1273 return this->GetWrapSMode(vtktype); in GetWrapRMode()
H A DvtkTextureObject.h345 unsigned int GetWrapSMode(int vtktype);
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkTextureObject.cxx298 glTexParameteri(this->Target, GL_TEXTURE_WRAP_S, this->GetWrapSMode(this->WrapS)); in CreateTexture()
866 unsigned int vtkTextureObject::GetWrapSMode(int vtktype) function in vtkTextureObject
888 return this->GetWrapSMode(vtktype);
894 return this->GetWrapSMode(vtktype);
H A DvtkTextureObject.h389 unsigned int GetWrapSMode(int vtktype);