Home
last modified time | relevance | path

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

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/WCDriver3D/
H A DRenderContext.h62 void glBeginPolygon(); // GL_POLYGON
H A DRenderContext.cpp114 void RenderContext_::glBeginPolygon() in glBeginPolygon() function in RenderContext_
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBS_Interface/
H A DrenderContext.h53 virtual void glBeginPolygon() = 0; // GL_POLYGON
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBSKernelLib/
H A Dti_misc.cpp856 pCurrentRC->glBeginPolygon(); in DrawPolygon()