Home
last modified time | relevance | path

Searched refs:Vorder (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Deval.c459 map->Vorder = vorder; in map2()
520 n = map2d->Uorder * map2d->Vorder * comps; in _mesa_GetnMapdvARB()
543 v[1] = (GLdouble) map2d->Vorder; in _mesa_GetnMapdvARB()
610 n = map2d->Uorder * map2d->Vorder * comps; in _mesa_GetnMapfvARB()
633 v[1] = (GLfloat) map2d->Vorder; in _mesa_GetnMapfvARB()
702 n = map2d->Uorder * map2d->Vorder * comps; in _mesa_GetnMapivARB()
725 v[1] = map2d->Vorder; in _mesa_GetnMapivARB()
856 map->Vorder = 1; in init_2d_map()
Dmtypes.h1842 GLuint Vorder; /**< Number of control points in V dimension */ member
/third_party/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c192 map->Uorder, map->Vorder); in vbo_exec_do_EvalCoord2f()
216 map->Uorder, map->Vorder); in vbo_exec_do_EvalCoord2f()
241 map->Uorder, map->Vorder); in vbo_exec_do_EvalCoord2f()