Home
last modified time | relevance | path

Searched refs:vtkDrawBuffers (Results 1 – 3 of 3) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkOpenGLFramebufferObject.cxx583 this->Context->GetState()->vtkDrawBuffers(count, buffers, this); in ActivateBuffers()
615 this->Context->GetState()->vtkDrawBuffers(count, buffers, this); in ActivateDrawBuffers()
649 this->Context->GetState()->vtkDrawBuffers(count, buffers, this); in ActivateDrawBuffers()
664 this->Context->GetState()->vtkDrawBuffers(1, &att, this); in DeactivateDrawBuffers()
H A DvtkOpenGLState.h129 void vtkDrawBuffers(unsigned int n, unsigned int*, vtkOpenGLFramebufferObject*);
H A DvtkOpenGLState.cxx617 void vtkOpenGLState::vtkDrawBuffers( in vtkDrawBuffers() function in vtkOpenGLState