Lines Matching defs:texture
402 HRESULT cubetexture_init(IDirect3DCubeTexture9Impl *texture, IDirect3DDevice9Impl *device,
412 texture->lpVtbl = &Direct3DCubeTexture9_Vtbl;
413 texture->ref = 1;
418 wined3dformat_from_d3dformat(format), pool, &texture->wineD3DCubeTexture,
419 (IUnknown *)texture, &d3d9_cubetexture_wined3d_parent_ops,
423 wined3dformat_from_d3dformat(format), pool, &texture->wineD3DCubeTexture,
424 (IUnknown *)texture, &d3d9_cubetexture_wined3d_parent_ops);
429 WARN("Failed to create wined3d cube texture, hr %#x.\n", hr);
433 texture->parentDevice = (IDirect3DDevice9Ex *)device;
434 IDirect3DDevice9Ex_AddRef(texture->parentDevice);