Searched refs:SFLAG_DS_LOCATIONS (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2587 #define SFLAG_DS_LOCATIONS (SFLAG_DS_ONSCREEN | \ macro
2589 #define SFLAG_DS_DISCARDED SFLAG_DS_LOCATIONS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_private.h2552 #define SFLAG_DS_LOCATIONS (SFLAG_DS_ONSCREEN | \ macro
2554 #define SFLAG_DS_DISCARDED SFLAG_DS_LOCATIONS
H A Dsurface.c4700 if (location & ~SFLAG_DS_LOCATIONS) {
4704 This->Flags &= ~SFLAG_DS_LOCATIONS;

Completed in 144 milliseconds