Searched refs:set_surface_desc (Results 1 - 4 of 4) 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;
H A Dwined3d_private.h2170 HRESULT basetexture_bind(IWineD3DBaseTexture *iface, BOOL srgb, BOOL *set_surface_desc) DECLSPEC_HIDDEN;
/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
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2205 HRESULT basetexture_bind(IWineD3DBaseTexture *iface, BOOL srgb, BOOL *set_surface_desc) DECLSPEC_HIDDEN;

Completed in 134 milliseconds