Searched refs:hardwareCursor (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddevice.c789 if (device->hardwareCursor)
790 DestroyCursor(device->hardwareCursor);
791 device->hardwareCursor = 0;
4773 if (device->hardwareCursor) DestroyCursor(device->hardwareCursor);
4774 device->hardwareCursor = cursor;
4794 if (device->hardwareCursor)
4808 DestroyCursor( device->hardwareCursor );
4809 device->hardwareCursor = 0;
4832 if (device->hardwareCursor)
[all...]
H A Dswapchain.c609 !swapchain->device->hardwareCursor)
H A Dwined3d_private.h1944 HCURSOR hardwareCursor; member in struct:wined3d_device
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c642 if (This->hardwareCursor) DestroyCursor(This->hardwareCursor);
6433 if (This->hardwareCursor) DestroyCursor(This->hardwareCursor);
6434 This->hardwareCursor = cursor;
6474 SetCursor(This->hardwareCursor);
H A Dwined3d_private.h1934 HCURSOR hardwareCursor; member in struct:IWineD3DDeviceImpl
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h1966 HCURSOR hardwareCursor; member in struct:IWineD3DDeviceImpl

Completed in 333 milliseconds