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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c2546 void d3dfmt_p8_init_palette(IWineD3DSurfaceImpl *This, BYTE table[256][4], BOOL colorkey) function
2650 d3dfmt_p8_init_palette(This, table, (convert == CONVERT_PALETTED_CK));
5449 d3dfmt_p8_init_palette(surface, table, colorkey_active);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c4874 void d3dfmt_p8_init_palette(const struct wined3d_surface *surface, BYTE table[256][4], BOOL colorkey) function
4949 d3dfmt_p8_init_palette(surface, table, (conversion_type == WINED3D_CT_PALETTED_CK));
6747 d3dfmt_p8_init_palette(surface, table, colorkey_active);

Completed in 77 milliseconds