Home
last modified time | relevance | path

Searched refs:EGL_RED_SIZE (Results 1 - 25 of 77) sorted by relevance

1234

/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLSurfaceTest.cpp214 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 DEGLContextCompatibilityTest.cpp32 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 DEGLRecordableTest.cpp54 EGL_RED_SIZE, EGL_DONT_CARE, EGL_GREEN_SIZE, EGL_DONT_CARE, EGL_BLUE_SIZE, in TEST_P()
H A DEGLBufferAgeTest.cpp50 EGLint attribs[] = {EGL_RED_SIZE, in chooseConfig()
287 EGLint attribs[] = {EGL_RED_SIZE, in TEST_P()
H A DEGLQueryContextTest.cpp27 EGLint cfgattrs[] = {EGL_RED_SIZE,
/third_party/vk-gl-cts/modules/egl/
H A DteglWideColorTests.cpp387 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 DteglChooseConfigTests.cpp253 { 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 DteglQueryConfigTests.cpp461 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 DteglMutableRenderBufferTests.cpp106 EGL_RED_SIZE, 8, in init()
116 EGL_RED_SIZE, 8, in init()
H A DteglChooseConfigReference.cpp291 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 DteglNegativeApiTests.cpp780 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 DConfig_unittest.cpp126 {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 DConfig.cpp197 mWantRed = wantsComponent(attributeMap, EGL_RED_SIZE);
263 case EGL_RED_SIZE:
/third_party/vk-gl-cts/framework/egl/
H A DegluConfigInfo.cpp41 case EGL_RED_SIZE: return redSize; in getAttribute()
93 egl.getConfigAttrib(display, config, EGL_RED_SIZE, &dst->redSize); in queryCoreConfigInfo()
H A DegluConfigFilter.cpp75 int CandidateConfig::redSize (void) const { return get(EGL_RED_SIZE); } in redSize()
H A DegluStrUtil.cpp73 case EGL_RED_SIZE: in operator <<()
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/
H A Drosen_context_impl.cpp40 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 DEGLMakeCurrentPerf.cpp100 EGLint configAttrs[] = {EGL_RED_SIZE, in SetUp()
/third_party/skia/tools/sk_app/android/
H A DGLWindowContext_android.cpp78 EGL_RED_SIZE, 8, in onInitializeContext()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcConfigListEGL.cpp107 deInt32 redSize = eglu::getConfigAttribInt(library, display, *cfgIter, EGL_RED_SIZE); in getDefaultEglConfigList()
/third_party/skia/tools/sk_app/win/
H A DANGLEWindowContext_win.cpp86 EGL_RED_SIZE, in onInitializeContext()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DConfig.cpp271 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 DGLTestContext_command_buffer.cpp41 #define EGL_RED_SIZE 0x3024 macro
239 EGL_RED_SIZE, 8,
/third_party/vk-gl-cts/framework/platform/surfaceless/
H A DtcuSurfacelessPlatform.cpp312 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 Degl.h72 #define EGL_RED_SIZE 0x3024 macro

Completed in 18 milliseconds

1234