Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dapi.hpp150 void rt_sphere(void *, vector, apiflt); /* add a sphere */
H A Dapigeom.cpp68 rt_sphere(tex, points[0], rad); in rt_polycylinder()
77 rt_sphere(tex, points[i], rad); in rt_polycylinder()
H A Dapi.cpp366 void rt_sphere(void *tex, vector ctr, apiflt rad) { in rt_sphere() function
H A Dparse.cpp624 rt_sphere(tex, ctr, rad); in GetSphere()