Lines Matching defs:configName
115 static configInfo parseConfigBitsFromName(const char* configName)
130 if (!strncmp(configName, colorCfgs[ndx].name, strlen(colorCfgs[ndx].name)))
137 configName += strlen(colorCfgs[ndx].name);
151 if (!strncmp(configName, depthCfgs[ndx].name, strlen(depthCfgs[ndx].name)))
155 configName += strlen(depthCfgs[ndx].name);
169 if (!strncmp(configName, stencilCfgs[ndx].name, strlen(stencilCfgs[ndx].name)))
173 configName += strlen(stencilCfgs[ndx].name);
187 if (!strncmp(configName, multiSampleCfgs[ndx].name, strlen(multiSampleCfgs[ndx].name)))
191 configName += strlen(multiSampleCfgs[ndx].name);
245 static const string getLogFileName(const char* apiName, const char* configName, const int iterId, const int runId,
248 string res = string("config-") + apiName + "-" + configName + "-cfg-" + de::toString(iterId) + "-run-" +
260 const char* configName, const char* screenRotation, int width, int height)
262 args.push_back(getCaseListFileOption(mustpassDir, apiName, configName));
308 getLogFileName(apiName, aosp_mustpass_egl_first_cfg[i].configName, 1, i, width, height, -1);
309 getBaseOptions(params.args, mustpassDir, apiName, aosp_mustpass_egl_first_cfg[i].configName,
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,
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,
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,
473 getLogFileName(apiName, runParams[runNdx].configName, cfgIter->id, runNdx, width, height, seed);
475 getBaseOptions(params.args, mustpassDir, apiName, runParams[runNdx].configName,
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,
561 getLogFileName(apiName, runParams[runNdx].configName, cfgIter->id, runNdx, width, height, seed);
563 getBaseOptions(params.args, mustpassDir, apiName, runParams[runNdx].configName,