Home
last modified time | relevance | path

Searched refs:WINED3D_PALETTE_8BIT_ENTRIES (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/directx/wine/wined3d/
H A Dpalette.c65 if (palette->flags & WINED3D_PALETTE_8BIT_ENTRIES) in wined3d_palette_get_entries()
109 if (palette->flags & WINED3D_PALETTE_8BIT_ENTRIES) in wined3d_palette_set_entries()
/reactos/dll/directx/wine/ddraw/
H A Dpalette.c272 wined3d_flags |= WINED3D_PALETTE_8BIT_ENTRIES; in ddraw_palette_init()
/reactos/sdk/include/reactos/wine/
H A Dwined3d.h1554 #define WINED3D_PALETTE_8BIT_ENTRIES 0x00000001 macro