Searched refs:getGLPlatform (Results 1 – 10 of 10) sorted by relevance
39 …const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this);… in getGLPlatform() function in tcu::OSXPlatform
44 …virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&… in getGLPlatform() function in tcu::rpi::Platform
100 virtual const glu::Platform& getGLPlatform (void) const;
42 const glu::Platform& Platform::getGLPlatform (void) const in getGLPlatform() function in tcu::Platform
46 …const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this… in getGLPlatform() function in tcu::win32::Platform
43 …virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&… in getGLPlatform() function in tcu::null::Platform
47 …virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&… in getGLPlatform() function in tcu::Android::Platform
62 const glu::Platform& getGLPlatform (void) const { return m_glPlatform; } in getGLPlatform() function in tcu::lnx::LinuxPlatform
80 …const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*th… in getGLPlatform() function in tcu::ios::Platform
122 const ContextFactoryRegistry& registry = platform.getGLPlatform().getContextFactoryRegistry(); in createDefaultRenderContext()