Home | History | Annotate | Download | only in libagl

Lines Matching defs:equation

901                 const vec4_t& equation = c->clipPlanes.plane[plane].equation;
902 GLfixed sd = dot4(equation.v, s->eye.v);
906 const GLfixed pd = dot4(equation.v, p->eye.v);
1043 const vec4_t& equation = c->clipPlanes.plane[plane].equation;
1044 const GLfixed sd = dot4(equation.v, s->eye.v);
1045 const GLfixed pd = dot4(equation.v, p->eye.v);