Searched refs:query_init (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dquery.c173 HRESULT query_init(struct d3d9_query *query, struct d3d9_device *device, D3DQUERYTYPE type) function
H A Dd3d9_private.h355 HRESULT query_init(struct d3d9_query *query, struct d3d9_device *device, D3DQUERYTYPE type) DECLSPEC_HIDDEN;
H A Ddevice.c3172 hr = query_init(object, device, type);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dquery.c162 HRESULT query_init(IDirect3DQuery9Impl *query, IDirect3DDevice9Impl *device, D3DQUERYTYPE type) function
H A Dd3d9_private.h602 HRESULT query_init(IDirect3DQuery9Impl *query, IDirect3DDevice9Impl *device,
H A Ddevice.c2745 hr = query_init(object, This, type);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dquery.c560 static HRESULT query_init(struct wined3d_query *query, struct wined3d_device *device, enum wined3d_query_type type) function
641 hr = query_init(object, device, type);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dquery.c602 HRESULT query_init(IWineD3DQueryImpl *query, IWineD3DDeviceImpl *device, function
H A Dwined3d_private.h2810 HRESULT query_init(IWineD3DQueryImpl *query, IWineD3DDeviceImpl *device,
H A Ddevice.c1075 hr = query_init(object, This, type, parent);
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2845 HRESULT query_init(IWineD3DQueryImpl *query, IWineD3DDeviceImpl *device,

Completed in 1165 milliseconds