Lines Matching refs:glu
39 using namespace glu;
80 const glu::ContextInfo& contextInfo = m_context.getContextInfo();
81 const glu::ContextType& contextType = m_context.getRenderContext().getType();
82 const bool isGL = glu::isContextTypeGLCore(contextType);
100 bool supportsInt64 = isGL || glu::contextSupports(contextType, glu::ApiType::es(3, 0));
170 const glu::ContextInfo& contextInfo = m_context.getContextInfo();
171 const glu::ContextType& contextType = m_context.getRenderContext().getType();
172 const bool isGL = glu::isContextTypeGLCore(contextType);
233 const glu::ContextInfo& contextInfo = m_context.getContextInfo();
234 const glu::ContextType& contextType = m_context.getRenderContext().getType();
235 const bool isGL = glu::isContextTypeGLCore(contextType);
257 bool isContextES = (glu::isContextTypeES(m_context.getRenderContext().getType()));