Lines Matching refs:apiName
235 static const string getCaseListFileOption(const char* mustpassDir, const char* apiName, const char* mustpassName)
242 return case_list_option + mustpassDir + apiName + "-" + mustpassName + ".txt";
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-" +
259 static void getBaseOptions(std::vector<std::string>& args, const char* mustpassDir, const char* apiName,
262 args.push_back(getCaseListFileOption(mustpassDir, apiName, configName));
301 const char* apiName = "egl";
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,
347 const char* apiName = getApiName(aosp_mustpass_es_first_cfg[i].apiType);
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,
380 const char* apiName = getApiName(runParams[i].apiType);
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,
417 const char* apiName = getApiName(runParams[i].apiType);
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,
464 const char* apiName = getApiName(runParams[runNdx].apiType);
473 getLogFileName(apiName, runParams[runNdx].configName, cfgIter->id, runNdx, width, height, seed);
475 getBaseOptions(params.args, mustpassDir, apiName, runParams[runNdx].configName,
512 const char* apiName = getApiName(runParams[i].apiType);
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,
552 const char* apiName = getApiName(runParams[runNdx].apiType);
561 getLogFileName(apiName, runParams[runNdx].configName, cfgIter->id, runNdx, width, height, seed);
563 getBaseOptions(params.args, mustpassDir, apiName, runParams[runNdx].configName,