Searched refs:map1d (Results 1 – 1 of 1) sorted by relevance
551 struct gl_1d_map *map1d; in _mesa_GetnMapdvARB() local566 map1d = get_1d_map(ctx, target); in _mesa_GetnMapdvARB()568 ASSERT(map1d || map2d); in _mesa_GetnMapdvARB()572 if (map1d) { in _mesa_GetnMapdvARB()573 data = map1d->Points; in _mesa_GetnMapdvARB()574 n = map1d->Order * comps; in _mesa_GetnMapdvARB()590 if (map1d) { in _mesa_GetnMapdvARB()594 v[0] = (GLdouble) map1d->Order; in _mesa_GetnMapdvARB()605 if (map1d) { in _mesa_GetnMapdvARB()609 v[0] = (GLdouble) map1d->u1; in _mesa_GetnMapdvARB()[all …]