Searched refs:WGL_COLOR_BITS_ARB (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_ext_pixelformat.c177 case WGL_COLOR_BITS_ARB:
303 { WGL_COLOR_BITS_ARB, 1, FALSE },
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_ext_pixelformat.c177 case WGL_COLOR_BITS_ARB:
303 { WGL_COLOR_BITS_ARB, 1, FALSE },
/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
H A Dindirect.c1702 SET_ATTR_VALUE(WGL_COLOR_BITS_ARB, mode->indexBits);
1710 SET_ATTR_VALUE(WGL_COLOR_BITS_ARB, mode->rgbBits);
1715 SET_ATTR_VALUE(WGL_COLOR_BITS_ARB, mode->rgbBits);
1720 SET_ATTR_VALUE(WGL_COLOR_BITS_ARB, mode->rgbBits);
2107 ADD_ATTR(WGL_COLOR_BITS_ARB);
2202 c->base.indexBits = ATTR_VALUE(WGL_COLOR_BITS_ARB, 0);
2220 c->base.rgbBits = ATTR_VALUE(WGL_COLOR_BITS_ARB, 0);
2227 c->base.rgbBits = ATTR_VALUE(WGL_COLOR_BITS_ARB, 0);
2236 c->base.rgbBits = ATTR_VALUE(WGL_COLOR_BITS_ARB, 0);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dindirect.c1638 SET_ATTR_VALUE(WGL_COLOR_BITS_ARB, (mode->visualType == GLX_TRUE_COLOR) ? mode->rgbBits : mode->indexBits);
2014 ADD_ATTR(WGL_COLOR_BITS_ARB);
2094 c->base.indexBits = ATTR_VALUE(WGL_COLOR_BITS_ARB, 0);
2116 c->base.rgbBits = ATTR_VALUE(WGL_COLOR_BITS_ARB, 0);
H A Dwglext.h95 #define WGL_COLOR_BITS_ARB 0x2014 macro
/xsrc/external/mit/mesa-demos/dist/src/wgl/
H A Dwglinfo.c512 info->pfd.cColorBits = get_pf_attrib(hdc, pf, WGL_COLOR_BITS_ARB);
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dwglext.h196 #define WGL_COLOR_BITS_ARB 0x2014 macro
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dwglext.h196 #define WGL_COLOR_BITS_ARB 0x2014 macro

Completed in 16 milliseconds