Searched refs:resource_type (Results 1 - 25 of 48) sorted by relevance

12

/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A DXRes.h17 Atom resource_type; member in struct:__anon2596
H A DXResproto.h26 CARD32 resource_type; member in struct:__anon2598
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddirectx.c243 D3DFORMAT adapter_format, DWORD usage, D3DRESOURCETYPE resource_type, D3DFORMAT format)
249 TRACE("iface %p, adapter %u, device_type %#x, adapter_format %#x, usage %#x, resource_type %#x, format %#x.\n",
250 iface, adapter, device_type, adapter_format, usage, resource_type, format);
252 switch (resource_type)
260 wined3d_rtype = resource_type;
242 d3d8_CheckDeviceFormat(IDirect3D8 *iface, UINT adapter, D3DDEVTYPE device_type, D3DFORMAT adapter_format, DWORD usage, D3DRESOURCETYPE resource_type, D3DFORMAT format) argument
H A Dtexture.c278 desc->Type = wined3d_desc.resource_type;
654 desc->Type = wined3d_desc.resource_type;
1039 desc->Type = wined3d_desc.resource_type;
1204 desc.resource_type = WINED3D_RTYPE_TEXTURE;
1244 desc.resource_type = WINED3D_RTYPE_CUBE_TEXTURE;
1283 desc.resource_type = WINED3D_RTYPE_VOLUME_TEXTURE;
H A Dvolume.c222 desc->Type = wined3d_desc.resource_type;
H A Dsurface.c241 desc->Type = wined3d_desc.resource_type;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddirectx.c253 D3DFORMAT adapter_format, DWORD usage, D3DRESOURCETYPE resource_type, D3DFORMAT format)
259 TRACE("iface %p, adapter %u, device_type %#x, adapter_format %#x, usage %#x, resource_type %#x, format %#x.\n",
260 iface, adapter, device_type, adapter_format, usage, resource_type, format);
262 switch (resource_type)
270 wined3d_rtype = resource_type;
252 d3d9_CheckDeviceFormat(IDirect3D9Ex *iface, UINT adapter, D3DDEVTYPE device_type, D3DFORMAT adapter_format, DWORD usage, D3DRESOURCETYPE resource_type, D3DFORMAT format) argument
H A Dtexture.c320 desc->Type = wined3d_desc.resource_type;
742 desc->Type = wined3d_desc.resource_type;
1171 desc->Type = wined3d_desc.resource_type;
1333 desc.resource_type = WINED3D_RTYPE_TEXTURE;
1383 desc.resource_type = WINED3D_RTYPE_CUBE_TEXTURE;
1432 desc.resource_type = WINED3D_RTYPE_VOLUME_TEXTURE;
H A Dvolume.c214 desc->Type = wined3d_desc.resource_type;
H A Dsurface.c280 desc->Type = wined3d_desc.resource_type;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dresource.c39 HRESULT resource_init(IWineD3DResource *iface, WINED3DRESOURCETYPE resource_type, argument
52 resource->resourceType = resource_type;
H A Dbasetexture.c41 HRESULT basetexture_init(IWineD3DBaseTextureImpl *texture, UINT levels, WINED3DRESOURCETYPE resource_type, argument
58 hr = resource_init((IWineD3DResource *)texture, resource_type, device,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dresource.c367 desc->resource_type = resource->type;
H A Dtexture.c54 TRACE("texture %p, texture_ops %p, layer_count %u, level_count %u, resource_type %s, format %s, "
57 texture, texture_ops, layer_count, level_count, debug_d3dresourcetype(desc->resource_type),
63 if (FAILED(hr = resource_init(&texture->resource, device, desc->resource_type, format,
68 if (FAILED(hr = resource_init(&texture->resource, device, desc->resource_type, format,
934 surface_desc.resource_type = WINED3D_RTYPE_SURFACE;
1238 surface_desc.resource_type = WINED3D_RTYPE_SURFACE;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dcubetexture.c253 pDesc->Type = wined3ddesc.resource_type;
H A Dsurface.c213 pDesc->Type = wined3ddesc.resource_type;
H A Dtexture.c251 pDesc->Type = wined3ddesc.resource_type;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dinputstr.h304 int resource_type; /* listener's resource type */ member in struct:_TouchListener
H A Dinput.h577 extern void TouchAddListener(TouchPointInfoPtr ti, XID resource, int resource_type,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dinputstr.h304 int resource_type; /* listener's resource type */ member in struct:_TouchListener
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dinputstr.h304 int resource_type; /* listener's resource type */ member in struct:_TouchListener
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dinputstr.h304 int resource_type; /* listener's resource type */ member in struct:_TouchListener
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dcubetexture.c292 pDesc->Type = wined3ddesc.resource_type;
H A Dsurface.c269 pDesc->Type = wined3ddesc.resource_type;
H A Dtexture.c289 pDesc->Type = wined3ddesc.resource_type;

Completed in 128 milliseconds

12