Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dglobal.hpp56 extern point_light* lightlist[MAXLIGHTS];
H A Dglobal.cpp58 point_light* lightlist[MAXLIGHTS]; variable
H A Dshade.cpp65 lightlist[numlights] = li; in add_light()
105 li = lightlist[i]; /* set li=to the current light */ in shader()
H A Dextvol.cpp298 li = lightlist[i]; in ext_volume_texture()