Home | History | Annotate | Download | only in main

Lines Matching full:ustride

3082            GLdouble u1, GLdouble u2, GLint ustride, GLint uorder,
3091 GLfloat *pnts = _mesa_copy_map_points2d(target, ustride, uorder,
3099 n[6].i = _mesa_evaluator_components(target) * vorder; /*ustride */
3107 u1, u2, ustride, uorder,
3115 GLfloat u1, GLfloat u2, GLint ustride, GLint uorder,
3124 GLfloat *pnts = _mesa_copy_map_points2f(target, ustride, uorder,
3132 n[6].i = _mesa_evaluator_components(target) * vorder; /*ustride */
3139 CALL_Map2f(ctx->Exec, (target, u1, u2, ustride, uorder,
8327 GLint ustride = _mesa_evaluator_components(target);
8331 CALL_Map1f(ctx->Exec, (target, u1, u2, ustride, uorder,
8342 GLint ustride = n[6].i;
8346 CALL_Map2f(ctx->Exec, (target, u1, u2, ustride, uorder,