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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dhal.h99 } D3DHAL_D3DEXTENDEDCAPS,*LPD3DHAL_D3DEXTENDEDCAPS; typedef in typeref:struct:_D3DHAL_D3DEXTENDEDCAPS
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dhal.h102 } D3DHAL_D3DEXTENDEDCAPS,*LPD3DHAL_D3DEXTENDEDCAPS; typedef in typeref:struct:_D3DHAL_D3DEXTENDEDCAPS
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3D.cpp2193 Assert(pData->DataSize == sizeof (D3DHAL_D3DEXTENDEDCAPS));
2194 if (pData->DataSize >= sizeof (D3DHAL_D3DEXTENDEDCAPS))
2196 memset(pData->pData, 0, sizeof (D3DHAL_D3DEXTENDEDCAPS));
2197 D3DHAL_D3DEXTENDEDCAPS *pCaps = (D3DHAL_D3DEXTENDEDCAPS*)pData->pData;
2198 pCaps->dwSize = sizeof (D3DHAL_D3DEXTENDEDCAPS);

Completed in 69 milliseconds