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