Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidTestActivity.cpp96 setRequestedOrientation(getNativeActivity(), mapScreenRotation(m_cmdLine.getScreenRotation())); in TestActivity()
142 setRequestedOrientation(getNativeActivity(), mapScreenRotation(m_cmdLine.getScreenRotation())); in onConfigurationChanged()
/third_party/vk-gl-cts/external/openglcts/modules/runner/
DglcAndroidTestActivity.cpp121 tcu::Android::mapScreenRotation(m_cmdLine.getScreenRotation())); in TestActivity()
168 tcu::Android::mapScreenRotation(m_cmdLine.getScreenRotation())); in onConfigurationChanged()
/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.hpp189 ScreenRotation getScreenRotation (void) const;
DtcuCommandLine.cpp915 ScreenRotation CommandLine::getScreenRotation (void) const { return m_cmdLine.getOption<opt::S… in getScreenRotation() function in tcu::CommandLine