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

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2532 #define SFLAG_CONVERTED 0x00000002 /* Converted for color keying or Palettized */ macro
2565 * SFLAG_CONVERTED: Converting the data back would take too long
2572 #define SFLAG_DONOTFREE (SFLAG_CONVERTED | \
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_private.h2497 #define SFLAG_CONVERTED 0x00000002 /* Converted for color keying or Palettized */ macro
2530 * SFLAG_CONVERTED: Converting the data back would take too long
2537 #define SFLAG_DONOTFREE (SFLAG_CONVERTED | \
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dwined3d_private.h2359 #define SFLAG_CONVERTED 0x00000001 /* Converted for color keying or palettized. */ macro
2392 * SFLAG_CONVERTED: Converting the data back would take too long
2398 #define SFLAG_DONOTFREE (SFLAG_CONVERTED | \

Completed in 2402 milliseconds