Lines Matching defs:texture
435 HRESULT volumetexture_init(IDirect3DVolumeTexture9Impl *texture, IDirect3DDevice9Impl *device,
445 texture->lpVtbl = &Direct3DVolumeTexture9_Vtbl;
446 texture->ref = 1;
452 &texture->wineD3DVolumeTexture, (IUnknown *)texture, &d3d9_volumetexture_wined3d_parent_ops
457 &texture->wineD3DVolumeTexture, (IUnknown *)texture, &d3d9_volumetexture_wined3d_parent_ops);
462 WARN("Failed to create wined3d volume texture, hr %#x.\n", hr);
466 texture->parentDevice = (IDirect3DDevice9Ex *)device;
467 IDirect3DDevice9Ex_AddRef(texture->parentDevice);