• Home
  • Raw
  • Download

Lines Matching refs:configName

115 static configInfo parseConfigBitsFromName(const char* configName)  in parseConfigBitsFromName()  argument
130 if (!strncmp(configName, colorCfgs[ndx].name, strlen(colorCfgs[ndx].name))) in parseConfigBitsFromName()
137 configName += strlen(colorCfgs[ndx].name); in parseConfigBitsFromName()
151 if (!strncmp(configName, depthCfgs[ndx].name, strlen(depthCfgs[ndx].name))) in parseConfigBitsFromName()
155 configName += strlen(depthCfgs[ndx].name); in parseConfigBitsFromName()
169 if (!strncmp(configName, stencilCfgs[ndx].name, strlen(stencilCfgs[ndx].name))) in parseConfigBitsFromName()
173 configName += strlen(stencilCfgs[ndx].name); in parseConfigBitsFromName()
187 if (!strncmp(configName, multiSampleCfgs[ndx].name, strlen(multiSampleCfgs[ndx].name))) in parseConfigBitsFromName()
191 configName += strlen(multiSampleCfgs[ndx].name); in parseConfigBitsFromName()
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()
260 const char* configName, const char* screenRotation, int width, int height) in getBaseOptions() argument
262 args.push_back(getCaseListFileOption(mustpassDir, apiName, configName)); in getBaseOptions()
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()
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()
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()
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()
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()
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()
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()