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