Home
last modified time | relevance | path

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

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