Searched refs:standard_texture (Results 1 – 3 of 3) sorted by relevance
54 color standard_texture(vector *, texture *, ray *);
245 case 0: tex->texfunc = (color(*)(void *, void *, void *))(standard_texture); break; in apitextotex()274 default: tex->texfunc = (color(*)(void *, void *, void *))(standard_texture); break; in apitextotex()
60 color standard_texture(vector *hit, texture *tex, ray *ry) { in standard_texture() function