Searched defs:conversion_type (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dbuffer.c221 const enum wined3d_buffer_conversion_type conversion_type,
296 if (This->conversion_map[idx] != conversion_type)
299 TRACE("It was type %d, is %d now\n", This->conversion_map[idx], conversion_type);
301 This->conversion_map[idx] = conversion_type;
220 buffer_process_converted_attribute(struct wined3d_buffer *This, const enum wined3d_buffer_conversion_type conversion_type, const struct wined3d_stream_info_element *attrib, DWORD *stride_this_run , DWORD *offset_this_run ) argument
H A Dsurface.c652 struct wined3d_format *format, enum wined3d_conversion_type *conversion_type);
2670 struct wined3d_format *format, enum wined3d_conversion_type *conversion_type)
2680 *conversion_type = WINED3D_CT_NONE;
2715 *conversion_type = WINED3D_CT_PALETTED_CK;
2717 *conversion_type = WINED3D_CT_PALETTED;
2735 *conversion_type = WINED3D_CT_CK_565;
2746 *conversion_type = WINED3D_CT_CK_5551;
2757 *conversion_type = WINED3D_CT_CK_RGB24;
2768 *conversion_type = WINED3D_CT_RGB32_888;
2779 *conversion_type
2669 d3dfmt_get_conv(const struct wined3d_surface *surface, BOOL need_alpha_ck, BOOL use_texturing, struct wined3d_format *format, enum wined3d_conversion_type *conversion_type) argument
4926 d3dfmt_convert_surface(const BYTE *src, BYTE *dst, UINT pitch, UINT width, UINT height, UINT outpitch, enum wined3d_conversion_type conversion_type, struct wined3d_surface *surface) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dbuffer.c243 const enum wined3d_buffer_conversion_type conversion_type,
288 if (This->conversion_map[idx] != conversion_type)
291 TRACE("It was type %d, is %d now\n", This->conversion_map[idx], conversion_type);
293 This->conversion_map[idx] = conversion_type;
242 buffer_process_converted_attribute(struct wined3d_buffer *This, const enum wined3d_buffer_conversion_type conversion_type, const struct wined3d_stream_info_element *attrib, DWORD *stride_this_run) argument

Completed in 62 milliseconds