• Home
  • Raw
  • Download

Lines Matching refs:apiName

235 static const string getCaseListFileOption(const char* mustpassDir, const char* apiName, const char*…  in getCaseListFileOption()  argument
242 return case_list_option + mustpassDir + apiName + "-" + mustpassName + ".txt"; in getCaseListFileOption()
245 static const string getLogFileName(const char* apiName, const char* configName, const int iterId, c… in getLogFileName() argument
248 …string res = string("config-") + apiName + "-" + configName + "-cfg-" + de::toString(iterId) + "-r… in getLogFileName()
259 …c void getBaseOptions(std::vector<std::string>& args, const char* mustpassDir, const char* apiName, in getBaseOptions() argument
262 args.push_back(getCaseListFileOption(mustpassDir, apiName, configName)); in getBaseOptions()
301 const char* apiName = "egl"; in getTestRunsForAOSPEGL() local
308 getLogFileName(apiName, aosp_mustpass_egl_first_cfg[i].configName, 1, i, width, height, -1); in getTestRunsForAOSPEGL()
309 getBaseOptions(params.args, mustpassDir, apiName, aosp_mustpass_egl_first_cfg[i].configName, in getTestRunsForAOSPEGL()
347 const char* apiName = getApiName(aosp_mustpass_es_first_cfg[i].apiType); in getTestRunsForAOSPES() local
353 …params.logFilename = getLogFileName(apiName, aosp_mustpass_es_first_cfg[i].configName, 1, i, width… in getTestRunsForAOSPES()
354 getBaseOptions(params.args, mustpassDir, apiName, aosp_mustpass_es_first_cfg[i].configName, in getTestRunsForAOSPES()
380 const char* apiName = getApiName(runParams[i].apiType); in getTestRunsForNoContext() local
387 params.logFilename = getLogFileName(apiName, runParams[i].configName, 1, i, width, height, seed); in getTestRunsForNoContext()
389 …getBaseOptions(params.args, mustpassDir, apiName, runParams[i].configName, runParams[i].screenRota… in getTestRunsForNoContext()
417 const char* apiName = getApiName(runParams[i].apiType); in getTestRunsForSingleConfig() local
424 params.logFilename = getLogFileName(apiName, runParams[i].configName, 1, i, width, height, seed); in getTestRunsForSingleConfig()
426 …getBaseOptions(params.args, mustpassDir, apiName, runParams[i].configName, runParams[i].screenRota… in getTestRunsForSingleConfig()
464 const char* apiName = getApiName(runParams[runNdx].apiType); in getTestRunsForES() local
473 getLogFileName(apiName, runParams[runNdx].configName, cfgIter->id, runNdx, width, height, seed); in getTestRunsForES()
475 getBaseOptions(params.args, mustpassDir, apiName, runParams[runNdx].configName, in getTestRunsForES()
510 const char* apiName = getApiName(runParams[i].apiType); in getTestRunsForESForGL() local
517 params.logFilename = getLogFileName(apiName, runParams[i].configName, 1, i, width, height, seed); in getTestRunsForESForGL()
519 …getBaseOptions(params.args, mustpassDir, apiName, runParams[i].configName, runParams[i].screenRota… in getTestRunsForESForGL()
550 const char* apiName = getApiName(runParams[runNdx].apiType); in getTestRunsForGL() local
559 getLogFileName(apiName, runParams[runNdx].configName, cfgIter->id, runNdx, width, height, seed); in getTestRunsForGL()
561 getBaseOptions(params.args, mustpassDir, apiName, runParams[runNdx].configName, in getTestRunsForGL()