Searched refs:map1d (Results 1 – 1 of 1) sorted by relevance
493 struct gl_1d_map *map1d; in _mesa_GetnMapdvARB() local506 map1d = get_1d_map(ctx, target); in _mesa_GetnMapdvARB()508 assert(map1d || map2d); in _mesa_GetnMapdvARB()512 if (map1d) { in _mesa_GetnMapdvARB()513 data = map1d->Points; in _mesa_GetnMapdvARB()514 n = map1d->Order * comps; in _mesa_GetnMapdvARB()530 if (map1d) { in _mesa_GetnMapdvARB()534 v[0] = (GLdouble) map1d->Order; in _mesa_GetnMapdvARB()545 if (map1d) { in _mesa_GetnMapdvARB()549 v[0] = (GLdouble) map1d->u1; in _mesa_GetnMapdvARB()[all …]