Searched refs:WINED3DFMT_FLAG_COMPRESSED (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dutils.c632 | WINED3DFMT_FLAG_SRGB_READ | WINED3DFMT_FLAG_COMPRESSED,
637 | WINED3DFMT_FLAG_SRGB_READ | WINED3DFMT_FLAG_COMPRESSED,
642 | WINED3DFMT_FLAG_SRGB_READ | WINED3DFMT_FLAG_COMPRESSED,
647 | WINED3DFMT_FLAG_SRGB_READ | WINED3DFMT_FLAG_COMPRESSED,
652 | WINED3DFMT_FLAG_SRGB_READ | WINED3DFMT_FLAG_COMPRESSED,
940 | WINED3DFMT_FLAG_COMPRESSED,
945 | WINED3DFMT_FLAG_COMPRESSED,
1389 if (format->flags & WINED3DFMT_FLAG_COMPRESSED)
H A Dsurface.c884 if (surface->resource.format->flags & WINED3DFMT_FLAG_COMPRESSED)
2405 if (format->flags & WINED3DFMT_FLAG_COMPRESSED)
2582 if (format->flags & WINED3DFMT_FLAG_COMPRESSED)
3005 if (format->flags & WINED3DFMT_FLAG_COMPRESSED && mem)
H A Dwined3d_private.h3103 #define WINED3DFMT_FLAG_COMPRESSED 0x00008000 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_base.c344 if (format_desc->Flags & WINED3DFMT_FLAG_COMPRESSED)
1743 if (sEntry->Flags & dEntry->Flags & WINED3DFMT_FLAG_COMPRESSED)
1769 if ((sEntry->Flags & WINED3DFMT_FLAG_COMPRESSED) && !(dEntry->Flags & WINED3DFMT_FLAG_COMPRESSED))
1931 if (format_desc->Flags & WINED3DFMT_FLAG_COMPRESSED)
H A Dsurface.c150 else if (format_desc->Flags & WINED3DFMT_FLAG_COMPRESSED)
705 if (format_desc->Flags & WINED3DFMT_FLAG_COMPRESSED)
884 if (format_desc->Flags & WINED3DFMT_FLAG_COMPRESSED)
961 if (format_desc->Flags & WINED3DFMT_FLAG_COMPRESSED)
1064 if (format_desc->Flags & WINED3DFMT_FLAG_COMPRESSED && mem)
4587 if (This->resource.format_desc->Flags & WINED3DFMT_FLAG_COMPRESSED)
H A Dutils.c938 format_desc->Flags |= WINED3DFMT_FLAG_COMPRESSED;
1095 if (desc->Flags & WINED3DFMT_FLAG_COMPRESSED)
H A Dwined3d_private.h3338 #define WINED3DFMT_FLAG_COMPRESSED 0x80 macro
H A Ddevice.c5558 if (dst_format->Flags & WINED3DFMT_FLAG_COMPRESSED)
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h3379 #define WINED3DFMT_FLAG_COMPRESSED 0x80 macro

Completed in 254 milliseconds