Home
last modified time | relevance | path

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

/external/deqp/framework/platform/android/
DtcuAndroidTestActivity.cpp96 setRequestedOrientation(getNativeActivity(), mapScreenRotation(m_cmdLine.getScreenRotation())); in TestActivity()
142 setRequestedOrientation(getNativeActivity(), mapScreenRotation(m_cmdLine.getScreenRotation())); in onConfigurationChanged()
/external/deqp/external/openglcts/modules/runner/
DglcAndroidTestActivity.cpp172 … tcu::Android::mapScreenRotation(m_cmdLine.getScreenRotation())); in TestActivity()
219 … tcu::Android::mapScreenRotation(m_cmdLine.getScreenRotation())); in onConfigurationChanged()
/external/deqp/framework/common/
DtcuCommandLine.hpp193 ScreenRotation getScreenRotation(void) const;
DtcuCommandLine.cpp1202 ScreenRotation CommandLine::getScreenRotation(void) const in getScreenRotation() function in tcu::CommandLine