Home
last modified time | relevance | path

Searched refs:StencilOpFront (Results 1 – 2 of 2) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkOpenGLState.cxx794 if (cs.StencilOpFront != vals) in vtkglStencilOpSeparate()
797 cs.StencilOpFront = vals; in vtkglStencilOpSeparate()
1423 cs.StencilOpFront[0] = static_cast<unsigned int>(ival); in Reset()
1425 cs.StencilOpFront[1] = static_cast<unsigned int>(ival); in Reset()
1427 cs.StencilOpFront[2] = static_cast<unsigned int>(ival); in Reset()
1510 ::glStencilOpSeparate(GL_FRONT, cs.StencilOpFront[0], cs.StencilOpFront[1], cs.StencilOpFront[2]); in Pop()
1580 ::glStencilOpSeparate(GL_FRONT, cs.StencilOpFront[0], cs.StencilOpFront[1], cs.StencilOpFront[2]); in Initialize()
1908 cs.StencilOpFront[0] = GL_KEEP; in vtkOpenGLState()
1909 cs.StencilOpFront[1] = GL_KEEP; in vtkOpenGLState()
1910 cs.StencilOpFront[2] = GL_KEEP; in vtkOpenGLState()
H A DvtkOpenGLState.h464 std::array<unsigned int, 3> StencilOpFront; variable