Home
last modified time | relevance | path

Searched refs:configAttributes (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A 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, 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 DEGLRecordableTest.cpp53 const EGLint configAttributes[] = { in TEST_P() local
59 eglChooseConfig(display, configAttributes, configs.data(), configs.size(), &configCount)); in TEST_P()
H A DEGLSyncControlTest.cpp124 const EGLint configAttributes[] = {EGL_NONE}; in CreateWindowSurface() local
127 ASSERT_EGL_TRUE(eglChooseConfig(mDisplay, configAttributes, &mConfig, 1, &configCount)); in CreateWindowSurface()
H A 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()
H A DEGLDisplayPowerPreferenceTest.cpp133 const EGLint configAttributes[] = { in initializeContextForDisplay() local
140 EGLint ret = eglChooseConfig(display, configAttributes, &config, 1, &configCount); in initializeContextForDisplay()
H A DEGLDeviceTest.cpp119 const EGLint configAttributes[] = {EGL_NONE}; in CreateWindowSurface() local
121 ASSERT_EGL_TRUE(eglChooseConfig(mDisplay, configAttributes, &mConfig, 1, &configCount)); in CreateWindowSurface()
H A DEGLDirectCompositionTest.cpp145 const EGLint configAttributes[] = { in Init() local
172 ASSERT_EGL_TRUE(eglChooseConfig(mEglDisplay, configAttributes, &mEglConfig, 1, &nConfigs)); in Init()
H A 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/skia/third_party/externals/angle2/util/
H A 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/skia/third_party/externals/angle2/src/libGL/
H A 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/
H A DMultisampleTest.cpp61 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 Dunittests.cpp116 const EGLint configAttributes[] = { in Initialize() local
124 EGLBoolean success = eglChooseConfig(display, configAttributes, &config, 1, &num_config); in Initialize()

Completed in 19 milliseconds