Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Deval.c552 struct gl_2d_map *map2d; in _mesa_GetnMapdvARB() local
567 map2d = get_2d_map(ctx, target); in _mesa_GetnMapdvARB()
568 ASSERT(map1d || map2d); in _mesa_GetnMapdvARB()
577 data = map2d->Points; in _mesa_GetnMapdvARB()
578 n = map2d->Uorder * map2d->Vorder * comps; in _mesa_GetnMapdvARB()
600 v[0] = (GLdouble) map2d->Uorder; in _mesa_GetnMapdvARB()
601 v[1] = (GLdouble) map2d->Vorder; in _mesa_GetnMapdvARB()
616 v[0] = (GLdouble) map2d->u1; in _mesa_GetnMapdvARB()
617 v[1] = (GLdouble) map2d->u2; in _mesa_GetnMapdvARB()
618 v[2] = (GLdouble) map2d->v1; in _mesa_GetnMapdvARB()
[all …]