Home
last modified time | relevance | path

Searched refs:pixelFormatIndex (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dindirect.c303 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 Dindirect.h81 int pixelFormatIndex; member
H A Ddri_helpers.c109 return ((GLXWinConfig *)c)->pixelFormatIndex; in glxWinFBConfigIDToPixelFormatIndex()
/OK3568_Linux_fs/external/xserver/hw/xwin/dri/
H A Dwindowsdri.c138 rep.pixelFormatIndex = glxWinFBConfigIDToPixelFormatIndex(stuff->screen, stuff->fbConfigID); in ProcWindowsDRIFBConfigToPixelFormat()
143 swapl(&rep.pixelFormatIndex); in ProcWindowsDRIFBConfigToPixelFormat()