Searched refs:phongtype (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | parse.cpp | 421 float a, b, c, d, phong, phongexp, phongtype; in GetTexBody() local 446 phongtype = RT_PHONG_METAL; in GetTexBody() 449 phongtype = RT_PHONG_PLASTIC; in GetTexBody() 452 phongtype = RT_PHONG_PLASTIC; in GetTexBody() 463 phongtype = RT_PHONG_PLASTIC; in GetTexBody() 492 rt_tex_phong(voidtex, phong, phongexp, (int)phongtype); in GetTexBody()
|
| H A D | types.hpp | 145 int phongtype; /* phong type: 0 == plastic, nonzero == metal */ member
|
| H A D | api.cpp | 292 tex->phongtype = 0; in apitextotex() 312 tex->phongtype = type; in rt_tex_phong()
|
| H A D | shade.cpp | 142 if (obj->tex->phongtype) in shader()
|