Home
last modified time | relevance | path

Searched refs:eglChooseConfig (Results 1 - 25 of 56) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLAndroidFrameBufferTargetTest.cpp8 // 1. When the EGLFRAME_BUFFER_TARGET_ANDROID attribute is used with eglChooseConfig
78 EXPECT_EGL_TRUE(eglChooseConfig(mDisplay, attribs, nullptr, 0, &count)); in TEST_P()
80 EXPECT_EGL_TRUE(eglChooseConfig(mDisplay, attribs, matchConfigs.data(), count, &count)); in TEST_P()
H A DEGLCreateContextAttribsTest.cpp47 EXPECT_EGL_TRUE(eglChooseConfig(mDisplay, cfgAttribList1, &config, 1, &count)); in TEST_P()
59 EXPECT_EGL_TRUE(eglChooseConfig(mDisplay, cfgAttribList2, &config, 1, &count)); in TEST_P()
171 EXPECT_EGL_TRUE(eglChooseConfig(mDisplay, configAttributes, &config, 1, &count)); in TEST_P()
H A DEGLRecordableTest.cpp59 eglChooseConfig(display, configAttributes, configs.data(), configs.size(), &configCount)); in TEST_P()
H A DEGLBufferAgeTest.cpp64 result = eglChooseConfig(mDisplay, attribs, config, 1, &count); in chooseConfig()
301 EXPECT_EGL_TRUE(eglChooseConfig(mDisplay, attribs, &config, 1, &count)); in TEST_P()
H A DEGLChooseConfigTest.cpp7 // Tests of proper default-value semantics for eglChooseConfig
43 ASSERT_EGL_TRUE(eglChooseConfig(display, defaultConfigAttributes, defaultConfigs.data(), in TEST_P()
H A DEGLSyncControlTest.cpp127 ASSERT_EGL_TRUE(eglChooseConfig(mDisplay, configAttributes, &mConfig, 1, &configCount)); in CreateWindowSurface()
H A DEGLQueryContextTest.cpp36 EXPECT_TRUE(eglChooseConfig(mDisplay, cfgattrs, &mConfig, 1, &ncfg) != EGL_FALSE);
H A DEGLDisplayPowerPreferenceTest.cpp140 EGLint ret = eglChooseConfig(display, configAttributes, &config, 1, &configCount); in initializeContextForDisplay()
/third_party/EGL/sdk/docs/man/html/
H A DMakefile18 eglChooseConfig.xhtml \
/third_party/EGL/sdk/docs/man/xhtml/
H A DMakefile32 eglChooseConfig.html \
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/
H A DMakefile32 eglChooseConfig.html \
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
H A DMakefile18 eglChooseConfig.xhtml \
/third_party/skia/third_party/externals/imgui/examples/example_android_opengl3/
H A Dmain.cpp46 if (eglChooseConfig(g_EglDisplay, egl_attributes, nullptr, 0, &num_configs) != EGL_TRUE) in init()
47 __android_log_print(ANDROID_LOG_ERROR, g_LogTag, "%s", "eglChooseConfig() returned with an error"); in init()
49 __android_log_print(ANDROID_LOG_ERROR, g_LogTag, "%s", "eglChooseConfig() returned 0 matching config"); in init()
53 eglChooseConfig(g_EglDisplay, egl_attributes, &egl_config, 1, &num_configs); in init()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DEGLMakeCurrentPerf.cpp112 ASSERT_TRUE(eglChooseConfig(mDisplay, configAttrs, &mConfig, 1, &numConfigs)); in SetUp()
/third_party/skia/tools/sk_app/android/
H A DGLWindowContext_android.cpp89 SkAssertResult(eglChooseConfig(fDisplay, configAttribs, &surfaceConfig, 1, &numConfigs)); in onInitializeContext()
/third_party/skia/tools/sk_app/win/
H A DANGLEWindowContext_win.cpp101 if (!eglChooseConfig(fDisplay, configAttribs, &surfaceConfig, 1, &numConfigs)) { in onInitializeContext()
/third_party/vk-gl-cts/framework/platform/surfaceless/
H A DtcuSurfacelessPlatform.cpp335 if (!eglChooseConfig(m_eglDisplay, &frame_buffer_attribs[0], NULL, 0, &num_configs)) in EglRenderContext()
340 if (!eglChooseConfig(m_eglDisplay, &frame_buffer_attribs[0], all_configs, num_configs, &num_configs)) in EglRenderContext()
/third_party/vk-gl-cts/modules/egl/
H A DteglNegativeApiTests.cpp250 TEGL_ADD_API_CASE(choose_config, "eglChooseConfig() negative tests", in init()
259 expectFalse(eglChooseConfig(EGL_NO_DISPLAY, s_emptyAttribList, &configs[0], DE_LENGTH_OF_ARRAY(configs), &numConfigs)); in init()
262 expectFalse(eglChooseConfig((EGLDisplay)-1, s_emptyAttribList, &configs[0], DE_LENGTH_OF_ARRAY(configs), &numConfigs)); in init()
271 expectFalse(eglChooseConfig(display, s_invalidChooseConfigAttribLists[ndx], &configs[0], DE_LENGTH_OF_ARRAY(configs), &numConfigs)); in init()
279 expectFalse(eglChooseConfig(display, s_emptyAttribList, &configs[0], DE_LENGTH_OF_ARRAY(configs), DE_NULL)); in init()
/third_party/EGL/api/1.2/EGL/
H A Degl.h205 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
/third_party/EGL/api/1.2/
H A Degl.h201 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
/third_party/EGL/api/1.1/EGL/
H A Degl.h192 GLAPI EGLBoolean APIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
/third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
H A Damdgcn_glslc.c118 if (!eglChooseConfig(egl_dpy, config_attribs, &cfg, 1, &count) || in create_gl_core_context()
120 fprintf(stderr, "ERROR: eglChooseConfig() failed\n"); in create_gl_core_context()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.hpp34 EGLBoolean (EGLAPIENTRY* eglChooseConfig)(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config); member in LibEGLexports
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/
H A Degl.h201 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/
H A Degl.h222 GLAPI EGLBoolean APIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);

Completed in 12 milliseconds

123