/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() 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, in TEST_P() 777 const EGLint configAttributes[] = {EGL_SURFACE_TYPE, TEST_P() local 818 const EGLint configAttributes[] = {EGL_SURFACE_TYPE, TEST_P() local 889 const EGLint configAttributes[] = { TEST_P() local 1004 const EGLint configAttributes[] = { TEST_P() local 1044 const EGLint configAttributes[] = { TEST_P() local 1166 const EGLint configAttributes[] = TEST_P() local [all...] |
H A D | EGLRecordableTest.cpp | 53 const EGLint configAttributes[] = { in TEST_P() local 59 eglChooseConfig(display, configAttributes, configs.data(), configs.size(), &configCount)); in TEST_P()
|
H A D | EGLSyncControlTest.cpp | 124 const EGLint configAttributes[] = {EGL_NONE}; in CreateWindowSurface() local 127 ASSERT_EGL_TRUE(eglChooseConfig(mDisplay, configAttributes, &mConfig, 1, &configCount)); in CreateWindowSurface()
|
H A D | EGLCreateContextAttribsTest.cpp | 164 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()
|
H A D | EGLDisplayPowerPreferenceTest.cpp | 133 const EGLint configAttributes[] = { in initializeContextForDisplay() local 140 EGLint ret = eglChooseConfig(display, configAttributes, &config, 1, &configCount); in initializeContextForDisplay()
|
H A D | EGLDeviceTest.cpp | 119 const EGLint configAttributes[] = {EGL_NONE}; in CreateWindowSurface() local 121 ASSERT_EGL_TRUE(eglChooseConfig(mDisplay, configAttributes, &mConfig, 1, &configCount)); in CreateWindowSurface()
|
H A D | EGLDirectCompositionTest.cpp | 145 const EGLint configAttributes[] = { in Init() local 172 ASSERT_EGL_TRUE(eglChooseConfig(mEglDisplay, configAttributes, &mEglConfig, 1, &nConfigs)); in Init()
|
H A D | EGLPreRotationTest.cpp | 159 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/skia/third_party/externals/angle2/util/ |
H A D | EGLWindow.cpp | 398 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/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_wgl.cpp | 142 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/ |
H A D | MultisampleTest.cpp | 61 const EGLint configAttributes[] = {EGL_SURFACE_TYPE, variable 84 eglChooseConfig(mDisplay, configAttributes, &multisampledConfig, 1, &configCount);
|
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/ |
H A D | unittests.cpp | 116 const EGLint configAttributes[] = { in Initialize() local 124 EGLBoolean success = eglChooseConfig(display, configAttributes, &config, 1, &num_config); in Initialize()
|