Searched refs:WINED3DBLEND_BOTHINVSRCALPHA (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dstate.c304 /* WINED3DBLEND_BOTHSRCALPHA and WINED3DBLEND_BOTHINVSRCALPHA are legacy source blending
312 case WINED3DBLEND_BOTHINVSRCALPHA : dstBlend = GL_ONE_MINUS_SRC_ALPHA;
314 FIXME("WINED3DRS_DESTBLEND = WINED3DBLEND_BOTHINVSRCALPHA, what to do?\n");
345 case WINED3DBLEND_BOTHINVSRCALPHA : srcBlend = GL_ONE_MINUS_SRC_ALPHA;
401 /* WINED3DBLEND_BOTHSRCALPHA and WINED3DBLEND_BOTHINVSRCALPHA are legacy source blending
409 case WINED3DBLEND_BOTHINVSRCALPHA :
412 FIXME("WINED3DRS_DESTBLENDALPHA = WINED3DBLEND_BOTHINVSRCALPHA, what to do?\n");
436 case WINED3DBLEND_BOTHINVSRCALPHA :
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwined3d.idl436 WINED3DBLEND_BOTHINVSRCALPHA = 13,
H A Dwined3d.h511 WINED3DBLEND_BOTHINVSRCALPHA = 13, enumerator in enum:_WINED3DBLEND
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dwined3d.h513 WINED3DBLEND_BOTHINVSRCALPHA = 13, enumerator in enum:_WINED3DBLEND
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwined3d.h514 WINED3DBLEND_BOTHINVSRCALPHA = 13, enumerator in enum:_WINED3DBLEND
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dwined3d.h513 WINED3DBLEND_BOTHINVSRCALPHA = 13, enumerator in enum:_WINED3DBLEND
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dwined3d.h513 WINED3DBLEND_BOTHINVSRCALPHA = 13, enumerator in enum:_WINED3DBLEND

Completed in 344 milliseconds