Home | History | Annotate | Download | only in ios

Lines Matching refs:glu

62 class ContextFactory : public glu::ContextFactory
68 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;
74 class Platform : public tcu::Platform, private glu::Platform
80 const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
84 class RawContext : public glu::RenderContext
87 RawContext (glu::ContextType type);
90 virtual glu::ContextType getType (void) const { return m_type; }
100 glu::ContextType m_type;
109 ScreenContext (ScreenManager* screenManager, const glu::RenderConfig& config);
117 void createFramebuffer (const glu::RenderConfig& config);
122 glu::Framebuffer m_framebuffer;
123 glu::Renderbuffer m_colorBuffer;
124 glu::Renderbuffer m_depthStencilBuffer;