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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dati_fragment_shader.c393 GLuint dstmod, argmod0, argmod1, argmod2, argmodextra; local
560 dstmod = GL_NONE;
577 if(dstmod == GL_NONE) dstmod = GL_4X_BIT_ATI;
580 if(dstmod == GL_NONE) dstmod = GL_2X_BIT_ATI;
581 dstmod |= GL_SATURATE_BIT_ATI;
584 wrap_op2(gl_info, GL_MUL_ATI, dstreg, GL_NONE, dstmod,
590 dstmod = GL_2X_BIT_ATI;
596 dstmod |
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dati_fragment_shader.c396 GLuint dstmod, argmod0, argmod1, argmod2, argmodextra; local
556 dstmod = GL_NONE;
571 if(dstmod == GL_NONE) dstmod = GL_4X_BIT_ATI;
573 if(dstmod == GL_NONE) dstmod = GL_2X_BIT_ATI;
574 dstmod |= GL_SATURATE_BIT_ATI;
576 wrap_op2(gl_info, GL_MUL_ATI, dstreg, GL_NONE, dstmod,
582 dstmod = GL_2X_BIT_ATI;
586 dstmod |
[all...]

Completed in 46 milliseconds