Searched refs:voidtex (Results 1 – 5 of 5) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | api.hpp | 187 void rt_tex_color(void *voidtex, color col); 191 void rt_tex_phong(void *voidtex, apiflt phong, apiflt phongexp, int type);
|
| H A D | api.cpp | 303 void rt_tex_color(void *voidtex, color col) { in rt_tex_color() argument 304 texture *tex = (texture *)voidtex; in rt_tex_color() 308 void rt_tex_phong(void *voidtex, apiflt phong, apiflt phongexp, int type) { in rt_tex_phong() argument 309 texture *tex = (texture *)voidtex; in rt_tex_phong()
|
| H A D | extvol.hpp | 67 extvol *newextvol(void *voidtex,
|
| H A D | extvol.cpp | 79 extvol *newextvol(void *voidtex, in newextvol() argument 87 tex = (texture *)voidtex; in newextvol()
|
| H A D | parse.cpp | 423 void *voidtex; in GetTexBody() local 491 voidtex = rt_texture(&tex); in GetTexBody() 492 rt_tex_phong(voidtex, phong, phongexp, (int)phongtype); in GetTexBody() 494 return voidtex; in GetTexBody()
|