Searched defs:configs (Results 26 - 50 of 69) sorted by relevance

123

/external/mesa3d/src/glx/
H A Ddri_common.c112 /* this is normally defined in Mesa/configs/default with DRI_DRIVER_SEARCH_PATH */
355 struct glx_config *configs, const __DRIconfig **driConfigs)
361 for (m = configs; m; m = m->next) {
376 driDestroyConfigs(const __DRIconfig **configs) argument
380 for (i = 0; configs[i]; i++)
381 free((__DRIconfig *) configs[i]);
382 free(configs);
354 driConvertConfigs(const __DRIcoreExtension * core, struct glx_config *configs, const __DRIconfig **driConfigs) argument
H A Ddrisw_glx.c636 struct glx_config *configs = NULL, *visuals = NULL; local
682 configs = driConvertConfigs(psc->core, psc->base.configs, driver_configs);
685 if (!configs || !visuals)
688 glx_config_destroy_list(psc->base.configs);
689 psc->base.configs = configs;
705 if (configs)
706 glx_config_destroy_list(configs);
H A Ddri2_glx.c1028 struct glx_config *configs = NULL, *visuals = NULL; local
1119 configs = driConvertConfigs(psc->core, psc->base.configs, driver_configs);
1122 if (!configs || !visuals)
1125 glx_config_destroy_list(psc->base.configs);
1126 psc->base.configs = configs;
1177 if (configs)
1178 glx_config_destroy_list(configs);
H A Ddri_glx.c339 struct glx_config *visual, *configs = NULL, *visuals = NULL; local
449 configs = driConvertConfigs(psc->core, psc->base.configs, driver_configs);
452 if (!configs || !visuals)
455 glx_config_destroy_list(psc->base.configs);
456 psc->base.configs = configs;
487 if (configs)
488 glx_config_destroy_list(configs);
H A Dglxclient.h510 struct glx_config *visuals, *configs; member in struct:glx_screen
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_screen.c726 __DRIconfig **configs = NULL; local
763 configs = driConcatConfigs(configs, new_configs);
766 if (configs == NULL) {
772 return (const __DRIconfig **)configs;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_screen.c726 __DRIconfig **configs = NULL; local
763 configs = driConcatConfigs(configs, new_configs);
766 if (configs == NULL) {
772 return (const __DRIconfig **)configs;
/external/ceres-solver/internal/ceres/
H A Dsystem_test.cc287 vector<SolverConfig> configs; local
289 configs.push_back(SolverConfig(linear_solver, \
310 RunSolversAndCheckTheyMatch<PowellsFunction>(configs, kMaxAbsoluteDifference);
490 vector<SolverConfig> configs; local
493 configs.push_back(SolverConfig(linear_solver, \
542 RunSolversAndCheckTheyMatch<BundleAdjustmentProblem>(configs,
547 for (int i = 0; i < configs.size(); ++i) {
548 configs[i].num_threads = 2;
550 RunSolversAndCheckTheyMatch<BundleAdjustmentProblem>(configs,
/external/deqp/modules/egl/
H A DteglChooseConfigTests.cpp56 string configListToString (const Library& egl, const EGLDisplay& display, const vector<EGLConfig>& configs) argument
59 for (vector<EGLConfig>::const_iterator cfgIter = configs.begin(); cfgIter != configs.end(); cfgIter++)
94 // Allow lists to differ if both configs are non-conformant
204 log << TestLog::Message << "Fail, configs don't match" << TestLog::EndMessage;
206 log << TestLog::Message << "Fail, got correct configs but in invalid order" << TestLog::EndMessage;
293 vector<EGLConfig> configs = eglu::getConfigs(m_eglTestCtx.getLibrary(), m_display); local
294 return eglu::getConfigID(m_eglTestCtx.getLibrary(), m_display, configs[rnd.getInt(0, (int)configs.size()-1)]);
H A DteglMultiThreadTests.cpp554 vector<EGLConfig> configs; local
562 // Get number of configs
574 configs.resize(configs.size() + configCount);
576 // Get configs
581 result = egl.getConfigs(m_display, &(configs[configs.size() - configCount]), configCount, &configCount);
582 thread.getLog() << ThreadLog::BeginMessage << result << " = eglGetConfigs(" << m_display << ", &configs' " << configCount << ", " << configCount << ")" << ThreadLog::EndMessage;
589 // Pop configs to stop config list growing
590 if (configs
[all...]
/external/dnsmasq/src/
H A Ddhcp.c492 struct dhcp_config *config_find_by_address(struct dhcp_config *configs, struct in_addr addr) argument
496 for (config = configs; config; config = config->next)
662 struct dhcp_config *find_config(struct dhcp_config *configs, argument
673 for (config = configs; config; config = config->next)
690 for (config = configs; config; config = config->next)
696 for (config = configs; config; config = config->next)
703 for (candidate = NULL, count = 0, config = configs; config; config = config->next)
885 struct dhcp_config *configs, *cp; local
887 for (configs = daemon->dhcp_conf; configs; config
912 dhcp_update_configs(struct dhcp_config *configs) argument
[all...]
/external/drm_hwcomposer/
H A Dhwcomposer.cpp480 int display, uint32_t *configs,
507 configs[idx] = iter->id();
479 hwc_get_display_configs(struct hwc_composer_device_1 *dev, int display, uint32_t *configs, size_t *num_configs) argument
/external/mesa3d/src/gallium/state_trackers/dri/drm/
H A Ddri2.c779 const __DRIconfig **configs; local
805 configs = dri_init_screen_helper(screen, pscreen, 32);
806 if (!configs)
821 return configs;
/external/mesa3d/src/gallium/state_trackers/egl/android/
H A Dnative_android.cpp63 struct android_config *configs; member in struct:android_display
567 adpy->configs = (struct android_config *)
568 CALLOC(Elements(native_formats), sizeof(*adpy->configs));
569 if (!adpy->configs)
584 aconf = &adpy->configs[adpy->num_configs++];
680 FREE(adpy->configs);
690 const struct native_config **configs; local
693 configs = (const struct native_config **)
694 MALLOC(adpy->num_configs * sizeof(*configs));
695 if (configs) {
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d_api.c122 EGLConfig *configs, EGLint size, EGLint *num_configs)
140 return _eglFilterConfigArray(dpy->Configs, configs, size, num_configs,
121 egl_g3d_choose_config(_EGLDriver *drv, _EGLDisplay *dpy, const EGLint *attribs, EGLConfig *configs, EGLint size, EGLint *num_configs) argument
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dnative_dri2.c60 struct dri2_config *configs; member in struct:dri2_display
513 dri2dpy->configs[i].base.color_format);
517 nconf = &dri2dpy->configs[i].base;
578 /* only interested in native renderable configs */
582 /* fast/slow configs are probably not relevant */
648 const struct native_config **configs; local
652 if (!dri2dpy->configs) {
661 dri2dpy->configs = CALLOC(num_modes, sizeof(*dri2dpy->configs));
662 if (!dri2dpy->configs)
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DDB_Results.java508 String[] configs = new String[length];
509 System.arraycopy(CONFIGS, 0, configs, 0, length);
510 return configs;
516 public static void setConfigs(String[] configs) { argument
517 CONFIGS = configs;
/external/mesa3d/src/egl/main/
H A Deglapi.c369 eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, argument
377 ret = drv->API.GetConfigs(drv, disp, configs, config_size, num_config);
384 eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, argument
392 ret = drv->API.ChooseConfig(drv, disp, attrib_list, configs,
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.c816 find_format_config(struct vl_mpeg12_decoder *dec, const struct format_config configs[], unsigned num_configs) argument
826 if (!screen->is_format_supported(screen, configs[i].zscan_source_format, PIPE_TEXTURE_2D,
830 if (configs[i].idct_source_format != PIPE_FORMAT_NONE) {
831 if (!screen->is_format_supported(screen, configs[i].idct_source_format, PIPE_TEXTURE_2D,
835 if (!screen->is_format_supported(screen, configs[i].mc_source_format, PIPE_TEXTURE_3D,
839 if (!screen->is_format_supported(screen, configs[i].mc_source_format, PIPE_TEXTURE_2D,
843 return &configs[i];
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_screen.c690 * which constructs the advertised configs.)
925 __DRIconfig **configs = NULL; local
936 /* Generate singlesample configs without accumulation buffer. */
964 configs = driConcatConfigs(configs, new_configs);
967 /* Generate the minimum possible set of configs that include an
986 configs = driConcatConfigs(configs, new_configs);
989 /* Generate multisample configs.
993 * Multisample configs mus
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_screen.c690 * which constructs the advertised configs.)
925 __DRIconfig **configs = NULL; local
936 /* Generate singlesample configs without accumulation buffer. */
964 configs = driConcatConfigs(configs, new_configs);
967 /* Generate the minimum possible set of configs that include an
986 configs = driConcatConfigs(configs, new_configs);
989 /* Generate multisample configs.
993 * Multisample configs mus
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_screen.c690 * which constructs the advertised configs.)
925 __DRIconfig **configs = NULL; local
936 /* Generate singlesample configs without accumulation buffer. */
964 configs = driConcatConfigs(configs, new_configs);
967 /* Generate the minimum possible set of configs that include an
986 configs = driConcatConfigs(configs, new_configs);
989 /* Generate multisample configs.
993 * Multisample configs mus
[all...]
/external/mesa3d/src/mesa/drivers/dri/swrast/
H A Dswrast.c125 __DRIconfig **configs; local
186 configs = driCreateConfigs(fb_format, fb_type,
191 if (configs == NULL) {
197 return configs;
/external/skia/bench/
H A Dnanobench.cpp385 // Append all configs that are enabled and supported.
386 static void create_configs(SkTDArray<Config>* configs) { argument
391 configs->push(config); \
411 configs->push(config); \
433 configs->push(config);
472 // Creates targets for a benchmark and a set of configs.
474 const SkTDArray<Config>& configs) {
475 for (int i = 0; i < configs.count(); ++i) {
476 if (Target* t = is_enabled(b, configs[i])) {
906 SkTDArray<Config> configs; local
473 create_targets(SkTDArray<Target*>* targets, Benchmark* b, const SkTDArray<Config>& configs) argument
[all...]
/external/deqp/executor/
H A DxeTestCaseResult.hpp411 List configs; member in class:xe::ri::EglConfigSet

Completed in 929 milliseconds

123