Searched refs:phong (Results 1 – 5 of 5) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | shade.cpp | 103 if ((obj->tex->diffuse > 0.0) || (obj->tex->phong > 0.0)) { in shader() 139 if (obj->tex->phong > 0.0) { in shader() 158 if (obj->tex->phong > 0.0) { in shader()
|
| H A D | api.cpp | 290 tex->phong = 0.0; in apitextotex() 308 void rt_tex_phong(void *voidtex, apiflt phong, apiflt phongexp, int type) { in rt_tex_phong() argument 310 tex->phong = phong; in rt_tex_phong()
|
| H A D | api.hpp | 191 void rt_tex_phong(void *voidtex, apiflt phong, apiflt phongexp, int type);
|
| H A D | types.hpp | 143 flt phong; /* phong specular highlights */ member
|
| H A D | parse.cpp | 421 float a, b, c, d, phong, phongexp, phongtype; in GetTexBody() local 455 fscanf(dfile, "%f", &phong); in GetTexBody() 461 phong = 0.0; in GetTexBody() 492 rt_tex_phong(voidtex, phong, phongexp, (int)phongtype); in GetTexBody()
|