Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c59 struct gl_2d_map *map ) in set_active_eval2()
192 struct gl_2d_map *map = exec->eval.map2[attr].map; in vbo_exec_do_EvalCoord2f()
215 struct gl_2d_map *map = exec->eval.map2[0].map; in vbo_exec_do_EvalCoord2f()
Dvbo_exec.h69 struct gl_2d_map *map;
/external/mesa3d/src/mesa/main/
Dmtypes.h1695 struct gl_2d_map struct
1730 struct gl_2d_map Map2Vertex3;
1731 struct gl_2d_map Map2Vertex4;
1732 struct gl_2d_map Map2Index;
1733 struct gl_2d_map Map2Color4;
1734 struct gl_2d_map Map2Normal;
1735 struct gl_2d_map Map2Texture1;
1736 struct gl_2d_map Map2Texture2;
1737 struct gl_2d_map Map2Texture3;
1738 struct gl_2d_map Map2Texture4;
[all …]
Deval.c153 static struct gl_2d_map *
449 struct gl_2d_map *map = NULL; in map2()
552 struct gl_2d_map *map2d; in _mesa_GetnMapdvARB()
644 struct gl_2d_map *map2d; in _mesa_GetnMapfvARB()
738 struct gl_2d_map *map2d; in _mesa_GetnMapivARB()
956 init_2d_map( struct gl_2d_map *map, int n, const float *initial ) in init_2d_map()