Home
last modified time | relevance | path

Searched refs:texture (Results 1 – 25 of 26) sorted by relevance

12

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtexture.hpp54 color standard_texture(vector *, texture *, ray *);
55 color image_cyl_texture(vector *, texture *, ray *);
56 color image_sphere_texture(vector *, texture *, ray *);
57 color image_plane_texture(vector *, texture *, ray *);
58 color checker_texture(vector *, texture *, ray *);
59 color cyl_checker_texture(vector *, texture *, ray *);
60 color grit_texture(vector *, texture *, ray *);
61 color wood_texture(vector *, texture *, ray *);
62 color marble_texture(vector *, texture *, ray *);
63 color gnoise_texture(vector *, texture *, ray *);
H A Dtexture.cpp60 color standard_texture(vector *hit, texture *tex, ray *ry) { in standard_texture()
65 color image_cyl_texture(vector *hit, texture *tex, ray *ry) { in image_cyl_texture()
91 color image_sphere_texture(vector *hit, texture *tex, ray *ry) { in image_sphere_texture()
117 color image_plane_texture(vector *hit, texture *tex, ray *ry) { in image_plane_texture()
148 color grit_texture(vector *hit, texture *tex, ray *ry) { in grit_texture()
163 color checker_texture(vector *hit, texture *tex, ray *ry) { in checker_texture()
192 color cyl_checker_texture(vector *hit, texture *tex, ray *ry) { in cyl_checker_texture()
223 color wood_texture(vector *hit, texture *tex, ray *ry) { in wood_texture()
336 color marble_texture(vector *hit, texture *tex, ray *ry) { in marble_texture()
368 color gnoise_texture(vector *hit, texture *tex, ray *ry) { in gnoise_texture()
H A Dapi.cpp243 void apitextotex(apitexture *apitex, texture *tex) { in apitextotex()
296 texture *tex; in rt_texture()
298 tex = (texture *)rt_getmem(sizeof(texture)); in rt_texture()
304 texture *tex = (texture *)voidtex; in rt_tex_color()
309 texture *tex = (texture *)voidtex; in rt_tex_phong()
395 q->tex = (texture *)tex; in rt_quadsphere()
H A Dextvol.hpp57 texture *tex; /* object texture */
72 color ext_volume_texture(vector *, texture *, ray *);
H A Dtriangle.hpp65 texture *tex; /* object texture */
75 texture *tex; /* object texture */
H A Dextvol.cpp85 texture *tex; in newextvol()
87 tex = (texture *)voidtex; in newextvol()
102 xvol->tex = (texture *)rt_getmem(sizeof(texture)); in newextvol()
103 memset(xvol->tex, 0, sizeof(texture)); in newextvol()
149 color ext_volume_texture(vector *hit, texture *tex, ray *ry) { in ext_volume_texture()
H A Dvol.cpp82 texture *tx, *tex; in newscalarvol()
85 tex = (texture *)intex; in newscalarvol()
88 tx = (texture *)rt_getmem(sizeof(texture)); in newscalarvol()
160 color scalar_volume_texture(vector *hit, texture *tex, ray *ry) { in scalar_volume_texture()
H A Dtypes.hpp155 } texture; typedef
168 texture *tex; /* object texture */
H A Dvol.hpp63 color scalar_volume_texture(vector *, texture *, ray *);
H A Dbox.hpp56 texture *tex; /* object texture */
H A Dlight.hpp56 texture *tex; /* object texture */
H A Dsphere.hpp60 texture *tex; /* object texture */
H A Dbndbox.hpp56 texture *tex; /* object texture */
H A Dplane.hpp59 texture *tex; /* object texture */
H A Dring.hpp59 texture *tex; /* object texture */
H A Dquadric.hpp69 texture *tex; /* object texture */
H A Dcylinder.hpp61 texture *tex; /* object texture */
H A Dplane.cpp72 p->tex = (texture *)tex; in newplane()
H A Dlight.cpp72 l->tex = (texture *)tex; in newlight()
H A Dtriangle.cpp86 t->tex = (texture *)tex; in newtri()
113 t->tex = (texture *)tex; in newstri()
H A Dgrid.hpp67 texture *tex; /* object texture */
H A Dsphere.cpp72 s->tex = (texture *)tex; in newsphere()
H A Dring.cpp72 r->tex = (texture *)tex; in newring()
H A Dcylinder.cpp79 c->tex = (texture *)tex; in newcylinder()
167 c->tex = (texture *)tex; in newfcylinder()
/oneTBB/examples/parallel_for/tachyon/
H A DCMakeLists.txt53 src/texture.cpp

12