HomeSort by relevance Sort by last modified time
    Searched refs:ScreenRotation (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/platform/android/
tcuAndroidUtil.hpp 51 ScreenOrientation mapScreenRotation (ScreenRotation rotation);
tcuAndroidUtil.cpp 556 ScreenOrientation mapScreenRotation (ScreenRotation rotation)
  /external/deqp/framework/common/
tcuCommandLine.hpp 79 enum ScreenRotation
169 ScreenRotation getScreenRotation (void) const;
tcuCommandLine.cpp 74 DE_DECLARE_COMMAND_LINE_OPT(ScreenRotation, tcu::ScreenRotation);
142 static const NamedValue<tcu::ScreenRotation> s_screenRotations[] =
169 << Option<ScreenRotation> (DE_NULL, "deqp-screen-rotation", "Screen rotation for platforms that support it", s_screenRotations, "0")
798 ScreenRotation CommandLine::getScreenRotation (void) const { return m_cmdLine.getOption<opt::ScreenRotation>(); }

Completed in 540 milliseconds