Home
last modified time | relevance | path

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

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