Home
last modified time | relevance | path

Searched refs:grit_texture (Results 1 – 13 of 13) sorted by path

/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/tachyon/src/
H A Dapi.cpp249 case 2: tex->texfunc = (color(*)(void *, void *, void *))(grit_texture); break; in apitextotex()
H A Dtexture.cpp148 color grit_texture(vector *hit, texture *tex, ray *ry) { in grit_texture() function
H A Dtexture.hpp60 color grit_texture(vector *, texture *, ray *);
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/tachyon/src/
H A Dapi.cpp248 tex->texfunc=(color(*)(void *, void *, void *))(grit_texture); in apitextotex()
H A Dtexture.cpp143 color grit_texture(vector * hit, texture * tex, ray * ry) { in grit_texture() function
H A Dtexture.h60 color grit_texture(vector *, texture *, ray *);
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/tachyon/src/
H A Dapi.cpp248 tex->texfunc=(color(*)(void *, void *, void *))(grit_texture); in apitextotex()
H A Dtexture.cpp143 color grit_texture(vector * hit, texture * tex, ray * ry) { in grit_texture() function
H A Dtexture.h60 color grit_texture(vector *, texture *, ray *);
/dports/graphics/tachyon/tachyon/src/
H A D.#api.c.1.158560 tex->texfunc=(color(*)(const void *, const void *, void *))(grit_texture);
H A Dapi.c600 tex->texfunc=(color(*)(const void *, const void *, void *))(grit_texture); in apitextotex()
H A Dtexture.c240 color grit_texture(const vector * hit, const texture * tx, const ray * ry) { in grit_texture() function
H A Dtexture.h22 color grit_texture(const vector *, const texture *, const ray *);