Searched refs:SET_ATTR_VALUE (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xwin/glx/ |
| H A D | indirect.c | 1640 #define SET_ATTR_VALUE(attr, value) { attribList[i++] = attr; attribList[i++] = value; assert(i < A… macro 1652 SET_ATTR_VALUE(WGL_SUPPORT_OPENGL_ARB, TRUE); in fbConfigToPixelFormatIndex() 1653 SET_ATTR_VALUE(WGL_PIXEL_TYPE_ARB, in fbConfigToPixelFormatIndex() 1657 SET_ATTR_VALUE(WGL_COLOR_BITS_ARB, in fbConfigToPixelFormatIndex() 1660 SET_ATTR_VALUE(WGL_RED_BITS_ARB, mode->redBits); in fbConfigToPixelFormatIndex() 1661 SET_ATTR_VALUE(WGL_GREEN_BITS_ARB, mode->greenBits); in fbConfigToPixelFormatIndex() 1662 SET_ATTR_VALUE(WGL_BLUE_BITS_ARB, mode->blueBits); in fbConfigToPixelFormatIndex() 1663 SET_ATTR_VALUE(WGL_ALPHA_BITS_ARB, mode->alphaBits); in fbConfigToPixelFormatIndex() 1664 SET_ATTR_VALUE(WGL_ACCUM_RED_BITS_ARB, mode->accumRedBits); in fbConfigToPixelFormatIndex() 1665 SET_ATTR_VALUE(WGL_ACCUM_GREEN_BITS_ARB, mode->accumGreenBits); in fbConfigToPixelFormatIndex() [all …]
|