Home | History | Annotate | Download | only in glshared

Lines Matching refs:m_variable

711 						: m_variable		(variable)
719 os << glu::declare(getVarTypeOf<T>(), m_variable->getName());
721 os << m_variable->getName();
729 ctx.env.bind(*m_variable, m_value->evaluate(ctx));
731 ctx.env.lookup(*m_variable) = m_value->evaluate(ctx);
739 VariableP<T> m_variable;