Searched refs:screenRotation (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/openglcts/modules/runner/ |
D | glcTestRunner.cpp | 258 const char* configName, const char* screenRotation, int width, int height) in getBaseOptions() argument 261 args.push_back(string("--deqp-screen-rotation=") + screenRotation); in getBaseOptions() 308 aosp_mustpass_egl_first_cfg[i].screenRotation, width, height); in getTestRunsForAOSPEGL() 353 aosp_mustpass_es_first_cfg[i].screenRotation, width, height); in getTestRunsForAOSPES() 387 …ons(params.args, mustpassDir, apiName, runParams[i].configName, runParams[i].screenRotation, width, in getTestRunsForNoContext() 437 runParams[runNdx].screenRotation, width, height); in getTestRunsForES() 483 runParams[runNdx].screenRotation, width, height); in getTestRunsForGL()
|
D | glcTestRunner.hpp | 50 const char* screenRotation; member
|
/external/deqp/external/openglcts/scripts/ |
D | mustpass.py | 344 …Type = pApiType, configName = pConfigName, glConfigName = pGLConfig, screenRotation = pRotation, b…
|
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/ |
D | DeqpTestRunner.java | 1016 Reader testlist, String configName, String screenRotation, String surfaceType, in generateTestInstances() argument 1028 …BatchRunConfiguration config = new BatchRunConfiguration(configName, screenRotation, surfaceType, … in generateTestInstances()
|