Home
last modified time | relevance | path

Searched refs:configAttributes (Results 1 – 22 of 22) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLSurfaceTest.cpp149 const EGLint configAttributes[] = {EGL_RED_SIZE, in initializeSurfaceWithDefaultConfig() local
167 ASSERT_TRUE(eglChooseConfig(mDisplay, configAttributes, &config, 1, &configCount) || in initializeSurfaceWithDefaultConfig()
424 const EGLint configAttributes[] = { in TEST_P() local
430 if (EGLWindow::FindEGLConfig(mDisplay, configAttributes, &config) == EGL_FALSE) in TEST_P()
453 const EGLint configAttributes[] = { in TEST_P() local
459 if (EGLWindow::FindEGLConfig(mDisplay, configAttributes, &config) == EGL_FALSE) in TEST_P()
482 const EGLint configAttributes[] = { in TEST_P() local
488 if (EGLWindow::FindEGLConfig(mDisplay, configAttributes, &config) == EGL_FALSE) in TEST_P()
510 const EGLint configAttributes[] = { in TEST_P() local
516 if (EGLWindow::FindEGLConfig(mDisplay, configAttributes, &config) == EGL_FALSE) in TEST_P()
[all …]
DEGLRecordableTest.cpp54 const EGLint configAttributes[] = { in TEST_P() local
60 eglChooseConfig(display, configAttributes, configs.data(), configs.size(), &configCount)); in TEST_P()
DEGLSyncControlTest.cpp124 const EGLint configAttributes[] = {EGL_NONE}; in CreateWindowSurface() local
127 ASSERT_EGL_TRUE(eglChooseConfig(mDisplay, configAttributes, &mConfig, 1, &configCount)); in CreateWindowSurface()
DEGLDirectCompositionTest.cpp142 const EGLint configAttributes[] = { in Init() local
169 ASSERT_EGL_TRUE(eglChooseConfig(mEglDisplay, configAttributes, &mEglConfig, 1, &nConfigs)); in Init()
DEGLDeviceTest.cpp131 const EGLint configAttributes[] = {EGL_NONE}; in CreateWindowSurface() local
133 ASSERT_EGL_TRUE(eglChooseConfig(mDisplay, configAttributes, &mConfig, 1, &configCount)); in CreateWindowSurface()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLSurfaceTest.cpp214 const EGLint configAttributes[] = {EGL_RED_SIZE, in chooseDefaultConfig() local
234 if (eglChooseConfig(mDisplay, configAttributes, &config, 1, &configCount) != EGL_TRUE) in chooseDefaultConfig()
354 const EGLint configAttributes[] = {EGL_SURFACE_TYPE, in initializeSurfaceWithFloatConfig() local
371 if (EGLWindow::FindEGLConfig(mDisplay, configAttributes, &config) == EGL_FALSE) in initializeSurfaceWithFloatConfig()
649 const EGLint configAttributes[] = {EGL_SURFACE_TYPE, in TEST_P() local
669 if (EGLWindow::FindEGLConfig(mDisplay, configAttributes, &config) == EGL_FALSE) in TEST_P()
692 const EGLint configAttributes[] = {EGL_SURFACE_TYPE, in TEST_P() local
712 if (EGLWindow::FindEGLConfig(mDisplay, configAttributes, &config) == EGL_FALSE) in TEST_P()
735 const EGLint configAttributes[] = {EGL_SURFACE_TYPE, in TEST_P() local
755 if (EGLWindow::FindEGLConfig(mDisplay, configAttributes, &config) == EGL_FALSE) in TEST_P()
[all …]
DEGLRecordableTest.cpp53 const EGLint configAttributes[] = { in TEST_P() local
59 eglChooseConfig(display, configAttributes, configs.data(), configs.size(), &configCount)); in TEST_P()
DEGLSurfaceTestMac.mm42 const EGLint configAttributes[] = {
48 EGLint ret = eglChooseConfig(mDisplay, configAttributes, &mConfig, 1, &configCount);
DEGLSyncControlTest.cpp124 const EGLint configAttributes[] = {EGL_NONE}; in CreateWindowSurface() local
127 ASSERT_EGL_TRUE(eglChooseConfig(mDisplay, configAttributes, &mConfig, 1, &configCount)); in CreateWindowSurface()
DEGLCreateContextAttribsTest.cpp164 const EGLint configAttributes[] = {EGL_RED_SIZE, 8, EGL_GREEN_SIZE, 8, in TEST_P() local
171 EXPECT_EGL_TRUE(eglChooseConfig(mDisplay, configAttributes, &config, 1, &count)); in TEST_P()
DEGLDisplayPowerPreferenceTest.cpp133 const EGLint configAttributes[] = { in initializeContextForDisplay() local
140 EGLint ret = eglChooseConfig(display, configAttributes, &config, 1, &configCount); in initializeContextForDisplay()
DEGLDirectCompositionTest.cpp145 const EGLint configAttributes[] = { in Init() local
172 ASSERT_EGL_TRUE(eglChooseConfig(mEglDisplay, configAttributes, &mEglConfig, 1, &nConfigs)); in Init()
DEGLDeviceTest.cpp119 const EGLint configAttributes[] = {EGL_NONE}; in CreateWindowSurface() local
121 ASSERT_EGL_TRUE(eglChooseConfig(mDisplay, configAttributes, &mConfig, 1, &configCount)); in CreateWindowSurface()
DEGLPreRotationTest.cpp159 const EGLint configAttributes[] = { in initializeSurfaceWithRGBA8888Config() local
165 ASSERT_TRUE(eglChooseConfig(mDisplay, configAttributes, &config, 1, &configCount) || in initializeSurfaceWithRGBA8888Config()
189 const EGLint configAttributes[] = { in initializeSurfaceWithRGBA8888d24s8Config() local
195 ASSERT_TRUE(eglChooseConfig(mDisplay, configAttributes, &config, 1, &configCount) || in initializeSurfaceWithRGBA8888d24s8Config()
/third_party/flutter/skia/third_party/externals/angle2/util/
DEGLWindow.cpp200 std::vector<EGLint> configAttributes = { in initializeSurface() local
228 configAttributes.push_back(EGL_COLOR_COMPONENT_TYPE_EXT); in initializeSurface()
229 configAttributes.push_back(mConfigParams.componentType); in initializeSurface()
233 configAttributes.push_back(EGL_NONE); in initializeSurface()
235 if (!FindEGLConfig(mDisplay, configAttributes.data(), &mConfig)) in initializeSurface()
/third_party/flutter/engine/flutter/shell/platform/windows/
Dangle_surface_manager.cc21 const EGLint configAttributes[] = {EGL_RED_SIZE, 8, EGL_GREEN_SIZE, 8, in Initialize() local
115 if ((eglChooseConfig(egl_display_, configAttributes, &egl_config_, 1, in Initialize()
/third_party/skia/third_party/externals/angle2/util/
DEGLWindow.cpp398 std::vector<EGLint> configAttributes = { in initializeSurface() local
429 configAttributes.push_back(EGL_COLOR_COMPONENT_TYPE_EXT); in initializeSurface()
430 configAttributes.push_back(mConfigParams.componentType); in initializeSurface()
434 configAttributes.push_back(EGL_NONE); in initializeSurface()
436 if (!FindEGLConfig(mDisplay, configAttributes.data(), &mConfig)) in initializeSurface()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DMultisampleTest.cpp37 const EGLint configAttributes[] = { in testSetUp() local
45 eglChooseConfig(mDisplay, configAttributes, &multisampledConfig, 1, &configCount); in testSetUp()
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_wgl.cpp138 const EGLint configAttributes[] = {EGL_NONE}; in wglCreateContext() local
143 AttributeMap attribMapConfig = AttributeMap::CreateFromIntArray(configAttributes); in wglCreateContext()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_wgl.cpp142 const EGLint configAttributes[] = {EGL_NONE}; in wglCreateContext() local
147 AttributeMap attribMapConfig = AttributeMap::CreateFromIntArray(configAttributes); in wglCreateContext()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DMultisampleTest.cpp61 const EGLint configAttributes[] = {EGL_SURFACE_TYPE, in testSetUp() local
84 eglChooseConfig(mDisplay, configAttributes, &multisampledConfig, 1, &configCount); in testSetUp()
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/
Dunittests.cpp116 const EGLint configAttributes[] = { in Initialize() local
124 EGLBoolean success = eglChooseConfig(display, configAttributes, &config, 1, &num_config); in Initialize()