Searched refs:ColorAddS (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | shade.cpp | 136 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 D | vector.hpp | 62 void ColorAddS(color *a, color *b, flt s);
|
| H A D | vector.cpp | 113 void ColorAddS(color *a, color *b, flt s) { in ColorAddS() function
|