/third_party/mesa3d/src/egl/main/ |
D | eglconfig.c | 90 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()
|
D | eglconfigdebug.c | 179 configsToPrint = (_EGLConfig **) disp->Configs->Elements; in eglPrintConfigDebug() 180 numConfigsToPrint = disp->Configs->Size; in eglPrintConfigDebug()
|
D | egldisplay.c | 366 if (disp->Configs) { in _eglCleanupDisplay() 367 _eglDestroyArray(disp->Configs, free); in _eglCleanupDisplay() 368 disp->Configs = NULL; in _eglCleanupDisplay()
|
D | egldisplay.h | 190 _EGLArray *Configs; member
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsFboUtil.hpp | 350 typedef std::set<config::Config*> Configs; typedef in deqp::gls::FboUtil::FboBuilder 357 Configs m_configs;
|
D | glsFboUtil.cpp | 949 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/ |
D | glob.go | 61 type Configs []Config type
|
/third_party/node/deps/npm/docs/content/commands/ |
D | npm.md | 126 * User Configs: 130 * Global Configs:
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_config_select_group.txt | 75 selection category of the config. Configs in the i-th category have a higher
|
/third_party/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 192 if (!_eglGetArraySize(disp->Configs)) { in haiku_add_configs_for_visuals()
|
/third_party/vk-gl-cts/external/openglcts/ |
D | CONTRIBUTING.md | 41 test cases. CTS packages (except `CTS-Configs.*`) create a rendering context
|
/third_party/mesa3d/src/egl/drivers/wgl/ |
D | egl_wgl.c | 125 num_configs = _eglFilterArray(disp->Configs, (void **)&matching_config, 1, in wgl_add_config()
|
/third_party/gn/docs/ |
D | language.md | 295 ## Configs section in GN Language and Operation 297 Configs are named objects that specify sets of flags, include
|
D | style_guide.md | 46 ### Configs subsection
|
D | reference.md | 89 …* [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/ |
D | variables.cc | 1818 "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/ |
D | BUILD.gn | 19 # Common - Configs, etc. shared across targets
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_lock_surface.txt | 588 RESOLVED: Part of the surface. Configs supporting a specific format
|
D | EGL_KHR_lock_surface2.txt | 789 RESOLVED: Part of the surface. Configs supporting a specific format
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_lock_surface.txt | 588 RESOLVED: Part of the surface. Configs supporting a specific format
|
D | EGL_KHR_lock_surface2.txt | 789 RESOLVED: Part of the surface. Configs supporting a specific format
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 587 num_configs = _eglFilterArray(disp->Configs, (void **) &matching_config, 1, in dri2_add_config()
|
/third_party/node/deps/npm/docs/content/using-npm/ |
D | config.md | 53 #### Default Configs
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.3.0.rst | 1621 - 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/ |
D | BUILD.gn | 1485 # Configs for code coverage with gcov. Separate configs for cflags and ldflags
|