Searched refs:EGL_LUMINANCE_BUFFER (Results 1 – 8 of 8) sorted by relevance
306 if (val != EGL_RGB_BUFFER && val != EGL_LUMINANCE_BUFFER) in _eglValidateConfig()385 case EGL_LUMINANCE_BUFFER: in _eglValidateConfig()599 assert(EGL_RGB_BUFFER < EGL_LUMINANCE_BUFFER); in _eglCompareConfigs()
150 case EGL_LUMINANCE_BUFFER: return "EGL_LUMINANCE_BUFFER";
107 case EGL_LUMINANCE_BUFFER: return 1; in getColorBufferTypeRank()139 case EGL_LUMINANCE_BUFFER: in compareColorBufferBits()
295 const bool isLuminanceBuffer = value == EGL_LUMINANCE_BUFFER; in checkColorBufferType()474 else if (colorBufferType == EGL_LUMINANCE_BUFFER) in executeTest()
378 static const EGLint types[] = { EGL_RGB_BUFFER, EGL_LUMINANCE_BUFFER }; in getBufferType()
138 #define EGL_LUMINANCE_BUFFER 0x308F /* EGL_COLOR_BUFFER_TYPE value */ macro
136 #define EGL_LUMINANCE_BUFFER 0x308F macro
142 value = EGL_LUMINANCE_BUFFER; in dri2_add_config()