Searched defs:device_stream_info_from_declaration (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | device.c | 176 static void device_stream_info_from_declaration(struct wined3d_device *device, struct wined3d_stream_info *stream_info) function 332 device_stream_info_from_declaration(device, stream_info); 3606 device_stream_info_from_declaration(device, &stream_info);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | device.c | 192 void device_stream_info_from_declaration(IWineD3DDeviceImpl *This, function 444 device_stream_info_from_declaration(device, vs, stream_info, &fixup); 4039 device_stream_info_from_declaration(This, FALSE, &stream_info, &vbo);
|
Completed in 724 milliseconds