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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddevice.c879 static HRESULT d3d8_device_create_surface(struct d3d8_device *device, UINT width, UINT height, function
924 return d3d8_device_create_surface(device, width, height, format, flags, surface,
938 return d3d8_device_create_surface(device, width, height, format, WINED3D_SURFACE_MAPPABLE,
951 return d3d8_device_create_surface(device, width, height, format, WINED3D_SURFACE_MAPPABLE,
2919 if (FAILED(hr = d3d8_device_create_surface(device, desc->width, desc->height,

Completed in 65 milliseconds