Home
last modified time | relevance | path

Searched refs:apitex (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dapi.cpp244 switch (apitex->texturefunc) { in apitextotex()
277 tex->ctr = apitex->ctr; in apitextotex()
278 tex->rot = apitex->rot; in apitextotex()
279 tex->scale = apitex->scale; in apitextotex()
280 tex->uaxs = apitex->uaxs; in apitextotex()
281 tex->vaxs = apitex->vaxs; in apitextotex()
282 tex->ambient = apitex->ambient; in apitextotex()
283 tex->diffuse = apitex->diffuse; in apitextotex()
285 tex->opacity = apitex->opacity; in apitextotex()
286 tex->col = apitex->col; in apitextotex()
[all …]
H A Dparse.cpp93 apitexture apitex; in reset_tex_table() local
98 apitex.col.r = 1.0; in reset_tex_table()
99 apitex.col.g = 1.0; in reset_tex_table()
100 apitex.col.b = 1.0; in reset_tex_table()
101 apitex.ambient = 0.1; in reset_tex_table()
102 apitex.diffuse = 0.9; in reset_tex_table()
103 apitex.specular = 0.0; in reset_tex_table()
104 apitex.opacity = 1.0; in reset_tex_table()
105 apitex.texturefunc = 0; in reset_tex_table()
107 defaulttex.tex = rt_texture(&apitex); in reset_tex_table()