Home
last modified time | relevance | path

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

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