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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dbasetexture.c280 HRESULT basetexture_bind(IWineD3DBaseTexture *iface, BOOL srgb, BOOL *set_surface_desc) argument
300 *set_surface_desc = TRUE;
350 *set_surface_desc = FALSE;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dtexture.c179 struct wined3d_context *context, BOOL srgb, BOOL *set_surface_desc)
187 TRACE("texture %p, context %p, srgb %#x, set_surface_desc %p.\n", texture, context, srgb, set_surface_desc);
215 *set_surface_desc = TRUE;
276 *set_surface_desc = FALSE;
178 wined3d_texture_bind(struct wined3d_texture *texture, struct wined3d_context *context, BOOL srgb, BOOL *set_surface_desc) argument

Completed in 36 milliseconds