Searched refs:runParams (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/runner/ |
H A D | glcTestRunner.cpp | 370 static void getTestRunsForNoContext(glu::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].screenRotation, width, in getTestRunsForNoContext() 394 appendConfigArgs(*cfgIter, params.args, runParams[ in getTestRunsForNoContext() 407 getTestRunsForSingleConfig(glu::ApiType type, vector<TestRunParams>& runs, const ConfigList& configs, const RunParams* runParams, const int numRunParams, const char* mustpassDir) getTestRunsForSingleConfig() argument 457 const RunParams* runParams = isFirst ? khronos_mustpass_es_first_cfg : khronos_mustpass_es_other_cfg; getTestRunsForES() local 505 const RunParams* runParams = khronos_mustpass_aosp_for_gl_first_cfg; getTestRunsForESForGL() local 545 const RunParams* runParams = isFirst ? khronos_mustpass_gl_first_cfg : khronos_mustpass_gl_other_cfg; getTestRunsForGL() local 819 initSession(const TestRunParams& runParams) initSession() argument [all...] |
H A D | glcTestRunner.hpp | 69 std::vector<TestRunParams> runParams; member 80 runParams.clear(); in clear() 114 void initSession(const TestRunParams& runParams);
|
Completed in 3 milliseconds