Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dparse.cpp105 apitex.texturefunc = 0; in reset_tex_table()
472 fscanf(dfile, "%d", &tex.texturefunc); in GetTexBody()
473 if (tex.texturefunc >= 7) { /* if its an image map, we need a filename */ in GetTexBody()
476 if (tex.texturefunc != 0) { in GetTexBody()
484 if (tex.texturefunc == 9) { in GetTexBody()
H A Dapi.hpp70 int texturefunc; /* which texture function to use */ member
H A Dapi.cpp244 switch (apitex->texturefunc) { in apitextotex()