| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | texture.hpp | 54 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 D | texture.cpp | 60 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 D | api.cpp | 243 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 D | extvol.hpp | 57 texture *tex; /* object texture */ 72 color ext_volume_texture(vector *, texture *, ray *);
|
| H A D | triangle.hpp | 65 texture *tex; /* object texture */ 75 texture *tex; /* object texture */
|
| H A D | extvol.cpp | 85 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 D | vol.cpp | 82 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 D | types.hpp | 155 } texture; typedef 168 texture *tex; /* object texture */
|
| H A D | vol.hpp | 63 color scalar_volume_texture(vector *, texture *, ray *);
|
| H A D | box.hpp | 56 texture *tex; /* object texture */
|
| H A D | light.hpp | 56 texture *tex; /* object texture */
|
| H A D | sphere.hpp | 60 texture *tex; /* object texture */
|
| H A D | bndbox.hpp | 56 texture *tex; /* object texture */
|
| H A D | plane.hpp | 59 texture *tex; /* object texture */
|
| H A D | ring.hpp | 59 texture *tex; /* object texture */
|
| H A D | quadric.hpp | 69 texture *tex; /* object texture */
|
| H A D | cylinder.hpp | 61 texture *tex; /* object texture */
|
| H A D | plane.cpp | 72 p->tex = (texture *)tex; in newplane()
|
| H A D | light.cpp | 72 l->tex = (texture *)tex; in newlight()
|
| H A D | triangle.cpp | 86 t->tex = (texture *)tex; in newtri() 113 t->tex = (texture *)tex; in newstri()
|
| H A D | grid.hpp | 67 texture *tex; /* object texture */
|
| H A D | sphere.cpp | 72 s->tex = (texture *)tex; in newsphere()
|
| H A D | ring.cpp | 72 r->tex = (texture *)tex; in newring()
|
| H A D | cylinder.cpp | 79 c->tex = (texture *)tex; in newcylinder() 167 c->tex = (texture *)tex; in newfcylinder()
|
| /oneTBB/examples/parallel_for/tachyon/ |
| H A D | CMakeLists.txt | 53 src/texture.cpp
|