Home
last modified time | relevance | path

Searched refs:phongtype (Results 1 – 4 of 4) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dparse.cpp421 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 Dtypes.hpp145 int phongtype; /* phong type: 0 == plastic, nonzero == metal */ member
H A Dapi.cpp292 tex->phongtype = 0; in apitextotex()
312 tex->phongtype = type; in rt_tex_phong()
H A Dshade.cpp142 if (obj->tex->phongtype) in shader()