Home
last modified time | relevance | path

Searched refs:newlight (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dlight.hpp61 point_light *newlight(void *, vector, flt);
H A Dlight.cpp65 point_light *newlight(void *tex, vector ctr, flt rad) { in newlight() function
H A Dapi.cpp318 li = newlight(tex, (vector)ctr, rad); in rt_light()