HomeSort by relevance Sort by last modified time
    Searched full:m_platform (Results 1 - 8 of 8) sorted by null

  /external/deqp/framework/platform/android/
tcuAndroidTestActivity.cpp 46 , m_app (m_platform, m_archive, m_log, m_cmdLine)
63 m_platform.getWindowRegistry().addWindow(window);
68 m_platform.getWindowRegistry().destroyWindow(window);
tcuAndroidTestActivity.hpp 54 Platform m_platform; member in class:tcu::Android::TestThread
  /external/deqp/framework/platform/ios/
tcuIOSApp.mm 301 tcu::ios::Platform m_platform;
313 , m_platform (&m_screenManager)
330 DE_ASSERT(!m_app && !m_log && !m_cmdLine && !m_platform);
336 m_app = new tcu::App(m_platform, m_archive, *m_log, *m_cmdLine);
  /external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimationsTestHelper.h 150 Platform* m_platform; member in class:blink::AnimationCompositorAnimationsTestBase
155 m_platform = Platform::current();
161 Platform::initialize(m_platform);
  /external/deqp/framework/common/
tcuTestContext.hpp 57 Platform& getPlatform (void) { return m_platform; }
73 Platform& m_platform; //!< Platform port implementation. member in class:tcu::TestContext
tcuApp.cpp 59 : m_platform (platform)
83 m_testCtx = new TestContext(m_platform, archive, log, cmdLine, m_watchDog);
115 bool platformOk = m_platform.processEvents();
tcuApp.hpp 77 Platform& m_platform; member in class:tcu::App
tcuTestContext.cpp 37 : m_platform (platform)

Completed in 277 milliseconds