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

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dglsl_shader.c129 GLint luminanceoffset_location[MAX_TEXTURES]; member in struct:glsl_shader_prog_link
926 GL_EXTCALL(glUniform1fvARB(prog->luminanceoffset_location[i], 1, offset));
4766 entry->luminanceoffset_location[i] = GL_EXTCALL(glGetUniformLocationARB(programId, name));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dglsl_shader.c120 GLint luminanceoffset_location[MAX_TEXTURES]; member in struct:glsl_shader_prog_link
909 GL_EXTCALL(glUniform1fvARB(prog->luminanceoffset_location[i], 1, offset));
4635 entry->luminanceoffset_location[i] = GL_EXTCALL(glGetUniformLocationARB(programId, name));

Completed in 76 milliseconds