Home
last modified time | relevance | path

Searched refs:SCREENROTATION_270 (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.hpp87 SCREENROTATION_270, enumerator
DtcuCommandLine.cpp159 { "270", SCREENROTATION_270 } in registerOptions()
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidUtil.cpp361 case SCREENROTATION_270: return SCREEN_ORIENTATION_REVERSE_LANDSCAPE; in mapScreenRotation()