Home
last modified time | relevance | path

Searched refs:EGL_LUMINANCE_BUFFER (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/egl/main/
Deglconfig.c306 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()
/external/deqp/framework/egl/
DegluStrUtil.inl150 case EGL_LUMINANCE_BUFFER: return "EGL_LUMINANCE_BUFFER";
/external/deqp/modules/egl/
DteglChooseConfigReference.cpp107 case EGL_LUMINANCE_BUFFER: return 1; in getColorBufferTypeRank()
139 case EGL_LUMINANCE_BUFFER: in compareColorBufferBits()
DteglQueryConfigTests.cpp295 const bool isLuminanceBuffer = value == EGL_LUMINANCE_BUFFER; in checkColorBufferType()
474 else if (colorBufferType == EGL_LUMINANCE_BUFFER) in executeTest()
DteglChooseConfigTests.cpp378 static const EGLint types[] = { EGL_RGB_BUFFER, EGL_LUMINANCE_BUFFER }; in getBufferType()
/external/mesa3d/include/EGL/
Degl.h138 #define EGL_LUMINANCE_BUFFER 0x308F /* EGL_COLOR_BUFFER_TYPE value */ macro
/external/deqp/framework/egl/wrapper/
DeglwEnums.inl136 #define EGL_LUMINANCE_BUFFER 0x308F macro
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c142 value = EGL_LUMINANCE_BUFFER; in dri2_add_config()