Lines Matching defs:params

306 		TestRunParams params;
307 params.logFilename =
309 getBaseOptions(params.args, mustpassDir, apiName, aosp_mustpass_egl_first_cfg[i].configName,
312 params.args.push_back(string("--deqp-gl-config-name=") + string(aosp_mustpass_egl_first_cfg[i].glConfigName));
314 runs.push_back(params);
352 TestRunParams params;
353 params.logFilename = getLogFileName(apiName, aosp_mustpass_es_first_cfg[i].configName, 1, i, width, height, -1);
354 getBaseOptions(params.args, mustpassDir, apiName, aosp_mustpass_es_first_cfg[i].configName,
357 params.args.push_back(string("--deqp-gl-config-name=") + string(aosp_mustpass_es_first_cfg[i].glConfigName));
361 params.args.push_back("--deqp-surface-type=window");
363 params.args.push_back("--deqp-surface-type=pbuffer");
365 params.args.push_back("--deqp-surface-type=pixmap");
366 runs.push_back(params);
386 TestRunParams params;
387 params.logFilename = getLogFileName(apiName, runParams[i].configName, 1, i, width, height, seed);
389 getBaseOptions(params.args, mustpassDir, apiName, runParams[i].configName, runParams[i].screenRotation, width,
392 params.args.push_back(string("--deqp-base-seed=") + de::toString(seed));
394 appendConfigArgs(*cfgIter, params.args, runParams[i].fboConfig);
396 runs.push_back(params);
423 TestRunParams params;
424 params.logFilename = getLogFileName(apiName, runParams[i].configName, 1, i, width, height, seed);
426 getBaseOptions(params.args, mustpassDir, apiName, runParams[i].configName, runParams[i].screenRotation, width,
429 params.args.push_back(string("--deqp-base-seed=") + de::toString(seed));
431 appendConfigArgs(*cfgIter, params.args, runParams[i].fboConfig);
433 runs.push_back(params);
470 TestRunParams params;
472 params.logFilename =
475 getBaseOptions(params.args, mustpassDir, apiName, runParams[runNdx].configName,
477 params.args.push_back(string("--deqp-base-seed=") + de::toString(seed));
479 appendConfigArgs(*cfgIter, params.args, runParams[runNdx].fboConfig);
481 runs.push_back(params);
518 TestRunParams params;
519 params.logFilename = getLogFileName(apiName, runParams[i].configName, 1, i, width, height, seed);
521 getBaseOptions(params.args, mustpassDir, apiName, runParams[i].configName, runParams[i].screenRotation, width,
524 params.args.push_back(string("--deqp-base-seed=") + de::toString(seed));
526 appendConfigArgs(*cfgIter, params.args, runParams[i].fboConfig);
528 runs.push_back(params);
558 TestRunParams params;
560 params.logFilename =
563 getBaseOptions(params.args, mustpassDir, apiName, runParams[runNdx].configName,
565 params.args.push_back(string("--deqp-base-seed=") + de::toString(seed));
567 appendConfigArgs(*cfgIter, params.args, runParams[runNdx].fboConfig);
569 runs.push_back(params);
794 // Record run params for summary.