Searched refs:checker_texture (Results 1 – 3 of 3) sorted by relevance
58 color checker_texture(vector *, texture *, ray *);
247 case 1: tex->texfunc = (color(*)(void *, void *, void *))(checker_texture); break; in apitextotex()
163 color checker_texture(vector *hit, texture *tex, ray *ry) { in checker_texture() function