Lines Matching defs:texture
399 HRESULT texture_init(IDirect3DTexture9Impl *texture, IDirect3DDevice9Impl *device,
409 texture->lpVtbl = &Direct3DTexture9_Vtbl;
410 texture->ref = 1;
416 &texture->wineD3DTexture, (IUnknown *)texture, &d3d9_texture_wined3d_parent_ops
422 &texture->wineD3DTexture, (IUnknown *)texture, &d3d9_texture_wined3d_parent_ops);
428 WARN("Failed to create wined3d texture, hr %#x.\n", hr);
432 texture->parentDevice = (IDirect3DDevice9Ex *)device;
433 IDirect3DDevice9Ex_AddRef(texture->parentDevice);