Searched refs:texturefunc (Results 1 – 3 of 3) sorted by relevance
105 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()
70 int texturefunc; /* which texture function to use */ member
244 switch (apitex->texturefunc) { in apitextotex()