/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLSurfaceTest.cpp | 214 const EGLint configAttributes[] = {EGL_RED_SIZE, in chooseDefaultConfig() 356 EGL_RED_SIZE, in initializeSurfaceWithFloatConfig() 651 EGL_RED_SIZE, in TEST_P() 694 EGL_RED_SIZE, in TEST_P() 737 EGL_RED_SIZE, in TEST_P() 779 EGL_RED_SIZE, in TEST_P() 820 EGL_RED_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, in TEST_P() [all...] |
H A D | EGLContextCompatibilityTest.cpp | 32 eglGetConfigAttrib(display, config, EGL_RED_SIZE, &red); in IsRGBA16FConfig() 42 eglGetConfigAttrib(display, config, EGL_RED_SIZE, &red); in IsRGB10_A2Config() 121 eglGetConfigAttrib(display, config, EGL_RED_SIZE, &red); in EGLConfigName() 217 eglGetConfigAttrib(mDisplay, c1, EGL_RED_SIZE, &red1); in areConfigsCompatible() 218 eglGetConfigAttrib(mDisplay, c2, EGL_RED_SIZE, &red2); in areConfigsCompatible()
|
H A D | EGLRecordableTest.cpp | 54 EGL_RED_SIZE, EGL_DONT_CARE, EGL_GREEN_SIZE, EGL_DONT_CARE, EGL_BLUE_SIZE, in TEST_P()
|
H A D | EGLBufferAgeTest.cpp | 50 EGLint attribs[] = {EGL_RED_SIZE, in chooseConfig() 287 EGLint attribs[] = {EGL_RED_SIZE, in TEST_P()
|
H A D | EGLQueryContextTest.cpp | 27 EGLint cfgattrs[] = {EGL_RED_SIZE,
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglWideColorTests.cpp | 387 EGL_RED_SIZE, 10, in check1010102Support() 416 EGLU_CHECK_CALL(egl, getConfigAttrib(m_eglDisplay, config, EGL_RED_SIZE, &components[0])); in check1010102Support() 438 EGL_RED_SIZE, 16, in checkFP16Support() 471 success = egl.getConfigAttrib(m_eglDisplay, config, EGL_RED_SIZE, &components[0]); in checkFP16Support() 640 else if (attribList[idx] == EGL_RED_SIZE) in WideColorSurfaceTest() 741 m_redSize = eglu::getConfigAttribInt(egl, m_eglDisplay, m_eglConfig, EGL_RED_SIZE); in init() 773 info.redSize = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_RED_SIZE); in writeEglConfig() 1401 EGL_RED_SIZE, 16, in init() 1422 EGL_RED_SIZE, 16, in init() 1443 EGL_RED_SIZE, 1 in init() [all...] |
H A D | teglChooseConfigTests.cpp | 253 { EGL_RED_SIZE, 0 }, in getValue() 431 { EGL_RED_SIZE, ChooseConfigRandomCase::getInt<0, 8>, }, in genRandomAttributes() 556 { EGL_RED_SIZE, "red_size" }, in init() 609 EGL_RED_SIZE, in init() 618 EGL_RED_SIZE, in init() 655 EGL_RED_SIZE, in init()
|
H A D | teglQueryConfigTests.cpp | 461 const EGLint redSize = getValue(config, EGL_RED_SIZE); in executeTest() 533 const EGLint redSize = getValue(config, EGL_RED_SIZE); in executeTest() 578 { EGL_RED_SIZE, "red_size" }, in init()
|
H A D | teglMutableRenderBufferTests.cpp | 106 EGL_RED_SIZE, 8, in init() 116 EGL_RED_SIZE, 8, in init()
|
H A D | teglChooseConfigReference.cpp | 291 rules[EGL_RED_SIZE] = AttribRule(EGL_RED_SIZE, 0, CRITERIA_AT_LEAST, SORTORDER_SPECIAL); // 3 in getDefaultRules() 444 EGL_RED_SIZE, in getSpecifiedRGBColors()
|
H A D | teglNegativeApiTests.cpp | 780 expectFalse(eglGetConfigAttrib(EGL_NO_DISPLAY, DE_NULL, EGL_RED_SIZE, &value)); in init() 783 expectFalse(eglGetConfigAttrib((EGLDisplay)-1, DE_NULL, EGL_RED_SIZE, &value)); in init() 790 expectFalse(eglGetConfigAttrib(display, (EGLConfig)-1, EGL_RED_SIZE, &value)); in init() 1057 expectFalse(eglQueryContext(display, context, EGL_RED_SIZE, &value)); in init()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Config_unittest.cpp | 126 {EGL_RED_SIZE, &egl::Config::redSize}, {EGL_GREEN_SIZE, &egl::Config::greenSize}, in TEST() 172 // color buffer this is the sum of EGL_RED_SIZE, EGL_GREEN_SIZE, EGL_BLUE_SIZE, 195 greaterThan1BitFilter.insert(EGL_RED_SIZE, 1); in TEST()
|
H A D | Config.cpp | 197 mWantRed = wantsComponent(attributeMap, EGL_RED_SIZE); 263 case EGL_RED_SIZE:
|
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluConfigInfo.cpp | 41 case EGL_RED_SIZE: return redSize; in getAttribute() 93 egl.getConfigAttrib(display, config, EGL_RED_SIZE, &dst->redSize); in queryCoreConfigInfo()
|
H A D | egluConfigFilter.cpp | 75 int CandidateConfig::redSize (void) const { return get(EGL_RED_SIZE); } in redSize()
|
H A D | egluStrUtil.cpp | 73 case EGL_RED_SIZE: in operator <<()
|
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/ |
H A D | rosen_context_impl.cpp | 40 PRINT_EGL_CONFIG(EGL_RED_SIZE) in PrintEglConfig() 69 eglGetConfigAttrib(eglDisplay_, cfg, EGL_RED_SIZE, &red); in ShowConfig() 194 frameBufferAttribs.push_back(EGL_RED_SIZE); in SetConfig() 239 eglGetConfigAttrib(eglDisplay_, config_, EGL_RED_SIZE, &red); in SetConfig() 635 eglGetConfigAttrib(dpy, config, EGL_RED_SIZE, &red); in OH_createWindowSurface()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | EGLMakeCurrentPerf.cpp | 100 EGLint configAttrs[] = {EGL_RED_SIZE, in SetUp()
|
/third_party/skia/tools/sk_app/android/ |
H A D | GLWindowContext_android.cpp | 78 EGL_RED_SIZE, 8, in onInitializeContext()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcConfigListEGL.cpp | 107 deInt32 redSize = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_RED_SIZE); in getDefaultEglConfigList()
|
/third_party/skia/tools/sk_app/win/ |
H A D | ANGLEWindowContext_win.cpp | 86 EGL_RED_SIZE, in onInitializeContext()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | Config.cpp | 271 case EGL_RED_SIZE: mWantRed = isSpecified; break; 376 case EGL_RED_SIZE: match = config->mRedSize >= attribIt->second; break;
|
/third_party/skia/tools/gpu/gl/command_buffer/ |
H A D | GLTestContext_command_buffer.cpp | 41 #define EGL_RED_SIZE 0x3024 macro 239 EGL_RED_SIZE, 8,
|
/third_party/vk-gl-cts/framework/platform/surfaceless/ |
H A D | tcuSurfacelessPlatform.cpp | 312 frame_buffer_attribs.push_back(EGL_RED_SIZE); in EglRenderContext() 345 eglGetConfigAttrib(m_eglDisplay, all_configs[i], EGL_RED_SIZE, &red); in EglRenderContext()
|
/third_party/EGL/api/1.2/EGL/ |
H A D | egl.h | 72 #define EGL_RED_SIZE 0x3024 macro
|