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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c1731 BOOL alloc_flag = srgb ? SFLAG_SRGBALLOCATED : SFLAG_ALLOCATED; local
1772 if (!(This->Flags & alloc_flag))
1775 This->Flags |= alloc_flag;
1802 DWORD alloc_flag = srgb ? SFLAG_SRGBALLOCATED : SFLAG_ALLOCATED; local
1806 if (surface->Flags & alloc_flag) return;
1814 surface->Flags |= alloc_flag;
1822 DWORD alloc_flag = SFLAG_ALLOCATED; local
1855 This->Flags |= alloc_flag;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c658 DWORD alloc_flag = SFLAG_ALLOCATED; local
659 // DWORD alloc_flag = srgb ? SFLAG_SRGBALLOCATED : SFLAG_ALLOCATED;
680 surface->flags |= alloc_flag;
4727 DWORD alloc_flag = srgb ? SFLAG_SRGBALLOCATED : SFLAG_ALLOCATED; local
4731 if (surface->flags & alloc_flag) return;
4740 surface->flags |= alloc_flag;

Completed in 101 milliseconds