/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLAndroidFrameBufferTargetTest.cpp | 8 // 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 D | EGLCreateContextAttribsTest.cpp | 47 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 D | EGLRecordableTest.cpp | 59 eglChooseConfig(display, configAttributes, configs.data(), configs.size(), &configCount)); in TEST_P()
|
H A D | EGLBufferAgeTest.cpp | 64 result = eglChooseConfig(mDisplay, attribs, config, 1, &count); in chooseConfig() 301 EXPECT_EGL_TRUE(eglChooseConfig(mDisplay, attribs, &config, 1, &count)); in TEST_P()
|
H A D | EGLChooseConfigTest.cpp | 7 // Tests of proper default-value semantics for eglChooseConfig 43 ASSERT_EGL_TRUE(eglChooseConfig(display, defaultConfigAttributes, defaultConfigs.data(), in TEST_P()
|
H A D | EGLSyncControlTest.cpp | 127 ASSERT_EGL_TRUE(eglChooseConfig(mDisplay, configAttributes, &mConfig, 1, &configCount)); in CreateWindowSurface()
|
H A D | EGLQueryContextTest.cpp | 36 EXPECT_TRUE(eglChooseConfig(mDisplay, cfgattrs, &mConfig, 1, &ncfg) != EGL_FALSE);
|
H A D | EGLDisplayPowerPreferenceTest.cpp | 140 EGLint ret = eglChooseConfig(display, configAttributes, &config, 1, &configCount); in initializeContextForDisplay()
|
/third_party/EGL/sdk/docs/man/html/ |
H A D | Makefile | 18 eglChooseConfig.xhtml \
|
/third_party/EGL/sdk/docs/man/xhtml/ |
H A D | Makefile | 32 eglChooseConfig.html \
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/ |
H A D | Makefile | 32 eglChooseConfig.html \
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
H A D | Makefile | 18 eglChooseConfig.xhtml \
|
/third_party/skia/third_party/externals/imgui/examples/example_android_opengl3/ |
H A D | main.cpp | 46 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 D | EGLMakeCurrentPerf.cpp | 112 ASSERT_TRUE(eglChooseConfig(mDisplay, configAttrs, &mConfig, 1, &numConfigs)); in SetUp()
|
/third_party/skia/tools/sk_app/android/ |
H A D | GLWindowContext_android.cpp | 89 SkAssertResult(eglChooseConfig(fDisplay, configAttribs, &surfaceConfig, 1, &numConfigs)); in onInitializeContext()
|
/third_party/skia/tools/sk_app/win/ |
H A D | ANGLEWindowContext_win.cpp | 101 if (!eglChooseConfig(fDisplay, configAttribs, &surfaceConfig, 1, &numConfigs)) { in onInitializeContext()
|
/third_party/vk-gl-cts/framework/platform/surfaceless/ |
H A D | tcuSurfacelessPlatform.cpp | 335 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 D | teglNegativeApiTests.cpp | 250 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 D | egl.h | 205 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
|
/third_party/EGL/api/1.2/ |
H A D | egl.h | 201 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
|
/third_party/EGL/api/1.1/EGL/ |
H A D | egl.h | 192 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 D | amdgcn_glslc.c | 118 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 D | libEGL.hpp | 34 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 D | egl.h | 201 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
|
/third_party/skia/third_party/externals/egl-registry/api/1.1/EGL/ |
H A D | egl.h | 222 GLAPI EGLBoolean APIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
|