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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dglsl_shader.c141 GLint tex_factor_location; member in struct:glsl_ps_program
902 if (prog->ps.tex_factor_location != -1)
905 GL_EXTCALL(glUniform4fvARB(prog->ps.tex_factor_location, 1, col));
5804 ps->tex_factor_location = GL_EXTCALL(glGetUniformLocationARB(program_id, "tex_factor"));

Completed in 208 milliseconds