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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dswapchain.c421 if (This->device->logo_surface)
424 IWineD3DSurface_BltFast(This->backBuffer[0], 0, 0, This->device->logo_surface, NULL, WINEDDBLTFAST_SRCCOLORKEY);
H A Ddevice.c1489 FALSE, 0, &This->logo_surface, 0, WINED3DPOOL_DEFAULT, WINED3DMULTISAMPLE_NONE, 0, SURFACE_OPENGL,
1493 FALSE, 0, &This->logo_surface, 0, WINED3DPOOL_DEFAULT, WINED3DMULTISAMPLE_NONE, 0, SURFACE_OPENGL,
1502 hr = IWineD3DSurface_GetDC(This->logo_surface, &dcs);
1505 IWineD3DSurface_ReleaseDC(This->logo_surface, dcs);
1509 IWineD3DSurface_SetColorKey(This->logo_surface, WINEDDCKEY_SRCBLT, &colorkey);
1512 IWineD3DDevice_ColorFill((IWineD3DDevice *) This, This->logo_surface, NULL, 0xffffffff);
1883 if(This->logo_surface) IWineD3DSurface_Release(This->logo_surface);
H A Dwined3d_private.h1937 IWineD3DSurface *logo_surface; member in struct:IWineD3DDeviceImpl
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dswapchain.c651 if (swapchain->device->logo_surface)
653 struct wined3d_surface *src_surface = swapchain->device->logo_surface;
H A Ddevice.c852 NULL, &wined3d_null_parent_ops, &device->logo_surface);
861 if (FAILED(hr = wined3d_surface_getdc(device->logo_surface, &dcs)))
864 wined3d_surface_releasedc(device->logo_surface, dcs);
868 wined3d_surface_set_color_key(device->logo_surface, WINEDDCKEY_SRCBLT, &color_key);
874 wined3d_device_color_fill(device, device->logo_surface, NULL, &c);
1347 if (device->logo_surface)
1348 wined3d_surface_decref(device->logo_surface);
H A Dwined3d_private.h1947 struct wined3d_surface *logo_surface; member in struct:wined3d_device
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h1969 IWineD3DSurface *logo_surface; member in struct:IWineD3DDeviceImpl

Completed in 131 milliseconds