Searched refs:SFLAG_DIBSECTION (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_gdi.c50 if (This->Flags & SFLAG_DIBSECTION)
398 if(!(This->Flags & SFLAG_DIBSECTION))
498 if(This->Flags & SFLAG_DIBSECTION) {
589 if(This->Flags & SFLAG_DIBSECTION) {
601 This->Flags &= ~SFLAG_DIBSECTION;
H A Dsurface.c121 if (This->Flags & SFLAG_DIBSECTION)
1043 if(This->Flags & (SFLAG_NONPOW2 | SFLAG_DIBSECTION | SFLAG_CONVERTED) || This->resource.allocatedMemory == NULL) {
1046 * SFLAG_DIBSECTION: Dibsections may have read / write protections on the memory. Avoid issues...
2114 if((This->Flags & SFLAG_DIBSECTION) && !(This->Flags & SFLAG_PBO)) {
3117 if(This->Flags & SFLAG_DIBSECTION) {
3129 This->Flags &= ~SFLAG_DIBSECTION;
3175 BOOL hasDib = front->Flags & SFLAG_DIBSECTION;
3180 if(back->Flags & SFLAG_DIBSECTION) front->Flags |= SFLAG_DIBSECTION;
3181 else front->Flags &= ~SFLAG_DIBSECTION;
[all...]
H A Dwined3d_private.h2498 #define SFLAG_DIBSECTION 0x00000004 /* Has a DIB section attached for GetDC */ macro
2531 * SFLAG_DIBSECTION: The dib code manages the memory
2538 SFLAG_DIBSECTION | \
H A Dsurface_base.c672 This->Flags |= SFLAG_DIBSECTION;
H A Ddevice.c6511 if(surface->Flags & SFLAG_DIBSECTION) {
6519 surface->Flags &= ~SFLAG_DIBSECTION;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c143 if (surface->flags & SFLAG_DIBSECTION)
596 surface->flags |= SFLAG_DIBSECTION;
993 if (surface->flags & SFLAG_DIBSECTION)
2033 if (surface->flags & SFLAG_DIBSECTION)
2262 if (surface->flags & SFLAG_DIBSECTION)
2291 if (!(surface->flags & SFLAG_DIBSECTION))
2979 if (surface->flags & (SFLAG_NONPOW2 | SFLAG_DIBSECTION | SFLAG_CONVERTED)
2984 * SFLAG_DIBSECTION: Dibsections may have read / write protections on the memory. Avoid issues...
3549 if (surface->flags & SFLAG_DIBSECTION)
3556 surface->flags &= ~SFLAG_DIBSECTION;
[all...]
H A Dwined3d_private.h2371 #define SFLAG_DIBSECTION 0x00001000 /* Has a DIB section attached for GetDC. */ macro
2393 * SFLAG_DIBSECTION: The dib code manages the memory
2401 SFLAG_DIBSECTION | \
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h2533 #define SFLAG_DIBSECTION 0x00000004 /* Has a DIB section attached for GetDC */ macro
2566 * SFLAG_DIBSECTION: The dib code manages the memory
2573 SFLAG_DIBSECTION | \

Completed in 517 milliseconds