Searched refs:WINEDDBLTFAST_NOCOLORKEY (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/ |
H A D | device.c | 918 IWineD3DSurface_BltFast(Dest->wineD3DSurface, 0, 0, Source->wineD3DSurface, NULL, WINEDDBLTFAST_NOCOLORKEY); 924 IWineD3DSurface_BltFast(Dest->wineD3DSurface, pDestPoints[i].x, pDestPoints[i].y, Source->wineD3DSurface, &pSourceRects[i], WINEDDBLTFAST_NOCOLORKEY); 928 IWineD3DSurface_BltFast(Dest->wineD3DSurface, 0, 0, Source->wineD3DSurface, &pSourceRects[i], WINEDDBLTFAST_NOCOLORKEY);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | wined3d.idl | 1316 const UINT WINEDDBLTFAST_NOCOLORKEY = 0x00000000;
|
H A D | wined3d.h | 1688 #define WINEDDBLTFAST_NOCOLORKEY (0x0) macro
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/ |
H A D | device.c | 1328 hr = IWineD3DSurface_BltFast(destSurface->wineD3DSurface, 0, 0, renderTarget->wineD3DSurface, NULL, WINEDDBLTFAST_NOCOLORKEY);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/ |
H A D | wined3d.h | 1690 #define WINEDDBLTFAST_NOCOLORKEY (0x0) macro
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | wined3d.h | 1691 #define WINEDDBLTFAST_NOCOLORKEY (0x0) macro
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/ |
H A D | wined3d.h | 1690 #define WINEDDBLTFAST_NOCOLORKEY (0x0) macro
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/ |
H A D | wined3d.h | 1690 #define WINEDDBLTFAST_NOCOLORKEY (0x0) macro
|
Completed in 198 milliseconds