Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dshade.cpp152 ColorScale(&diffuse, obj->tex->diffuse); in shader()
205 ColorScale(&col, specular); in shade_reflection()
228 ColorScale(&col, trans); in shade_transmission()
H A Dvector.hpp64 void ColorScale(color *a, flt s);
H A Dvector.cpp125 void ColorScale(color *a, flt s) { in ColorScale() function