Searched refs:image_sphere_texture (Results 1 – 3 of 3) sorted by relevance
56 color image_sphere_texture(vector *, texture *, ray *);
260 tex->texfunc = (color(*)(void *, void *, void *))(image_sphere_texture); in apitextotex()
91 color image_sphere_texture(vector *hit, texture *tex, ray *ry) { in image_sphere_texture() function