Searched refs:EmptyRenderContext (Results 1 – 2 of 2) sorted by relevance
47 class EmptyRenderContext : public RenderContext class50 explicit EmptyRenderContext (ContextType ctxType = ContextType()) : m_ctxType(ctxType) {} in EmptyRenderContext() function in glu::EmptyRenderContext
49 m_renderCtx = new glu::EmptyRenderContext(glu::ContextType(glu::ApiType::es(3,1))); in Context()