Searched refs:SFLAG_SRGBALLOCATED (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c576 This->Flags &= ~(SFLAG_ALLOCATED | SFLAG_SRGBALLOCATED);
1433 This->Flags &= ~(SFLAG_ALLOCATED | SFLAG_SRGBALLOCATED);
1731 BOOL alloc_flag = srgb ? SFLAG_SRGBALLOCATED : SFLAG_ALLOCATED;
1802 DWORD alloc_flag = srgb ? SFLAG_SRGBALLOCATED : SFLAG_ALLOCATED;
3098 This->Flags &= ~(SFLAG_ALLOCATED | SFLAG_SRGBALLOCATED);
H A Dwined3d_private.h2514 #define SFLAG_SRGBALLOCATED 0x00040000 /* A srgb gl texture is allocated for this surface */ macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c659 // DWORD alloc_flag = srgb ? SFLAG_SRGBALLOCATED : SFLAG_ALLOCATED;
822 surface->flags &= ~(SFLAG_ALLOCATED | SFLAG_SRGBALLOCATED);
2132 surface->flags &= ~(SFLAG_ALLOCATED | SFLAG_SRGBALLOCATED);
4727 DWORD alloc_flag = srgb ? SFLAG_SRGBALLOCATED : SFLAG_ALLOCATED;
H A Dwined3d_private.h2374 #define SFLAG_SRGBALLOCATED 0x00008000 /* A sRGB GL texture is allocated for this surface. */ macro
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2549 #define SFLAG_SRGBALLOCATED 0x00040000 /* A srgb gl texture is allocated for this surface */ macro

Completed in 136 milliseconds