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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c1808 d3dfmt_get_conv(surface, TRUE, TRUE, &desc, &convert);
1828 d3dfmt_get_conv(This, TRUE, TRUE, &desc, &convert);
2442 HRESULT d3dfmt_get_conv(IWineD3DSurfaceImpl *This, BOOL need_alpha_ck, BOOL use_texturing, struct wined3d_format_desc *desc, CONVERT_TYPES *convert) function
4265 d3dfmt_get_conv(Src, TRUE /* We need color keying */, TRUE /* We will use textures */,
5102 d3dfmt_get_conv(This, FALSE /* We need color keying */, FALSE /* We won't use textures */, &desc, &convert);
5159 d3dfmt_get_conv(This, TRUE /* We need color keying */, TRUE /* We will use textures */,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c651 static HRESULT d3dfmt_get_conv(const struct wined3d_surface *surface, BOOL need_alpha_ck, BOOL use_texturing,
664 d3dfmt_get_conv(surface, TRUE, TRUE, &format, &convert);
2669 static HRESULT d3dfmt_get_conv(const struct wined3d_surface *surface, BOOL need_alpha_ck, BOOL use_texturing, function
2901 d3dfmt_get_conv(dst_surface, FALSE, TRUE, &format, &convert);
4733 d3dfmt_get_conv(surface, TRUE, TRUE, &format, &convert);
6333 d3dfmt_get_conv(surface, FALSE, FALSE, &format, &convert);
6449 d3dfmt_get_conv(surface, TRUE /* We need color keying */,

Completed in 1514 milliseconds