Home
last modified time | relevance | path

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

/external/deqp/framework/platform/android/
DtcuAndroidTestActivity.cpp93 setRequestedOrientation(getNativeActivity(), mapScreenRotation(m_cmdLine.getScreenRotation())); in TestActivity()
139 setRequestedOrientation(getNativeActivity(), mapScreenRotation(m_cmdLine.getScreenRotation())); in onConfigurationChanged()
/external/deqp/framework/common/
DtcuCommandLine.hpp142 ScreenRotation getScreenRotation (void) const;
DtcuCommandLine.cpp799 ScreenRotation CommandLine::getScreenRotation (void) const { return m_cmdLine.getOption<opt::Sc… in getScreenRotation() function in tcu::CommandLine