Searched refs:eglChooseConfig (Results 1 – 25 of 180) sorted by relevance
12345678
/third_party/skia/third_party/externals/egl-registry/extensions/HI/ |
D | EGL_HI_colorformats.txt | 51 Accepted in the <attrib_list> parameter of eglChooseConfig. 86 eglChooseConfig returns configurations having all kinds of color 93 the <configs> list returned by eglChooseConfig or explicitly specify 115 eglChooseConfig(dpy, attrib_list, &config, 1, &num_config);
|
/third_party/EGL/extensions/HI/ |
D | EGL_HI_colorformats.txt | 51 Accepted in the <attrib_list> parameter of eglChooseConfig. 86 eglChooseConfig returns configurations having all kinds of color 93 the <configs> list returned by eglChooseConfig or explicitly specify 115 eglChooseConfig(dpy, attrib_list, &config, 1, &num_config);
|
/third_party/vk-gl-cts/framework/egl/wrapper/ |
D | eglwStaticLibrary14.inl | 8 { "eglChooseConfig", (deFunctionPtr)eglChooseConfig },
|
D | eglwStaticLibrary15.inl | 8 { "eglChooseConfig", (deFunctionPtr)eglChooseConfig },
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_config_select_group.txt | 43 of the configs returned by eglChooseConfig. A new config attribute is 48 the rules of eglChooseConfig. See also GLX_SGIX_visual_select_group. 81 eglChooseConfig, but it is accepted as the <attribute> in
|
D | EGL_EXT_pixel_format_float.txt | 63 eglChooseConfig, and the <attribute> argument of eglGetConfigAttrib: 68 of eglChooseConfig: 108 eglChooseConfig...
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLAndroidFrameBufferTargetTest.cpp | 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()
|
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()
|
D | EGLRecordableTest.cpp | 59 eglChooseConfig(display, configAttributes, configs.data(), configs.size(), &configCount)); in TEST_P()
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_pixel_format_float.txt | 63 eglChooseConfig, and the <attribute> argument of eglGetConfigAttrib: 68 of eglChooseConfig: 108 eglChooseConfig...
|
/third_party/flutter/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_flexible_surface_compatibility.txt | 88 the same structure as described for eglChooseConfig. Attributes that can 105 has the same structure as described for eglChooseConfig. Attributes that 123 has the same structure as described for eglChooseConfig. Attributes that
|
/third_party/mesa3d/src/egl/ |
D | egl-symbols.txt | 3 eglChooseConfig
|
/third_party/mesa3d/src/egl/main/ |
D | egl.def | 4 eglChooseConfig
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | libEGL.def | 5 eglChooseConfig @7
|
D | libEGL_deprecated.def | 5 eglChooseConfig @7
|
D | libEGL_deprecated.lds | 6 eglChooseConfig;
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLRecordableTest.cpp | 60 eglChooseConfig(display, configAttributes, configs.data(), configs.size(), &configCount)); in TEST_P()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libEGL/ |
D | libEGL.def | 5 eglChooseConfig @7
|
/third_party/skia/third_party/externals/egl-registry/extensions/NV/ |
D | EGL_NV_depth_nonlinear.txt | 82 Accepted by the <attrib_list> parameter of eglChooseConfig and 88 Accepted as a value in the <attrib_list> parameter of eglChooseConfig
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | EGL_NV_depth_nonlinear.txt | 82 Accepted by the <attrib_list> parameter of eglChooseConfig and 88 Accepted as a value in the <attrib_list> parameter of eglChooseConfig
|
/third_party/EGL/extensions/NV/ |
D | EGL_NV_depth_nonlinear.txt | 82 Accepted by the <attrib_list> parameter of eglChooseConfig and 88 Accepted as a value in the <attrib_list> parameter of eglChooseConfig
|
/third_party/openGLES/extensions/NV/ |
D | EGL_NV_depth_nonlinear.txt | 82 Accepted by the <attrib_list> parameter of eglChooseConfig and 88 Accepted as a value in the <attrib_list> parameter of eglChooseConfig
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/ |
D | WLEGLSurface.cpp | 88 if (!eglChooseConfig(m_eglDisplay, configAttribs, &m_eglConfig, 1, &nConfig) in CreatePlatformSurface()
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
D | Makefile | 18 eglChooseConfig.xhtml \
|
/third_party/skia/third_party/externals/imgui/examples/example_android_opengl3/ |
D | main.cpp | 46 if (eglChooseConfig(g_EglDisplay, egl_attributes, nullptr, 0, &num_configs) != EGL_TRUE) in init() 53 eglChooseConfig(g_EglDisplay, egl_attributes, &egl_config, 1, &num_configs); in init()
|
12345678