Home | History | Annotate | Download | only in surfaceless

Lines Matching defs:contextType

208 	glu::ContextType		getType		(void) const	{ return m_contextType; }
215 const glu::ContextType m_contextType;
259 const glu::ContextType& contextType = config.type;
277 switch(contextType.getMajorVersion())
349 context_attribs.push_back(contextType.getMajorVersion());
351 context_attribs.push_back(contextType.getMinorVersion());
353 switch (contextType.getProfile())
372 if ((contextType.getFlags() & glu::CONTEXT_DEBUG) != 0)
375 if ((contextType.getFlags() & glu::CONTEXT_ROBUST) != 0)
378 if ((contextType.getFlags() & glu::CONTEXT_FORWARD_COMPATIBLE) != 0)
399 glu::initCoreFunctions(&m_glFunctions, &funcLoader, contextType.getAPI());
402 else if (contextType.getAPI() == glu::ApiType::es(2,0))
408 else if (contextType.getAPI() == glu::ApiType::es(3,0))
417 if (glu::isContextTypeES(contextType))
419 if (contextType.getMinorVersion() <= 2)
432 glu::initCoreFunctions(&m_glFunctions, &funcLoader, contextType.getAPI());
437 glu::initExtensionFunctions(&m_glFunctions, &extLoader, contextType.getAPI());