Searched defs:tex_map (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dglsl_shader.c5368 BYTE lum_map = 0, bump_map = 0, tex_map = 0; local
5388 tex_map |= 1 << stage;
5406 tex_map |= 1 << stage;
5425 tex_map |= 1 << stage;
5446 if (!(tex_map & (1 << stage)))
5508 if (!(tex_map & (1 << stage)))

Completed in 56 milliseconds