Home
last modified time | relevance | path

Searched refs:ucNewNorms (Results 1 – 4 of 4) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkCompositePolyDataMapper2.cxx584 std::vector<unsigned char> ucNewNorms; in BuildBufferObjects() local
585 ucNewNorms.resize(newNorms.size()); in BuildBufferObjects()
588 ucNewNorms[i] = 127.0*(newNorms[i] + 1.0); in BuildBufferObjects()
590 this->CellNormalBuffer->Upload(ucNewNorms, in BuildBufferObjects()
H A DvtkOpenGLPolyDataMapper.cxx2814 std::vector<unsigned char> ucNewNorms; in BuildCellTextures() local
2815 ucNewNorms.resize(newNorms.size()); in BuildCellTextures()
2818 ucNewNorms[i] = 127.0*(newNorms[i] + 1.0); in BuildCellTextures()
2820 this->CellNormalBuffer->Upload(ucNewNorms, in BuildCellTextures()
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkCompositePolyDataMapper2.cxx702 std::vector<unsigned char> ucNewNorms; in BuildBufferObjects() local
703 ucNewNorms.resize(newNorms.size()); in BuildBufferObjects()
706 ucNewNorms[i] = 127.0 * (newNorms[i] + 1.0); in BuildBufferObjects()
708 this->CellNormalBuffer->Upload(ucNewNorms, vtkOpenGLBufferObject::TextureBuffer); in BuildBufferObjects()
H A DvtkOpenGLPolyDataMapper.cxx3831 std::vector<unsigned char> ucNewNorms; in BuildCellTextures() local
3832 ucNewNorms.resize(newNorms.size()); in BuildCellTextures()
3835 ucNewNorms[i] = 127.0 * (newNorms[i] + 1.0); in BuildCellTextures()
3837 this->CellNormalBuffer->Upload(ucNewNorms, vtkOpenGLBufferObject::TextureBuffer); in BuildCellTextures()