Home
last modified time | relevance | path

Searched refs:runParams (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/runner/
DglcTestRunner.cpp370 …::ApiType type, vector<TestRunParams>& runs, const ConfigList& configs, const RunParams* runParams, in getTestRunsForNoContext() argument
377 if (!glu::contextSupports(glu::ContextType(type), runParams[i].apiType)) in getTestRunsForNoContext()
380 const char* apiName = getApiName(runParams[i].apiType); in getTestRunsForNoContext()
382 const int width = runParams[i].surfaceWidth; in getTestRunsForNoContext()
383 const int height = runParams[i].surfaceHeight; in getTestRunsForNoContext()
384 const int seed = runParams[i].baseSeed; in getTestRunsForNoContext()
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()
394 appendConfigArgs(*cfgIter, params.args, runParams[i].fboConfig); in getTestRunsForNoContext()
407 …::ApiType type, vector<TestRunParams>& runs, const ConfigList& configs, const RunParams* runParams, in getTestRunsForSingleConfig() argument
[all …]
DglcTestRunner.hpp69 std::vector<TestRunParams> runParams; member
80 runParams.clear(); in clear()
114 void initSession(const TestRunParams& runParams);