Home
last modified time | relevance | path

Searched refs:eglChooseConfig (Results 1 – 25 of 180) sorted by relevance

12345678

/third_party/skia/third_party/externals/egl-registry/extensions/HI/
DEGL_HI_colorformats.txt51 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/
DEGL_HI_colorformats.txt51 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/
DeglwStaticLibrary14.inl8 { "eglChooseConfig", (deFunctionPtr)eglChooseConfig },
DeglwStaticLibrary15.inl8 { "eglChooseConfig", (deFunctionPtr)eglChooseConfig },
/third_party/EGL/extensions/EXT/
DEGL_EXT_config_select_group.txt43 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
DEGL_EXT_pixel_format_float.txt63 eglChooseConfig, and the <attribute> argument of eglGetConfigAttrib:
68 of eglChooseConfig:
108 eglChooseConfig...
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLAndroidFrameBufferTargetTest.cpp78 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()
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()
DEGLRecordableTest.cpp59 eglChooseConfig(display, configAttributes, configs.data(), configs.size(), &configCount)); in TEST_P()
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_pixel_format_float.txt63 eglChooseConfig, and the <attribute> argument of eglGetConfigAttrib:
68 of eglChooseConfig:
108 eglChooseConfig...
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_flexible_surface_compatibility.txt88 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/
Degl-symbols.txt3 eglChooseConfig
/third_party/mesa3d/src/egl/main/
Degl.def4 eglChooseConfig
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DlibEGL.def5 eglChooseConfig @7
DlibEGL_deprecated.def5 eglChooseConfig @7
DlibEGL_deprecated.lds6 eglChooseConfig;
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLRecordableTest.cpp60 eglChooseConfig(display, configAttributes, configs.data(), configs.size(), &configCount)); in TEST_P()
/third_party/flutter/skia/third_party/externals/angle2/src/libEGL/
DlibEGL.def5 eglChooseConfig @7
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_depth_nonlinear.txt82 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/
DEGL_NV_depth_nonlinear.txt82 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/
DEGL_NV_depth_nonlinear.txt82 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/
DEGL_NV_depth_nonlinear.txt82 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/
DWLEGLSurface.cpp88 if (!eglChooseConfig(m_eglDisplay, configAttribs, &m_eglConfig, 1, &nConfig) in CreatePlatformSurface()
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
DMakefile18 eglChooseConfig.xhtml \
/third_party/skia/third_party/externals/imgui/examples/example_android_opengl3/
Dmain.cpp46 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