Home
last modified time | relevance | path

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

123456

/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/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/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/mesa3d/src/egl/
Degl-symbols.txt3 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/mesa3d/src/egl/main/
Degl.def.in4 eglChooseConfig@20
/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/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/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/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()
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
DMakefile18 eglChooseConfig.xhtml \
/third_party/cef/libcef/browser/gpu/
Dexternal_texture_manager.cc203 if (eglChooseConfig(egl_display, configAttrs, &config, 1, &numConfigs) != in CreateTexture()
228 if (eglChooseConfig(egl_display, configAttrs, &config, 1, &numConfigs) == in CreateTexture()
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/
DMakefile32 eglChooseConfig.html \
/third_party/EGL/sdk/docs/man/xhtml/
DMakefile32 eglChooseConfig.html \
/third_party/EGL/sdk/docs/man/html/
DMakefile18 eglChooseConfig.xhtml \

123456