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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c395 const struct wined3d_gl_info *gl_info, GLuint target_type, unsigned int max_constants,
404 for(i = 0; i < max_constants; i++) {
421 for(; i < min(8, max_constants); i++) {
459 GL_EXTCALL(glProgramEnvParameters4fvEXT(target_type, i, max_constants, constants + (i * 4)));
461 for(; i < max_constants; i++) {
467 for(i++; (i < max_constants) && dirty_consts[i]; i++) {
474 for(; i < max_constants; i++) {
394 shader_arb_load_constantsF(const struct wined3d_shader *shader, const struct wined3d_gl_info *gl_info, GLuint target_type, unsigned int max_constants, const float *constants, char *dirty_consts) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Darb_program_shader.c323 GLuint target_type, unsigned int max_constants, const float *constants, char *dirty_consts)
331 for(i = 0; i < max_constants; i++) {
348 for(; i < min(8, max_constants); i++) {
386 GL_EXTCALL(glProgramEnvParameters4fvEXT(target_type, i, max_constants, constants + (i * 4)));
388 for(; i < max_constants; i++) {
394 for(i++; (i < max_constants) && dirty_consts[i]; i++) {
401 for(; i < max_constants; i++) {
322 shader_arb_load_constantsF(IWineD3DBaseShaderImpl *This, const struct wined3d_gl_info *gl_info, GLuint target_type, unsigned int max_constants, const float *constants, char *dirty_consts) argument

Completed in 169 milliseconds