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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddirectx.c175 static HRESULT WINAPI IWineD3DImpl_CheckDeviceFormat(IWineD3D *iface, UINT Adapter, WINED3DDEVTYPE DeviceType, WINED3DFORMAT AdapterFormat, DWORD Usage, WINED3DRESOURCETYPE RType, WINED3DFORMAT CheckFormat, WINED3DSURFTYPE SurfaceType);
3887 WINED3DSURFTYPE SurfaceType)
3889 if(SurfaceType == SURFACE_GDI) {
3968 WINED3DSURFTYPE SurfaceType)
3992 if(SurfaceType != SURFACE_OPENGL) {
4120 if (CheckSurfaceCapability(adapter, adapter_format_desc, DeviceType, format_desc, SurfaceType))
4170 if(SurfaceType != SURFACE_OPENGL) {
4308 if(SurfaceType != SURFACE_OPENGL) {
3884 CheckSurfaceCapability(struct wined3d_adapter *adapter, const struct wined3d_format_desc *adapter_format_desc, WINED3DDEVTYPE DeviceType, const struct wined3d_format_desc *check_format_desc, WINED3DSURFTYPE SurfaceType) argument
3966 IWineD3DImpl_CheckDeviceFormat(IWineD3D *iface, UINT Adapter, WINED3DDEVTYPE DeviceType, WINED3DFORMAT AdapterFormat, DWORD Usage, WINED3DRESOURCETYPE RType, WINED3DFORMAT CheckFormat, WINED3DSURFTYPE SurfaceType) argument

Completed in 2817 milliseconds