Home
last modified time | relevance | path

Searched refs:m_platform (Results 1 – 14 of 14) sorted by relevance

/external/OpenCL-CTS/test_common/gl/
Dsetup_win32.cpp45 cl_platform_id m_platform; member in WGLEnvironment
52 m_platform = 0; in WGLEnvironment()
75 CL_CONTEXT_PLATFORM, (cl_context_properties) m_platform, in CreateCLContext()
166 error = clGetPlatformIDs(1, &m_platform, NULL); in SupportsCLGLInterop()
171 error = clGetDeviceIDs(m_platform, device_type, MAX_DEVICES, devices, &num_of_devices); in SupportsCLGLInterop()
/external/deqp/framework/platform/android/
DtcuAndroidTestActivity.cpp44 , m_platform (activity) in TestThread()
47 , m_app (m_platform, m_archive, m_log, m_cmdLine) in TestThread()
66 m_platform.getWindowRegistry().addWindow(window); in onWindowCreated()
71 m_platform.getWindowRegistry().destroyWindow(window); in onWindowDestroyed()
DtcuAndroidTestActivity.hpp54 Platform m_platform; member in tcu::Android::TestThread
/external/deqp/external/openglcts/modules/runner/
DglcAndroidTestActivity.cpp69 , m_platform(activity) in TestThread()
71 , m_app(m_platform, m_archive, waiverPath.c_str(), logPath.c_str(), runType, runFlags) in TestThread()
88 m_platform.getWindowRegistry().addWindow(window); in onWindowCreated()
93 m_platform.getWindowRegistry().destroyWindow(window); in onWindowDestroyed()
DglcAndroidTestActivity.hpp56 tcu::Android::Platform m_platform; member in glcts::Android::TestThread
DglcTestRunner.hpp130 tcu::Platform& m_platform; member in glcts::TestRunner
DglcTestRunner.cpp670 : m_platform(platform) in TestRunner()
739 getDefaultConfigList(m_platform, m_type, configList); in init()
815 m_curSession = new RunSession(m_platform, m_archive, (int)argv.size(), &argv[0]); in initSession()
/external/deqp/framework/common/
DtcuTestContext.hpp59 Platform& getPlatform (void) { return m_platform; } in getPlatform()
81 Platform& m_platform; //!< Platform port implementation. member in tcu::TestContext
DtcuApp.cpp82 : m_platform (platform) in App()
109 m_testCtx = new TestContext(m_platform, archive, log, cmdLine, m_watchDog); in App()
165 const bool platformOk = m_platform.processEvents(); in iterate()
DtcuApp.hpp86 Platform& m_platform; member in tcu::App
DtcuTestContext.cpp37 : m_platform (platform) in TestContext()
/external/deqp/framework/egl/
DegluGLFunctionLoader.cpp49 : m_platform (platform) in GLLibraryCache()
68 library = m_platform.createDefaultGLFunctionLibrary(apiType, m_cmdLine); in getLibrary()
DegluGLFunctionLoader.hpp74 const Platform& m_platform; member in eglu::GLLibraryCache
/external/deqp/framework/platform/ios/
DtcuIOSApp.mm301 tcu::ios::Platform m_platform; field
313 , m_platform (&m_screenManager) function
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);