Home | History | Annotate | Download | only in glshared

Lines Matching defs:m_variable

742 						: m_variable		(variable)
750 os << glu::declare(getVarTypeOf<T>(), m_variable->getName());
752 os << m_variable->getName();
760 ctx.env.bind(*m_variable, m_value->evaluate(ctx));
762 ctx.env.lookup(*m_variable) = m_value->evaluate(ctx);
770 VariableP<T> m_variable;