Home
last modified time | relevance | path

Searched refs:GLRenderOffPath (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/src/nodes/
H A DSoLOD.cpp260 SoLOD::GLRenderOffPath(action); in GLRender()
319 SoLOD::GLRenderOffPath(SoGLRenderAction * action) in GLRenderOffPath() function in SoLOD
329 node->GLRenderOffPath(action); in GLRenderOffPath()
H A DSoAnnotation.cpp149 SoAnnotation::GLRenderOffPath(SoGLRenderAction *) in GLRenderOffPath() function in SoAnnotation
H A DSoSeparator.cpp775 offpath->GLRenderOffPath(action); // traversal call in GLRenderInPath()
807 SoSeparator::GLRenderOffPath(SoGLRenderAction *) in GLRenderOffPath() function in SoSeparator
H A DSoNode.cpp989 SoNode::GLRenderOffPath(SoGLRenderAction * action) in GLRenderOffPath() function in SoNode
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/nodes/
H A DSoAnnotation.h51 virtual void GLRenderOffPath(SoGLRenderAction * action);
H A DSoLOD.h62 virtual void GLRenderOffPath(SoGLRenderAction * action);
H A DSoSeparator.h67 virtual void GLRenderOffPath(SoGLRenderAction * action);
H A DSoNode.h101 virtual void GLRenderOffPath(SoGLRenderAction * action);
/dports/graphics/Coin/coin-Coin-4.0.0/src/vrml97/
H A DLOD.cpp361 SoVRMLLOD::GLRenderOffPath(action); in GLRender()
489 SoVRMLLOD::GLRenderOffPath(SoGLRenderAction * action) in GLRenderOffPath() function in SoVRMLLOD
499 child->GLRenderOffPath(action); in GLRenderOffPath()
H A DBillboard.cpp400 offpath->GLRenderOffPath(action); in GLRenderInPath()
428 SoVRMLBillboard::GLRenderOffPath(SoGLRenderAction * COIN_UNUSED_ARG(action)) in GLRenderOffPath() function in SoVRMLBillboard
H A DGroup.cpp671 offpath->GLRenderOffPath(action); in GLRenderInPath()
705 SoVRMLGroup::GLRenderOffPath(SoGLRenderAction * COIN_UNUSED_ARG(action)) in GLRenderOffPath() function in SoVRMLGroup
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/VRMLnodes/
H A DSoVRMLBillboard.h69 virtual void GLRenderOffPath(SoGLRenderAction * action);
H A DSoVRMLGroup.h83 virtual void GLRenderOffPath(SoGLRenderAction * action);
H A DSoVRMLLOD.h83 virtual void GLRenderOffPath(SoGLRenderAction * action);
/dports/graphics/py-pivy/pivy-0.6.6/SoPyScript/
H A DSoPyScript.h61 virtual void GLRenderOffPath(SoGLRenderAction * action);
H A DSoPyScript.cpp258 SoPyScript::GLRenderOffPath(SoGLRenderAction * action) in GLRenderOffPath() function in SoPyScript
261 inherited::GLRenderOffPath(action); in GLRenderOffPath()
/dports/x11-toolkits/SoXt/SoXt-1.3.0/src/Inventor/Xt/common/nodes/
H A DPane.cpp.in253 SoGuiPane::GLRenderOffPath(SoGLRenderAction * action) function in SoGuiPane
256 SoDebugError::postInfo("SoGuiPane::GLRenderOffPath", "no implementation yet");
257 inherited::GLRenderOffPath(action);
H A DPane.h.in55 virtual void GLRenderOffPath(SoGLRenderAction * action);
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/nodes/
H A DPane.cpp.in262 SoGuiPane::GLRenderOffPath(SoGLRenderAction * action) function in SoGuiPane
265 SoDebugError::postInfo("SoGuiPane::GLRenderOffPath", "no implementation yet");
266 inherited::GLRenderOffPath(action);
H A DPane.h.in64 virtual void GLRenderOffPath(SoGLRenderAction * action);
/dports/graphics/Coin/coin-Coin-4.0.0/docs/
H A DChangeLog.20006304 (GLRenderOffPath, GLRenderBelowPath, GLRenderInPath). Done by