Searched refs:grit_texture (Results 1 – 3 of 3) sorted by relevance
60 color grit_texture(vector *, texture *, ray *);
249 case 2: tex->texfunc = (color(*)(void *, void *, void *))(grit_texture); break; in apitextotex()
148 color grit_texture(vector *hit, texture *tex, ray *ry) { in grit_texture() function