Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dshade.cpp136 ColorAddS(&diffuse, &li->tex->col, inten); in shader()
143 ColorAddS(&phongcol, &col, phongval); in shader()
145 ColorAddS(&phongcol, &(li->tex->col), phongval); in shader()
H A Dvector.hpp62 void ColorAddS(color *a, color *b, flt s);
H A Dvector.cpp113 void ColorAddS(color *a, color *b, flt s) { in ColorAddS() function