Home
last modified time | relevance | path

Searched refs:image_plane_texture (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtexture.hpp57 color image_plane_texture(vector *, texture *, ray *);
H A Dapi.cpp270 tex->texfunc = (color(*)(void *, void *, void *))(image_plane_texture); in apitextotex()
H A Dtexture.cpp117 color image_plane_texture(vector *hit, texture *tex, ray *ry) { in image_plane_texture() function