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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddevice.c8 * This library is free software; you can redistribute it and/or
26 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
2167 static HRESULT WINAPI d3d9_device_SetSoftwareVertexProcessing(IDirect3DDevice9Ex *iface, BOOL software) argument
2171 TRACE("iface %p, software %#x.\n", iface, software);
2174 wined3d_device_set_software_vertex_processing(device->wined3d_device, software);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddevice.c12 * This library is free software; you can redistribute it and/or
30 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
4360 void CDECL wined3d_device_set_software_vertex_processing(struct wined3d_device *device, BOOL software) argument
4364 TRACE("device %p, software %#x.\n", device, software);
4368 FIXME("device %p, software %#x stub!\n", device, software);
4372 device->softwareVertexProcessing = software;
4803 /* Switch to the software cursor if position diverges from the hardware one. */

Completed in 57 milliseconds