Searched defs:destroy_dummy_textures (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddevice.c973 static void destroy_dummy_textures(struct wined3d_device *device, const struct wined3d_gl_info *gl_info) function
1383 destroy_dummy_textures(device, gl_info);
4907 destroy_dummy_textures(device, gl_info);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c1572 static void destroy_dummy_textures(IWineD3DDeviceImpl *device, const struct wined3d_gl_info *gl_info) function
6634 destroy_dummy_textures(This, gl_info);
6719 destroy_dummy_textures(This, context->gl_info);

Completed in 66 milliseconds