Searched refs:texture_init (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Dd3d8_private.h264 HRESULT texture_init(struct d3d8_texture *texture, struct d3d8_device *device,
H A Dtexture.c1194 HRESULT texture_init(struct d3d8_texture *texture, struct d3d8_device *device, function
H A Ddevice.c752 hr = texture_init(object, device, width, height, levels, usage, format, pool);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dtexture.c358 HRESULT texture_init(IDirect3DTexture8Impl *texture, IDirect3DDevice8Impl *device, function
H A Dd3d8_private.h407 HRESULT texture_init(IDirect3DTexture8Impl *texture, IDirect3DDevice8Impl *device,
H A Ddevice.c672 hr = texture_init(object, This, width, height, levels, usage, format, pool);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dd3d9_private.h277 HRESULT texture_init(struct d3d9_texture *texture, struct d3d9_device *device,
H A Dtexture.c1318 HRESULT texture_init(struct d3d9_texture *texture, struct d3d9_device *device, function
H A Ddevice.c861 hr = texture_init(object, device, width, height, levels, usage, format, pool, shared_handle, pavClientMem);
979 hr = texture_init(object, device, width, height, levels, usage, format, pool);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dtexture.c399 HRESULT texture_init(IDirect3DTexture9Impl *texture, IDirect3DDevice9Impl *device, function
H A Dd3d9_private.h451 HRESULT texture_init(IDirect3DTexture9Impl *texture, IDirect3DDevice9Impl *device,
H A Ddevice.c843 hr = texture_init(object, This, width, height, levels, usage, format, pool
1033 hr = texture_init(object, This, width, height, levels, usage, format, pool);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dtexture.c1092 static HRESULT texture_init(struct wined3d_texture *texture, const struct wined3d_resource_desc *desc, function
1641 if (FAILED(hr = texture_init(object, desc, level_count, surface_flags, device, parent, parent_ops
1644 if (FAILED(hr = texture_init(object, desc, level_count, surface_flags, device, parent, parent_ops)))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dtexture.c510 HRESULT texture_init(IWineD3DTextureImpl *texture, UINT width, UINT height, UINT levels, function
H A Dwined3d_private.h2220 HRESULT texture_init(IWineD3DTextureImpl *texture, UINT width, UINT height, UINT levels,
H A Ddevice.c909 hr = texture_init(object, Width, Height, Levels, This, Usage, Format, Pool, parent, parent_ops
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2255 HRESULT texture_init(IWineD3DTextureImpl *texture, UINT width, UINT height, UINT levels,

Completed in 168 milliseconds