Lines Matching refs:pixelFormatIndex
303 unsigned int i = ((GLXWinConfig *) c)->pixelFormatIndex; in fbConfigsDump()
1094 winConfig->pixelFormatIndex); in glxWinSetPixelFormat()
1106 if (!SetPixelFormat(hdc, winConfig->pixelFormatIndex, NULL)) { in glxWinSetPixelFormat()
1165 pixelFormat, winConfig->pixelFormatIndex); in glxWinSetPixelFormat()
1184 pixelFormat, winConfig->pixelFormatIndex); in glxWinSetPixelFormat()
1716 int pixelFormatIndex; in fbConfigToPixelFormatIndex() local
1719 (hdc, attribList, NULL, 1, &pixelFormatIndex, &numFormats)) { in fbConfigToPixelFormatIndex()
1726 pixelFormatIndex); in fbConfigToPixelFormatIndex()
1727 return pixelFormatIndex; in fbConfigToPixelFormatIndex()
1774 c->pixelFormatIndex = i + 1; in glxWinCreateConfigs()
2079 c->pixelFormatIndex = i + 1; in glxWinCreateConfigsExt()