Home
last modified time | relevance | path

Searched refs:EGL_BLUE_SIZE (Results 1 – 25 of 125) sorted by relevance

12345

/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLSurfaceTest.cpp153 EGL_BLUE_SIZE, in initializeSurfaceWithDefaultConfig()
425 EGL_RED_SIZE, 5, EGL_GREEN_SIZE, 6, EGL_BLUE_SIZE, 5, EGL_ALPHA_SIZE, 0, in TEST_P()
454 EGL_RED_SIZE, 4, EGL_GREEN_SIZE, 4, EGL_BLUE_SIZE, 4, EGL_ALPHA_SIZE, 4, in TEST_P()
483 EGL_RED_SIZE, 5, EGL_GREEN_SIZE, 5, EGL_BLUE_SIZE, 5, EGL_ALPHA_SIZE, 1, in TEST_P()
511 EGL_RED_SIZE, 8, EGL_GREEN_SIZE, 8, EGL_BLUE_SIZE, 8, EGL_ALPHA_SIZE, 0, in TEST_P()
538 EGL_RED_SIZE, 8, EGL_GREEN_SIZE, 8, EGL_BLUE_SIZE, 8, EGL_ALPHA_SIZE, 0, in TEST_P()
642 EGL_RED_SIZE, 8, EGL_GREEN_SIZE, 8, EGL_BLUE_SIZE, 8, EGL_ALPHA_SIZE, 8, in TEST_P()
677 EGL_BLUE_SIZE, 8, in TEST_P()
DEGLContextCompatibilityTest.cpp81 eglGetConfigAttrib(mDisplay, config, EGL_BLUE_SIZE, &blue); in isRGBA16FConfig()
91 eglGetConfigAttrib(mDisplay, config, EGL_BLUE_SIZE, &blue); in isRGB10_A2Config()
110 eglGetConfigAttrib(mDisplay, c1, EGL_BLUE_SIZE, &blue1); in areConfigsCompatible()
111 eglGetConfigAttrib(mDisplay, c2, EGL_BLUE_SIZE, &blue2); in areConfigsCompatible()
DEGLRecordableTest.cpp55 EGL_RED_SIZE, EGL_DONT_CARE, EGL_GREEN_SIZE, EGL_DONT_CARE, EGL_BLUE_SIZE, in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLSurfaceTest.cpp218 EGL_BLUE_SIZE, in chooseDefaultConfig()
360 EGL_BLUE_SIZE, in initializeSurfaceWithFloatConfig()
655 EGL_BLUE_SIZE, in TEST_P()
698 EGL_BLUE_SIZE, in TEST_P()
741 EGL_BLUE_SIZE, in TEST_P()
783 EGL_BLUE_SIZE, in TEST_P()
824 EGL_BLUE_SIZE, in TEST_P()
890 EGL_RED_SIZE, 8, EGL_GREEN_SIZE, 8, EGL_BLUE_SIZE, 8, EGL_ALPHA_SIZE, 8, in TEST_P()
1005 EGL_RED_SIZE, 8, EGL_GREEN_SIZE, 8, EGL_BLUE_SIZE, 8, EGL_ALPHA_SIZE, 8, in TEST_P()
1045 EGL_RED_SIZE, 8, EGL_GREEN_SIZE, 8, EGL_BLUE_SIZE, 8, EGL_ALPHA_SIZE, 8, in TEST_P()
[all …]
DEGLContextCompatibilityTest.cpp34 eglGetConfigAttrib(display, config, EGL_BLUE_SIZE, &blue); in IsRGBA16FConfig()
44 eglGetConfigAttrib(display, config, EGL_BLUE_SIZE, &blue); in IsRGB10_A2Config()
125 eglGetConfigAttrib(display, config, EGL_BLUE_SIZE, &blue); in EGLConfigName()
221 eglGetConfigAttrib(mDisplay, c1, EGL_BLUE_SIZE, &blue1); in areConfigsCompatible()
222 eglGetConfigAttrib(mDisplay, c2, EGL_BLUE_SIZE, &blue2); in areConfigsCompatible()
DEGLRecordableTest.cpp54 EGL_RED_SIZE, EGL_DONT_CARE, EGL_GREEN_SIZE, EGL_DONT_CARE, EGL_BLUE_SIZE, in TEST_P()
DEGLBufferAgeTest.cpp54 EGL_BLUE_SIZE, in chooseConfig()
291 EGL_BLUE_SIZE, in TEST_P()
/third_party/vk-gl-cts/modules/egl/
DteglWideColorTests.cpp380 EGL_BLUE_SIZE, 10, in check1010102Support()
409 EGLU_CHECK_CALL(egl, getConfigAttrib(m_eglDisplay, config, EGL_BLUE_SIZE, &components[2])); in check1010102Support()
431 EGL_BLUE_SIZE, 16, in checkFP16Support()
468 success = egl.getConfigAttrib(m_eglDisplay, config, EGL_BLUE_SIZE, &components[2]); in checkFP16Support()
765 info.blueSize = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_BLUE_SIZE); in writeEglConfig()
1381 EGL_BLUE_SIZE, 16, in init()
1399 EGL_BLUE_SIZE, 16, in init()
1417 EGL_BLUE_SIZE, 10, in init()
1432 EGL_BLUE_SIZE, 10, in init()
1447 EGL_BLUE_SIZE, 8, in init()
[all …]
DteglChooseConfigTests.cpp255 { EGL_BLUE_SIZE, 0 }, in getValue()
422 { EGL_BLUE_SIZE, ChooseConfigRandomCase::getInt<0, 8>, }, in genRandomAttributes()
546 { EGL_BLUE_SIZE, "blue_size" }, in init()
598 EGL_BLUE_SIZE, in init()
607 EGL_BLUE_SIZE, in init()
644 EGL_BLUE_SIZE, in init()
DteglQueryConfigTests.cpp444 const EGLint blueSize = getValue(config, EGL_BLUE_SIZE); in executeTest()
516 const EGLint blueSize = getValue(config, EGL_BLUE_SIZE); in executeTest()
561 { EGL_BLUE_SIZE, "blue_size" }, in init()
DteglMutableRenderBufferTests.cpp108 EGL_BLUE_SIZE, 8, in init()
118 EGL_BLUE_SIZE, 8, in init()
DteglChooseConfigReference.cpp293 …rules[EGL_BLUE_SIZE] = AttribRule(EGL_BLUE_SIZE, 0, CRITERIA_AT_LEAST, SORTORDER_SPECIA… in getDefaultRules()
443 EGL_BLUE_SIZE, in getSpecifiedRGBColors()
/third_party/EGL/extensions/ARM/
DEGL_ARM_image_format.txt68 EGL_BLUE_SIZE 0x3022
89 | EGL_BLUE_SIZE | Specifies the blue component | All | NA |
98 EGL_RED_SIZE, EGL_GREEN_SIZE, EGL_BLUE_SIZE, or EGL_ALPHA_SIZE, the
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DConfig_unittest.cpp127 {EGL_BLUE_SIZE, &egl::Config::blueSize}, {EGL_ALPHA_SIZE, &egl::Config::alphaSize}, in TEST()
197 greaterThan1BitFilter.insert(EGL_BLUE_SIZE, 1); in TEST()
DConfig.cpp196 mWantBlue = wantsComponent(attributeMap, EGL_BLUE_SIZE); in scanForWantedComponents()
254 case EGL_BLUE_SIZE: in filter()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DConfig_unittest.cpp127 {EGL_BLUE_SIZE, &egl::Config::blueSize}, {EGL_ALPHA_SIZE, &egl::Config::alphaSize}, in TEST()
197 greaterThan1BitFilter.insert(EGL_BLUE_SIZE, 1); in TEST()
DConfig.cpp199 mWantBlue = wantsComponent(attributeMap, EGL_BLUE_SIZE); in scanForWantedComponents()
257 case EGL_BLUE_SIZE: in filter()
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/
Drosen_context_impl.cpp36 eglGetConfigAttrib(eglDisplay_, cfg, EGL_BLUE_SIZE, &blue); in ShowConfig()
167 frameBufferAttribs.push_back(EGL_BLUE_SIZE); in SetConfig()
204 eglGetConfigAttrib(eglDisplay_, config_, EGL_BLUE_SIZE, &blue); in SetConfig()
/third_party/vk-gl-cts/framework/egl/
DegluConfigInfo.cpp43 case EGL_BLUE_SIZE: return blueSize; in getAttribute()
92 egl.getConfigAttrib(display, config, EGL_BLUE_SIZE, &dst->blueSize); in queryCoreConfigInfo()
/third_party/EGL/extensions/ANDROID/
DEGL_ANDROID_create_native_client_buffer.txt101 | EGL_BLUE_SIZE | The bits of Blue in | 0 |
114 EGL_RED_SIZE, EGL_GREEN_SIZE, and EGL_BLUE_SIZE must be non-zero and
144 EGL_BLUE_SIZE, and EGL_ALPHA_SIZE is not a valid pixel format for the
/third_party/skia/third_party/externals/egl-registry/extensions/ANDROID/
DEGL_ANDROID_create_native_client_buffer.txt101 | EGL_BLUE_SIZE | The bits of Blue in | 0 |
114 EGL_RED_SIZE, EGL_GREEN_SIZE, and EGL_BLUE_SIZE must be non-zero and
144 EGL_BLUE_SIZE, and EGL_ALPHA_SIZE is not a valid pixel format for the
/third_party/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp43 #define EGL_BLUE_SIZE 0x3022 macro
241 EGL_BLUE_SIZE, 8, in CommandBufferGLTestContext()
/third_party/flutter/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp43 #define EGL_BLUE_SIZE 0x3022 macro
227 EGL_BLUE_SIZE, 8, in CommandBufferGLTestContext()
/third_party/EGL/extensions/EXT/
DEGL_EXT_yuv_surface.txt139 an RGB buffer, EGL_RED_SIZE, EGL_GREEN_SIZE, EGL_BLUE_SIZE must be non-zero,
141 EGL_GREEN_SIZE, EGL_BLUE_SIZE must be zero, and EGL_LUMINANCE_SIZE must be
240 buffer, the total is the sum of EGL_RED_SIZE, EGL_GREEN_SIZE, EGL_BLUE_SIZE,
264 this is the sum of EGL_RED_SIZE, EGL_GREEN_SIZE, EGL_BLUE_SIZE, and
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_yuv_surface.txt139 an RGB buffer, EGL_RED_SIZE, EGL_GREEN_SIZE, EGL_BLUE_SIZE must be non-zero,
141 EGL_GREEN_SIZE, EGL_BLUE_SIZE must be zero, and EGL_LUMINANCE_SIZE must be
240 buffer, the total is the sum of EGL_RED_SIZE, EGL_GREEN_SIZE, EGL_BLUE_SIZE,
264 this is the sum of EGL_RED_SIZE, EGL_GREEN_SIZE, EGL_BLUE_SIZE, and

12345