Lines Matching full:vertex
42 * \param v vertex vector describing the point to clip.
62 * \param v vertex vector describing the point to clip.
82 * \param v vertex vector describing the point to clip.
110 * \param vertex vertex location
117 const GLfloat vertex[4],
133 GLfloat VP[3]; /* vector from vertex to light pos */
146 /* VP = vector from vertex pos to light[i].pos */
147 SUB_3V(VP, light->_Position, vertex);
197 COPY_3V(v, vertex);
252 * \param vObj object-space vertex coordinate
253 * \param vEye eye-space vertex coordinate
254 * \param normal vertex normal
366 * \param vObj vertex position in object space
373 _mesa_problem(ctx, "Vertex programs not implemented for glRasterPos");