Home
last modified time | relevance | path

Searched refs:grit_texture (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtexture.hpp60 color grit_texture(vector *, texture *, ray *);
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