Home
last modified time | relevance | path

Searched refs:voidtex (Results 1 – 5 of 5) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dapi.hpp187 void rt_tex_color(void *voidtex, color col);
191 void rt_tex_phong(void *voidtex, apiflt phong, apiflt phongexp, int type);
H A Dapi.cpp303 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 Dextvol.hpp67 extvol *newextvol(void *voidtex,
H A Dextvol.cpp79 extvol *newextvol(void *voidtex, in newextvol() argument
87 tex = (texture *)voidtex; in newextvol()
H A Dparse.cpp423 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()