Searched refs:runParams (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/runner/ |
D | glcTestRunner.cpp | 368 …::ApiType type, vector<TestRunParams>& runs, const ConfigList& configs, const RunParams* runParams, in getTestRunsForNoContext() argument 375 if (!glu::contextSupports(glu::ContextType(type), runParams[i].apiType)) in getTestRunsForNoContext() 378 const char* apiName = getApiName(runParams[i].apiType); in getTestRunsForNoContext() 380 const int width = runParams[i].surfaceWidth; in getTestRunsForNoContext() 381 const int height = runParams[i].surfaceHeight; in getTestRunsForNoContext() 382 const int seed = runParams[i].baseSeed; in getTestRunsForNoContext() 385 params.logFilename = getLogFileName(apiName, runParams[i].configName, 1, i, width, height, seed); in getTestRunsForNoContext() 387 …getBaseOptions(params.args, mustpassDir, apiName, runParams[i].configName, runParams[i].screenRota… in getTestRunsForNoContext() 392 appendConfigArgs(*cfgIter, params.args, runParams[i].fboConfig); in getTestRunsForNoContext() 418 …const RunParams* runParams = isFirst ? khronos_mustpass_es_first_cfg : khronos_mustpass_es_other_c… in getTestRunsForES() local [all …]
|
D | glcTestRunner.hpp | 69 std::vector<TestRunParams> runParams; member 80 runParams.clear(); in clear() 113 void initSession(const TestRunParams& runParams);
|