Searched refs:FormatCountData (Results 1 – 1 of 1) sorted by relevance
366 DD_GETFORMATCOUNTDATA FormatCountData; in GetD3D9DriverInfo() local533 …ResetGetDriverInfo2Data(&FormatCountData.gdi2, D3DGDI2_TYPE_GETFORMATCOUNT, sizeof(DD_GETFORMATCOU… in GetD3D9DriverInfo()534 PrepareDriverInfoData(&DrvInfo, &FormatCountData, sizeof(DD_GETFORMATCOUNTDATA)); in GetD3D9DriverInfo()535 FormatCountData.dwFormatCount = UINT_MAX; in GetD3D9DriverInfo()536 FormatCountData.dwReserved = dwDXVersion; in GetD3D9DriverInfo()550 else if (FormatCountData.dwFormatCount == UINT_MAX) in GetD3D9DriverInfo()556 *pNumTextureFormats = FormatCountData.dwFormatCount; in GetD3D9DriverInfo()566 for (FormatIndex = 0; FormatIndex < FormatCountData.dwFormatCount; FormatIndex++) in GetD3D9DriverInfo()790 DrvInfo.dwExpectedSize = FormatCountData.dwFormatCount * sizeof(DDPIXELFORMAT); in GetD3D9DriverInfo()801 *pNumZStencilFormats = FormatCountData.dwFormatCount; in GetD3D9DriverInfo()[all …]