Home
last modified time | relevance | path

Searched refs:EGL_LUMINANCE_BUFFER (Results 1 - 22 of 22) sorted by relevance

/third_party/mesa3d/src/egl/main/
H A Deglconfig.c321 if (val != EGL_RGB_BUFFER && val != EGL_LUMINANCE_BUFFER) in _eglValidateConfig()
401 case EGL_LUMINANCE_BUFFER: in _eglValidateConfig()
619 STATIC_ASSERT(EGL_RGB_BUFFER < EGL_LUMINANCE_BUFFER); in _eglCompareConfigs()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DConfig.cpp216 static_assert(EGL_RGB_BUFFER < EGL_LUMINANCE_BUFFER, ""); in operator ()()
304 static_assert(EGL_RGB_BUFFER < EGL_LUMINANCE_BUFFER, "");
/third_party/vk-gl-cts/modules/egl/
H A DteglQueryConfigTests.cpp308 const bool isLuminanceBuffer = value == EGL_LUMINANCE_BUFFER; in checkColorBufferType()
493 else if (colorBufferType == EGL_LUMINANCE_BUFFER) in executeTest()
H A DteglChooseConfigReference.cpp109 case EGL_LUMINANCE_BUFFER: return 1; in getColorBufferTypeRank()
191 case EGL_LUMINANCE_BUFFER: in compareColorBufferBits()
H A DteglChooseConfigTests.cpp391 static const EGLint types[] = { EGL_RGB_BUFFER, EGL_LUMINANCE_BUFFER }; in getBufferType()
/third_party/EGL/api/1.2/EGL/
H A Degl.h109 #define EGL_LUMINANCE_BUFFER 0x308F /* EGL_COLOR_BUFFER_TYPE value */ macro
/third_party/EGL/api/1.2/
H A Degl.h105 #define EGL_LUMINANCE_BUFFER 0x308F /* EGL_COLOR_BUFFER_TYPE value */ macro
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/
H A Degl.h105 #define EGL_LUMINANCE_BUFFER 0x308F /* EGL_COLOR_BUFFER_TYPE value */ macro
/third_party/skia/third_party/externals/egl-registry/api/1.2/
H A Degl.h105 #define EGL_LUMINANCE_BUFFER 0x308F /* EGL_COLOR_BUFFER_TYPE value */ macro
/third_party/EGL/api/1.0/EGL/
H A Degl.h127 #define EGL_LUMINANCE_BUFFER 0x308F /* EGL_COLOR_BUFFER_TYPE value */ macro
/third_party/EGL/api/1.0/
H A Degl.h124 #define EGL_LUMINANCE_BUFFER 0x308F /* EGL_COLOR_BUFFER_TYPE value */ macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DConfig.cpp159 static_assert(EGL_RGB_BUFFER < EGL_LUMINANCE_BUFFER, "Unexpected EGL enum value."); in operator ()()
H A DvalidationEGL.cpp304 case EGL_LUMINANCE_BUFFER: in ValidateConfigAttributeValue()
/third_party/skia/third_party/externals/egl-registry/api/1.0/EGL/
H A Degl.h124 #define EGL_LUMINANCE_BUFFER 0x308F /* EGL_COLOR_BUFFER_TYPE value */ macro
/third_party/skia/third_party/externals/egl-registry/api/1.0/
H A Degl.h124 #define EGL_LUMINANCE_BUFFER 0x308F /* EGL_COLOR_BUFFER_TYPE value */ macro
/third_party/skia/third_party/externals/swiftshader/include/EGL/
H A Degl.h187 #define EGL_LUMINANCE_BUFFER 0x308F macro
/third_party/skia/third_party/externals/egl-registry/api/EGL/
H A Degl.h187 #define EGL_LUMINANCE_BUFFER 0x308F macro
/third_party/EGL/api/EGL/
H A Degl.h204 #define EGL_LUMINANCE_BUFFER 0x308F macro
/third_party/mesa3d/include/EGL/
H A Degl.h204 #define EGL_LUMINANCE_BUFFER 0x308F macro
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLPrintEGLinfoTest.cpp416 (GetAttrib(mDisplay, config, EGL_COLOR_BUFFER_TYPE) == EGL_LUMINANCE_BUFFER) in TEST_P()
/third_party/skia/third_party/externals/angle2/include/EGL/
H A Degl.h204 #define EGL_LUMINANCE_BUFFER 0x308F macro
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c433 value = EGL_LUMINANCE_BUFFER; in dri2_add_config()

Completed in 37 milliseconds