Searched refs:eglChooseConfig (Results 1 – 25 of 137) sorted by relevance
123456
/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/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/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/mesa3d/src/egl/ |
D | egl-symbols.txt | 3 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/mesa3d/src/egl/main/ |
D | egl.def.in | 4 eglChooseConfig@20
|
/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/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/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/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()
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
D | Makefile | 18 eglChooseConfig.xhtml \
|
/third_party/cef/libcef/browser/gpu/ |
D | external_texture_manager.cc | 203 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/ |
D | Makefile | 32 eglChooseConfig.html \
|
/third_party/EGL/sdk/docs/man/xhtml/ |
D | Makefile | 32 eglChooseConfig.html \
|
/third_party/EGL/sdk/docs/man/html/ |
D | Makefile | 18 eglChooseConfig.xhtml \
|
123456