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

  /external/deqp/framework/platform/android/
tcuAndroidTestActivity.cpp 44 , m_platform (activity)
47 , m_app (m_platform, m_archive, m_log, m_cmdLine)
64 m_platform.getWindowRegistry().addWindow(window);
69 m_platform.getWindowRegistry().destroyWindow(window);
tcuAndroidTestActivity.hpp 54 Platform m_platform; member in class:tcu::Android::TestThread
  /external/deqp/framework/common/
tcuApp.hpp 78 Platform& m_platform; member in class:tcu::App
tcuTestContext.cpp 37 : m_platform (platform)
tcuTestContext.hpp 57 Platform& getPlatform (void) { return m_platform; }
77 Platform& m_platform; //!< Platform port implementation. member in class:tcu::TestContext
tcuApp.cpp 81 : m_platform (platform)
108 m_testCtx = new TestContext(m_platform, archive, log, cmdLine, m_watchDog);
164 const bool platformOk = m_platform.processEvents();
  /external/deqp/framework/egl/
egluGLFunctionLoader.cpp 49 : m_platform (platform)
68 library = m_platform.createDefaultGLFunctionLibrary(apiType, m_cmdLine);
egluGLFunctionLoader.hpp 74 const Platform& m_platform; member in class:eglu::GLLibraryCache
  /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);
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 716 char m_platform[OMX_MAX_STRINGNAME_SIZE]; member in class:omx_video
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 325 memset(m_platform, 0, sizeof(m_platform));
329 strlcpy(m_platform, platform_name, sizeof(m_platform));
    [all...]

Completed in 110 milliseconds