Lines Matching defs:iface
38 static HRESULT STDMETHODCALLTYPE rendertarget_view_QueryInterface(IWineD3DRendertargetView *iface,
41 TRACE("iface %p, riid %s, object %p\n", iface, debugstr_guid(riid), object);
47 IUnknown_AddRef(iface);
48 *object = iface;
58 static ULONG STDMETHODCALLTYPE rendertarget_view_AddRef(IWineD3DRendertargetView *iface)
60 struct wined3d_rendertarget_view *This = (struct wined3d_rendertarget_view *)iface;
68 static ULONG STDMETHODCALLTYPE rendertarget_view_Release(IWineD3DRendertargetView *iface)
70 struct wined3d_rendertarget_view *This = (struct wined3d_rendertarget_view *)iface;
86 static HRESULT STDMETHODCALLTYPE rendertarget_view_GetParent(IWineD3DRendertargetView *iface, IUnknown **parent)
88 struct wined3d_rendertarget_view *This = (struct wined3d_rendertarget_view *)iface;
98 static HRESULT STDMETHODCALLTYPE rendertarget_view_GetResource(IWineD3DRendertargetView *iface,
101 struct wined3d_rendertarget_view *This = (struct wined3d_rendertarget_view *)iface;