Home
last modified time | relevance | path

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

/dports/misc/dartsim/dart-6.11.1/dart/gui/
H A DRenderInterface.cpp164 void RenderInterface::drawOpenCylinder( in drawOpenCylinder() function in dart::gui::RenderInterface
H A DRenderInterface.hpp119 virtual void drawOpenCylinder(
H A DOpenGLRenderInterface.hpp109 void drawOpenCylinder(
H A DOpenGLRenderInterface.cpp221 ri->drawOpenCylinder(baseRadius, topRadius, height, slices, stacks); in drawOpenCylinderConnectingTwoSpheres()
332 void OpenGLRenderInterface::drawOpenCylinder( in drawOpenCylinder() function in dart::gui::OpenGLRenderInterface
357 drawOpenCylinder(radius, radius, height, slices, stacks); in drawCylinder()