Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtexture.hpp62 color marble_texture(vector *, texture *, ray *);
H A Dapi.cpp251 case 3: tex->texfunc = (color(*)(void *, void *, void *))(marble_texture); break; in apitextotex()
H A Dtexture.cpp336 color marble_texture(vector *hit, texture *tex, ray *ry) { in marble_texture() function