Home
last modified time | relevance | path

Searched refs:rt_polycylinder (Results 1 – 12 of 12) sorted by relevance

/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/tachyon/src/
H A Dapi.h196 void rt_polycylinder(void *, vector *, int, apiflt);
H A Dapigeom.cpp59 void rt_polycylinder(void * tex, vector * points, int numpts, apiflt rad) { in rt_polycylinder() function
H A Dparse.cpp614 rt_polycylinder(tex, temp, numpts, rad); in GetPolyCylinder()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/tachyon/src/
H A Dapi.h196 void rt_polycylinder(void *, vector *, int, apiflt);
H A Dapigeom.cpp59 void rt_polycylinder(void * tex, vector * points, int numpts, apiflt rad) { in rt_polycylinder() function
H A Dparse.cpp614 rt_polycylinder(tex, temp, numpts, rad); in GetPolyCylinder()
/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/tachyon/src/
H A Dapi.hpp184 void rt_polycylinder(void *, vector *, int, apiflt);
H A Dapigeom.cpp59 void rt_polycylinder(void *tex, vector *points, int numpts, apiflt rad) { in rt_polycylinder() function
H A Dparse.cpp602 rt_polycylinder(tex, temp, numpts, rad); in GetPolyCylinder()
/dports/graphics/tachyon/tachyon/src/
H A Dtachyon.h425 void rt_polycylinder(SceneHandle, void *, apivector *, int, apiflt);
H A Dapigeom.c13 void rt_polycylinder(SceneHandle scene, void * tex, apivector * points, int numpts, apiflt rad) { in rt_polycylinder() function
/dports/graphics/tachyon/tachyon/demosrc/
H A Dparse.c1183 rt_polycylinder(scene, tex, temp, numpts, rad); in GetPolyCylinder()