Home
last modified time | relevance | path

Searched refs:Configs (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mesa3d/src/egl/main/
Deglconfig.c90 if (!disp->Configs) { in _eglLinkConfig()
91 disp->Configs = _eglCreateArray("Config", 16); in _eglLinkConfig()
92 if (!disp->Configs) in _eglLinkConfig()
96 _eglAppendArray(disp->Configs, (void *) conf); in _eglLinkConfig()
114 conf = (_EGLConfig *) _eglFindArray(disp->Configs, (void *) config); in _eglLookupConfig()
802 result = _eglFilterConfigArray(disp->Configs, in _eglChooseConfig()
857 *num_config = _eglFlattenArray(disp->Configs, (void *) configs, in _eglGetConfigs()
Deglconfigdebug.c179 configsToPrint = (_EGLConfig **) disp->Configs->Elements; in eglPrintConfigDebug()
180 numConfigsToPrint = disp->Configs->Size; in eglPrintConfigDebug()
Degldisplay.c366 if (disp->Configs) { in _eglCleanupDisplay()
367 _eglDestroyArray(disp->Configs, free); in _eglCleanupDisplay()
368 disp->Configs = NULL; in _eglCleanupDisplay()
Degldisplay.h190 _EGLArray *Configs; member
/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.hpp350 typedef std::set<config::Config*> Configs; typedef in deqp::gls::FboUtil::FboBuilder
357 Configs m_configs;
DglsFboUtil.cpp949 for (Configs::const_iterator it = m_configs.begin(); it != m_configs.end(); it++) in ~FboBuilder()
/third_party/skia/third_party/externals/tint/tools/src/glob/
Dglob.go61 type Configs []Config type
/third_party/node/deps/npm/docs/content/commands/
Dnpm.md126 * User Configs:
130 * Global Configs:
/third_party/EGL/extensions/EXT/
DEGL_EXT_config_select_group.txt75 selection category of the config. Configs in the i-th category have a higher
/third_party/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp192 if (!_eglGetArraySize(disp->Configs)) { in haiku_add_configs_for_visuals()
/third_party/vk-gl-cts/external/openglcts/
DCONTRIBUTING.md41 test cases. CTS packages (except `CTS-Configs.*`) create a rendering context
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c125 num_configs = _eglFilterArray(disp->Configs, (void **)&matching_config, 1, in wgl_add_config()
/third_party/gn/docs/
Dlanguage.md295 ## Configs section in GN Language and Operation
297 Configs are named objects that specify sets of flags, include
Dstyle_guide.md46 ### Configs subsection
Dreference.md89 …* [all_dependent_configs: [label list] Configs to be forced on dependents.](#var_all_dependent_c…
112 * [configs: [label list] Configs applying to this target or config.](#var_configs)
149 * [public_configs: [label list] Configs applied to dependents.](#var_public_configs)
600 #### **Configs**
607 Configs can have child configs. Specifying --tree will show the hierarchy.
2202 Configs solve a problem where the build system needs to have a higher-level
4563 ### <a name="var_all_dependent_configs"></a>**all_dependent_configs**: Configs to be forced on depe…
5160 ### <a name="var_configs"></a>**configs**: Configs applying to this target or config.
5166 #### **Configs on a target**
5184 #### **Configs on a config**
[all …]
/third_party/gn/src/gn/
Dvariables.cc1818 "public_configs: [label list] Configs applied to dependents.";
1820 R"(public_configs: Configs to be applied on dependents.
/third_party/skia/third_party/externals/tint/src/
DBUILD.gn19 # Common - Configs, etc. shared across targets
/third_party/EGL/extensions/KHR/
DEGL_KHR_lock_surface.txt588 RESOLVED: Part of the surface. Configs supporting a specific format
DEGL_KHR_lock_surface2.txt789 RESOLVED: Part of the surface. Configs supporting a specific format
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_lock_surface.txt588 RESOLVED: Part of the surface. Configs supporting a specific format
DEGL_KHR_lock_surface2.txt789 RESOLVED: Part of the surface. Configs supporting a specific format
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c587 num_configs = _eglFilterArray(disp->Configs, (void **) &matching_config, 1, in dri2_add_config()
/third_party/node/deps/npm/docs/content/using-npm/
Dconfig.md53 #### Default Configs
/third_party/mesa3d/docs/relnotes/
D19.3.0.rst1621 - egl: Configs w/o double buffering support have no \`EGL_WINDOW_BIT`.
1622 - Revert "egl: Configs w/o double buffering support have no
/third_party/node/deps/v8/
DBUILD.gn1485 # Configs for code coverage with gcov. Separate configs for cflags and ldflags

12