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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dstate.c280 case WINED3DBLEND_SRCCOLOR : dstBlend = GL_SRC_COLOR; break;
326 case WINED3DBLEND_SRCCOLOR : srcBlend = GL_SRC_COLOR; break;
389 case WINED3DBLEND_SRCCOLOR : dstBlendAlpha = GL_SRC_COLOR; break;
423 case WINED3DBLEND_SRCCOLOR : srcBlendAlpha = GL_SRC_COLOR; break;
1953 else *operand = GL_SRC_COLOR;
2057 opr = GL_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;
2383 case GL_SRC_COLOR: opr = GL_SRC_ALPHA; break;
2405 case GL_SRC_COLOR
[all...]
H A Dwined3d_gl.h146 #define GL_SRC_COLOR 0x0300 macro
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_buffer.c206 case GL_SRC_COLOR:
325 case GL_SRC_COLOR:
353 case GL_SRC_COLOR:
H A Dstate_texture.c154 t->unit[i].combineOperandRGB[0] = GL_SRC_COLOR;
155 t->unit[i].combineOperandRGB[1] = GL_SRC_COLOR;
1654 (e == GL_SRC_COLOR ||
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dstate.c362 return GL_SRC_COLOR;
2073 else *operand = GL_SRC_COLOR;
2179 opr = GL_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;
2510 case GL_SRC_COLOR: opr = GL_SRC_ALPHA; break;
2532 case GL_SRC_COLOR: opr = GL_SRC_ALPHA; break;
2562 case GL_SRC_COLOR: opr = GL_ONE_MINUS_SRC_ALPHA; break;
2578 case GL_SRC_COLOR: opr = GL_ONE_MINUS_SRC_COLOR; break;
2579 case GL_ONE_MINUS_SRC_COLOR: opr = GL_SRC_COLOR; brea
[all...]
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dgl.h375 #define GL_SRC_COLOR 0x0300 macro
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dgl.h373 #define GL_SRC_COLOR 0x0300 macro
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp4836 return GL_SRC_COLOR;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwgl.h3683 #define GL_SRC_COLOR 0x0300 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_gl.h146 #define GL_SRC_COLOR 0x0300 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwgl.h3972 #define GL_SRC_COLOR 0x0300 macro

Completed in 278 milliseconds