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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3DIf.cpp573 }, /* DDPIXELFORMAT ddpfPixelFormat; */
664 }, /* DDPIXELFORMAT ddpfPixelFormat; */
755 }, /* DDPIXELFORMAT ddpfPixelFormat; */
777 pDesc->ddpfPixelFormat.dwSize = sizeof (DDPIXELFORMAT);
778 pDesc->ddpfPixelFormat.dwFlags = DDPF_FOURCC;
779 pDesc->ddpfPixelFormat.dwFourCC = fourcc;
807 if (vboxPixFormatMatch(&pCur->ddpfPixelFormat, &pDesc->ddpfPixelFormat))
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispDDraw.cpp45 unsupportedSCaps = VBoxDispVHWAUnsupportedDDPFS(lpDDS->ddpfPixelFormat.dwFlags);
105 if (lpCanCreateSurface->bIsDifferentPixelFormat && (lpDDS->ddpfPixelFormat.dwFlags & DDPF_FOURCC))
226 if (pDesc->ddpfPixelFormat.dwFlags & DDPF_PALETTEINDEXED4)
231 if (pDesc->ddpfPixelFormat.dwFlags & DDPF_PALETTEINDEXED8)
237 pSurf->lpGbl->lPitch = pSurf->lpGbl->wWidth*(pDesc->ddpfPixelFormat.dwRGBBitCount/8);
H A DVBoxDispVHWA.cpp750 int rc = VBoxDispVHWAFromDDPIXELFORMAT(&pVHWADesc->PixelFormat, &pDdDesc->ddpfPixelFormat);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dddraw.h999 DDPIXELFORMAT ddpfPixelFormat;/* 48: pixel format description of the surface*/ member in struct:_DDSURFACEDESC
1031 DDPIXELFORMAT ddpfPixelFormat;/* 48: pixel format description of the surface*/ member in union:_DDSURFACEDESC2::__anon13466
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dddraw.h998 DDPIXELFORMAT ddpfPixelFormat;/* 48: pixel format description of the surface*/ member in struct:_DDSURFACEDESC
1030 DDPIXELFORMAT ddpfPixelFormat;/* 48: pixel format description of the surface*/ member in union:_DDSURFACEDESC2::__anon862

Completed in 89 milliseconds