Searched refs:wined3d_format (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dvolume.c97 const struct wined3d_format *format = volume->resource.format;
303 const struct wined3d_format *format = wined3d_get_format(gl_info, format_id);
H A Dutils.c998 struct wined3d_format *format = &gl_info->formats[i];
1040 struct wined3d_format *format;
1061 static void check_fbo_compat(const struct wined3d_gl_info *gl_info, struct wined3d_format *format)
1269 static void query_format_flag(struct wined3d_gl_info *gl_info, struct wined3d_format *format,
1298 struct wined3d_format *format = &gl_info->formats[i];
1378 struct wined3d_format *format = &gl_info->formats[i];
1426 struct wined3d_format *format;
1628 struct wined3d_format *format;
1880 struct wined3d_format *format = &gl_info->formats[i];
1897 struct wined3d_format *forma
[all...]
H A Dwined3d_private.h963 const struct wined3d_format *format;
1318 const RECT *src_rect, DWORD src_usage, enum wined3d_pool src_pool, const struct wined3d_format *src_format,
1319 const RECT *dst_rect, DWORD dst_usage, enum wined3d_pool dst_pool, const struct wined3d_format *dst_format);
1331 const RECT *src_rect, DWORD src_usage, enum wined3d_pool src_pool, const struct wined3d_format *src_format,
1332 const RECT *dst_rect, DWORD dst_usage, enum wined3d_pool dst_pool, const struct wined3d_format *dst_format)
1357 const struct wined3d_format *ds_format
1389 const struct wined3d_format *ds_format);
1668 struct wined3d_format *formats;
2062 const struct wined3d_format *format;
2091 enum wined3d_resource_type type, const struct wined3d_format *forma
3115 struct wined3d_format struct
[all...]
H A Dsurface.c461 static void get_color_masks(const struct wined3d_format *format, DWORD *masks)
470 const struct wined3d_format *format = surface->resource.format;
652 struct wined3d_format *format, enum wined3d_conversion_type *conversion_type);
661 struct wined3d_format format;
1420 const RECT *src_rect, DWORD src_usage, enum wined3d_pool src_pool, const struct wined3d_format *src_format,
1421 const RECT *dst_rect, DWORD dst_usage, enum wined3d_pool dst_pool, const struct wined3d_format *dst_format)
1474 const struct wined3d_format *format = surface->resource.format;
1527 const struct wined3d_format *format = surface->resource.format;
2396 const struct wined3d_format *format = surface->resource.format;
2554 const struct wined3d_format *forma
[all...]
H A Dcontext.c964 const struct wined3d_format *ds_format)
1435 const struct wined3d_format *color_format, const struct wined3d_format *ds_format,
1619 struct wined3d_surface *target, const struct wined3d_format *ds_format
1627 const struct wined3d_format *color_format;
2466 static BOOL match_depth_stencil_format(const struct wined3d_format *existing,
2467 const struct wined3d_format *required)
2830 const struct wined3d_format *old = context->current_rt->resource.format;
2831 const struct wined3d_format *new = target->resource.format;
H A Dresource.c90 enum wined3d_resource_type type, const struct wined3d_format *format,
H A Ddirectx.c3292 const struct wined3d_format *format;
3354 const struct wined3d_format *format;
3528 const struct wined3d_format *format;
3718 const struct wined3d_pixel_format *cfg, const struct wined3d_format *format)
3752 const struct wined3d_pixel_format *cfg, const struct wined3d_format *format)
3787 const struct wined3d_format *rt_format;
3788 const struct wined3d_format *ds_format;
3876 const struct wined3d_format *display_format, const struct wined3d_format *ds_format)
3917 const struct wined3d_format *adapter_forma
[all...]
H A Dvertexdeclaration.c284 const struct wined3d_format *format;
H A Dbuffer.c1370 const struct wined3d_format *format = wined3d_get_format(gl_info, format_id);
H A Dtexture.c51 const struct wined3d_format *format = wined3d_get_format(&device->adapter->gl_info, desc->format);
H A Darb_program_shader.c7398 const RECT *src_rect, DWORD src_usage, enum wined3d_pool src_pool, const struct wined3d_format *src_format,
7399 const RECT *dst_rect, DWORD dst_usage, enum wined3d_pool dst_pool, const struct wined3d_format *dst_format)
H A Dstate.c353 static GLenum gl_blend_factor(enum wined3d_blend factor, const struct wined3d_format *dst_format)
1820 const struct wined3d_format *fmt = depth->resource.format;
H A Ddevice.c4695 const struct wined3d_format *format = wined3d_get_format(gl_info, WINED3DFMT_B8G8R8A8_UNORM);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddevice.c2501 enum wined3d_format_id wined3d_format; local
2513 if ((wined3d_buffer = wined3d_device_get_index_buffer(device->wined3d_device, &wined3d_format)))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddevice.c2950 enum wined3d_format_id wined3d_format; local
2960 if ((wined3d_buffer = wined3d_device_get_index_buffer(device->wined3d_device, &wined3d_format)))

Completed in 1184 milliseconds