Lines Matching refs:cfgIter
283 vector<AOSPConfig>::const_iterator cfgIter; in getTestRunsForAOSPEGL() local
284 for (cfgIter = configs.aospConfigs.begin(); cfgIter != configs.aospConfigs.end(); ++cfgIter) in getTestRunsForAOSPEGL()
287 if ((*cfgIter).type == CONFIGTYPE_EGL && isGLConfigCompatible(cfgInfo, *cfgIter)) in getTestRunsForAOSPEGL()
293 if (cfgIter == configs.aospConfigs.end()) in getTestRunsForAOSPEGL()
327 vector<AOSPConfig>::const_iterator cfgIter; in getTestRunsForAOSPES() local
328 for (cfgIter = configs.aospConfigs.begin(); cfgIter != configs.aospConfigs.end(); ++cfgIter) in getTestRunsForAOSPES()
331 if (isGLConfigCompatible(cfgInfo, *cfgIter)) in getTestRunsForAOSPES()
337 if (cfgIter == configs.aospConfigs.end()) in getTestRunsForAOSPES()
358 if ((*cfgIter).surfaceTypes & SURFACETYPE_WINDOW) in getTestRunsForAOSPES()
360 else if ((*cfgIter).surfaceTypes & SURFACETYPE_PBUFFER) in getTestRunsForAOSPES()
362 else if ((*cfgIter).surfaceTypes & SURFACETYPE_PIXMAP) in getTestRunsForAOSPES()
371 vector<Config>::const_iterator cfgIter = configs.configs.begin(); in getTestRunsForNoContext() local
392 appendConfigArgs(*cfgIter, params.args, runParams[i].fboConfig); in getTestRunsForNoContext()
413 …for (vector<Config>::const_iterator cfgIter = configs.configs.begin(); cfgIter != configs.configs.… in getTestRunsForES() local
415 const bool isFirst = cfgIter == configs.configs.begin(); in getTestRunsForES()
434 getLogFileName(apiName, runParams[runNdx].configName, cfgIter->id, runNdx, width, height, seed); in getTestRunsForES()
440 appendConfigArgs(*cfgIter, params.args, runParams[runNdx].fboConfig); in getTestRunsForES()
459 …for (vector<Config>::const_iterator cfgIter = configs.configs.begin(); cfgIter != configs.configs.… in getTestRunsForGL() local
461 const bool isFirst = cfgIter == configs.configs.begin(); in getTestRunsForGL()
480 getLogFileName(apiName, runParams[runNdx].configName, cfgIter->id, runNdx, width, height, seed); in getTestRunsForGL()
486 appendConfigArgs(*cfgIter, params.args, runParams[runNdx].fboConfig); in getTestRunsForGL()