Searched defs:dst_format (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Ddirectx.c318 D3DDEVTYPE device_type, D3DFORMAT src_format, D3DFORMAT dst_format)
323 TRACE("iface %p, adapter %u, device_type %#x, src_format %#x, dst_format %#x.\n",
324 iface, adapter, device_type, src_format, dst_format);
328 wined3dformat_from_d3dformat(src_format), wined3dformat_from_d3dformat(dst_format));
317 d3d9_CheckDeviceFormatConversion(IDirect3D9Ex *iface, UINT adapter, D3DDEVTYPE device_type, D3DFORMAT src_format, D3DFORMAT dst_format) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddevice.c961 enum wined3d_format_id src_format, dst_format; local
994 dst_format = wined3d_desc.format;
997 if (src_format != dst_format && WINED3DFMT_UNKNOWN != dst_format)
1004 else if (WINED3DFMT_UNKNOWN == dst_format)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dutils.c3716 const RECT *dst_rect, DWORD dst_usage, enum wined3d_pool dst_pool, const struct wined3d_format *dst_format)
3730 dst_rect, dst_usage, dst_pool, dst_format))
3714 wined3d_select_blitter(const struct wined3d_gl_info *gl_info, enum wined3d_blit_op blit_op, const RECT *src_rect, DWORD src_usage, enum wined3d_pool src_pool, const struct wined3d_format *src_format, const RECT *dst_rect, DWORD dst_usage, enum wined3d_pool dst_pool, const struct wined3d_format *dst_format) argument
H A Ddirectx.c4221 enum wined3d_device_type device_type, enum wined3d_format_id src_format, enum wined3d_format_id dst_format)
4223 FIXME("wined3d %p, adapter_idx %u, device_type %s, src_format %s, dst_format %s stub!\n",
4225 debug_d3dformat(dst_format));
4220 wined3d_check_device_format_conversion(const struct wined3d *wined3d, UINT adapter_idx, enum wined3d_device_type device_type, enum wined3d_format_id src_format, enum wined3d_format_id dst_format) argument
H A Dstate.c353 static GLenum gl_blend_factor(enum wined3d_blend factor, const struct wined3d_format *dst_format) argument
380 return dst_format->alpha_size ? GL_DST_ALPHA : GL_ONE;
382 return dst_format->alpha_size ? GL_ONE_MINUS_DST_ALPHA : GL_ZERO;
H A Dsurface.c1421 const RECT *dst_rect, DWORD dst_usage, enum wined3d_pool dst_pool, const struct wined3d_format *dst_format)
1435 if (!((dst_format->flags & WINED3DFMT_FLAG_FBO_ATTACHABLE) || (dst_usage & WINED3DUSAGE_RENDERTARGET)))
1442 if (!(dst_format->flags & (WINED3DFMT_FLAG_DEPTH | WINED3DFMT_FLAG_STENCIL)))
1450 if (!(src_format->id == dst_format->id
1452 && is_identity_fixup(dst_format->color_fixup))))
2822 const struct wined3d_format *dst_format; local
2839 dst_format = dst_surface->resource.format;
2841 if (src_format->id != dst_format->id)
2894 if ((dst_format->flags & WINED3DFMT_FLAG_BLOCKS) && !surface_check_block_align(dst_surface, &dst_rect))
6796 const RECT *dst_rect, DWORD dst_usage, enum wined3d_pool dst_pool, const struct wined3d_format *dst_format)
1419 fbo_blit_supported(const struct wined3d_gl_info *gl_info, enum wined3d_blit_op blit_op, const RECT *src_rect, DWORD src_usage, enum wined3d_pool src_pool, const struct wined3d_format *src_format, const RECT *dst_rect, DWORD dst_usage, enum wined3d_pool dst_pool, const struct wined3d_format *dst_format) argument
6794 ffp_blit_supported(const struct wined3d_gl_info *gl_info, enum wined3d_blit_op blit_op, const RECT *src_rect, DWORD src_usage, enum wined3d_pool src_pool, const struct wined3d_format *src_format, const RECT *dst_rect, DWORD dst_usage, enum wined3d_pool dst_pool, const struct wined3d_format *dst_format) argument
6919 cpu_blit_supported(const struct wined3d_gl_info *gl_info, enum wined3d_blit_op blit_op, const RECT *src_rect, DWORD src_usage, enum wined3d_pool src_pool, const struct wined3d_format *src_format, const RECT *dst_rect, DWORD dst_usage, enum wined3d_pool dst_pool, const struct wined3d_format *dst_format) argument
7038 const struct wined3d_format *src_format, *dst_format; local
[all...]
H A Darb_program_shader.c7399 const RECT *dst_rect, DWORD dst_usage, enum wined3d_pool dst_pool, const struct wined3d_format *dst_format)
7422 if (!is_identity_fixup(dst_format->color_fixup))
7397 arbfp_blit_supported(const struct wined3d_gl_info *gl_info, enum wined3d_blit_op blit_op, const RECT *src_rect, DWORD src_usage, enum wined3d_pool src_pool, const struct wined3d_format *src_format, const RECT *dst_rect, DWORD dst_usage, enum wined3d_pool dst_pool, const struct wined3d_format *dst_format) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddirectx.c4471 WINED3DDEVTYPE device_type, WINED3DFORMAT src_format, WINED3DFORMAT dst_format)
4473 FIXME("iface %p, adapter_idx %u, device_type %s, src_format %s, dst_format %s stub!\n",
4475 debug_d3dformat(dst_format));
4470 IWineD3DImpl_CheckDeviceFormatConversion(IWineD3D *iface, UINT adapter_idx, WINED3DDEVTYPE device_type, WINED3DFORMAT src_format, WINED3DFORMAT dst_format) argument
H A Ddevice.c5496 const struct wined3d_format_desc *dst_format; local
5518 dst_format = dst_impl->resource.format_desc;
5520 if (src_format->format != dst_format->format)
5558 if (dst_format->Flags & WINED3DFMT_FLAG_COMPRESSED)
5572 dst_x, dst_y, update_w, update_h, dst_format->glFormat, row_count * row_length, data);
5577 dst_x, dst_y, update_w, update_h, dst_format->glInternal, row_count * row_length, data));
5588 dst_x, y, update_w, src_format->block_height, dst_format->glInternal, row_length, data));
5605 update_w, update_h, dst_format->glFormat, dst_format->glType, data);
5609 update_w, update_h, dst_format
[all...]

Completed in 483 milliseconds