Lines Matching defs:glu
32 namespace glu
49 Context(tcu::TestContext& testCtx, glu::ContextType contextType = glu::ContextType());
57 glu::RenderContext& getRenderContext(void)
62 void setRenderContext(glu::RenderContext* renderCtx)
67 const glu::ContextInfo& getContextInfo(void) const
78 void createRenderContext(glu::ContextType& contextType, glu::ContextFlags ctxFlags = (glu::ContextFlags)0);
82 glu::RenderContext* m_renderCtx;
83 glu::ContextInfo* m_contextInfo;
84 glu::ContextType m_contextType;