Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Deval.c494 struct gl_2d_map *map2d; in _mesa_GetnMapdvARB() local
507 map2d = get_2d_map(ctx, target); in _mesa_GetnMapdvARB()
508 assert(map1d || map2d); in _mesa_GetnMapdvARB()
517 data = map2d->Points; in _mesa_GetnMapdvARB()
518 n = map2d->Uorder * map2d->Vorder * comps; in _mesa_GetnMapdvARB()
540 v[0] = (GLdouble) map2d->Uorder; in _mesa_GetnMapdvARB()
541 v[1] = (GLdouble) map2d->Vorder; in _mesa_GetnMapdvARB()
556 v[0] = (GLdouble) map2d->u1; in _mesa_GetnMapdvARB()
557 v[1] = (GLdouble) map2d->u2; in _mesa_GetnMapdvARB()
558 v[2] = (GLdouble) map2d->v1; in _mesa_GetnMapdvARB()
[all …]