Searched refs:GL_ONE_MINUS_SRC_COLOR (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dstate.c281 case WINED3DBLEND_INVSRCCOLOR : dstBlend = GL_ONE_MINUS_SRC_COLOR; break;
327 case WINED3DBLEND_INVSRCCOLOR : srcBlend = GL_ONE_MINUS_SRC_COLOR; break;
390 case WINED3DBLEND_INVSRCCOLOR : dstBlendAlpha = GL_ONE_MINUS_SRC_COLOR; break;
424 case WINED3DBLEND_INVSRCCOLOR : srcBlendAlpha = GL_ONE_MINUS_SRC_COLOR; break;
1950 else *operand = GL_ONE_MINUS_SRC_COLOR;
2058 invopr = GL_ONE_MINUS_SRC_COLOR;
2266 case GL_SRC_COLOR: opr = GL_ONE_MINUS_SRC_COLOR; break;
2267 case GL_ONE_MINUS_SRC_COLOR: opr = GL_SRC_COLOR; break;
2384 case GL_ONE_MINUS_SRC_COLOR: opr = GL_ONE_MINUS_SRC_ALPHA; break;
2406 case GL_ONE_MINUS_SRC_COLOR
[all...]
H A Dwined3d_gl.h147 #define GL_ONE_MINUS_SRC_COLOR 0x0301 macro
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_buffer.c207 case GL_ONE_MINUS_SRC_COLOR:
328 case GL_ONE_MINUS_SRC_COLOR:
354 case GL_ONE_MINUS_SRC_COLOR:
H A Dstate_texture.c1655 e == GL_ONE_MINUS_SRC_COLOR ||
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dstate.c364 return GL_ONE_MINUS_SRC_COLOR;
2070 else *operand = GL_ONE_MINUS_SRC_COLOR;
2180 invopr = GL_ONE_MINUS_SRC_COLOR;
2393 case GL_SRC_COLOR: opr = GL_ONE_MINUS_SRC_COLOR; break;
2394 case GL_ONE_MINUS_SRC_COLOR: opr = GL_SRC_COLOR; break;
2511 case GL_ONE_MINUS_SRC_COLOR: opr = GL_ONE_MINUS_SRC_ALPHA; break;
2533 case GL_ONE_MINUS_SRC_COLOR: opr = GL_ONE_MINUS_SRC_ALPHA; break;
2563 case GL_ONE_MINUS_SRC_COLOR: opr = GL_SRC_ALPHA; break;
2578 case GL_SRC_COLOR: opr = GL_ONE_MINUS_SRC_COLOR; break;
2579 case GL_ONE_MINUS_SRC_COLOR
[all...]
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dgl.h376 #define GL_ONE_MINUS_SRC_COLOR 0x0301 macro
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dgl.h374 #define GL_ONE_MINUS_SRC_COLOR 0x0301 macro
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp4838 return GL_ONE_MINUS_SRC_COLOR;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwgl.h2600 #define GL_ONE_MINUS_SRC_COLOR 0x0301 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_gl.h147 #define GL_ONE_MINUS_SRC_COLOR 0x0301 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwgl.h2844 #define GL_ONE_MINUS_SRC_COLOR 0x0301 macro

Completed in 291 milliseconds