Searched refs:pixelFormatIndex (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xwin/glx/ |
| H A D | indirect.c | 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() [all …]
|
| H A D | indirect.h | 81 int pixelFormatIndex; member
|
| H A D | dri_helpers.c | 109 return ((GLXWinConfig *)c)->pixelFormatIndex; in glxWinFBConfigIDToPixelFormatIndex()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/dri/ |
| H A D | windowsdri.c | 138 rep.pixelFormatIndex = glxWinFBConfigIDToPixelFormatIndex(stuff->screen, stuff->fbConfigID); in ProcWindowsDRIFBConfigToPixelFormat() 143 swapl(&rep.pixelFormatIndex); in ProcWindowsDRIFBConfigToPixelFormat()
|