Home | History | Annotate | Download | only in main

Lines Matching defs:ustride

2963            GLdouble u1, GLdouble u2, GLint ustride, GLint uorder,
2972 GLfloat *pnts = _mesa_copy_map_points2d(target, ustride, uorder,
2980 n[6].i = _mesa_evaluator_components(target) * vorder; /*ustride */
2988 u1, u2, ustride, uorder,
2996 GLfloat u1, GLfloat u2, GLint ustride, GLint uorder,
3005 GLfloat *pnts = _mesa_copy_map_points2f(target, ustride, uorder,
3013 n[6].i = _mesa_evaluator_components(target) * vorder; /*ustride */
3020 CALL_Map2f(ctx->Exec, (target, u1, u2, ustride, uorder,
8092 GLint ustride = _mesa_evaluator_components(target);
8096 CALL_Map1f(ctx->Exec, (target, u1, u2, ustride, uorder,
8107 GLint ustride = n[6].i;
8111 CALL_Map2f(ctx->Exec, (target, u1, u2, ustride, uorder,