Home
last modified time | relevance | path

Searched refs:screenRotation (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/runner/
DglcTestRunner.cpp260 const char* configName, const char* screenRotation, int width, int height) in getBaseOptions() argument
263 args.push_back(string("--deqp-screen-rotation=") + screenRotation); in getBaseOptions()
310 aosp_mustpass_egl_first_cfg[i].screenRotation, width, height); in getTestRunsForAOSPEGL()
355 aosp_mustpass_es_first_cfg[i].screenRotation, width, height); in getTestRunsForAOSPES()
389 …ons(params.args, mustpassDir, apiName, runParams[i].configName, runParams[i].screenRotation, width, in getTestRunsForNoContext()
426 …ons(params.args, mustpassDir, apiName, runParams[i].configName, runParams[i].screenRotation, width, in getTestRunsForSingleConfig()
476 runParams[runNdx].screenRotation, width, height); in getTestRunsForES()
519 …ons(params.args, mustpassDir, apiName, runParams[i].configName, runParams[i].screenRotation, width, in getTestRunsForESForGL()
562 runParams[runNdx].screenRotation, width, height); in getTestRunsForGL()
DglcTestRunner.hpp50 const char* screenRotation; member
/third_party/vk-gl-cts/external/openglcts/scripts/
Dmustpass.py350 …Type = pApiType, configName = pConfigName, glConfigName = pGLConfig, screenRotation = pRotation, b…
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java1019 Reader testlist, String configName, String screenRotation, String surfaceType, in generateTestInstances() argument
1031 …BatchRunConfiguration config = new BatchRunConfiguration(configName, screenRotation, surfaceType, … in generateTestInstances()