Lines Matching defs:points
3151 GLint order, const GLdouble * points)
3158 GLfloat *pnts = _mesa_copy_map_points1d(target, stride, order, points);
3167 CALL_Map1d(ctx->Exec, (target, u1, u2, stride, order, points));
3173 GLint order, const GLfloat * points)
3180 GLfloat *pnts = _mesa_copy_map_points1f(target, stride, order, points);
3189 CALL_Map1f(ctx->Exec, (target, u1, u2, stride, order, points));
3198 const GLdouble * points)
3206 vstride, vorder, points);
3222 v1, v2, vstride, vorder, points));
3231 const GLfloat * points)
3239 vstride, vorder, points);
3254 v1, v2, vstride, vorder, points));