Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtexture.hpp58 color checker_texture(vector *, texture *, ray *);
H A Dapi.cpp247 case 1: tex->texfunc = (color(*)(void *, void *, void *))(checker_texture); break; in apitextotex()
H A Dtexture.cpp163 color checker_texture(vector *hit, texture *tex, ray *ry) { in checker_texture() function