Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c50 struct gl_1d_map *map ) in set_active_eval1()
132 struct gl_1d_map *map = exec->eval.map1[attr].map; in vbo_exec_do_EvalCoord1f()
153 struct gl_1d_map *map = exec->eval.map1[0].map; in vbo_exec_do_EvalCoord1f()
Dvbo.h70 struct gl_1d_map *map;
/third_party/mesa3d/src/mesa/main/
Dmtypes.h1828 struct gl_1d_map struct
1858 struct gl_1d_map Map1Vertex3;
1859 struct gl_1d_map Map1Vertex4;
1860 struct gl_1d_map Map1Index;
1861 struct gl_1d_map Map1Color4;
1862 struct gl_1d_map Map1Normal;
1863 struct gl_1d_map Map1Texture1;
1864 struct gl_1d_map Map1Texture2;
1865 struct gl_1d_map Map1Texture3;
1866 struct gl_1d_map Map1Texture4;
Deval.c85 static struct gl_1d_map *
310 struct gl_1d_map *map = NULL; in map1()
495 struct gl_1d_map *map1d; in _mesa_GetnMapdvARB()
585 struct gl_1d_map *map1d; in _mesa_GetnMapfvARB()
677 struct gl_1d_map *map1d; in _mesa_GetnMapivARB()
835 init_1d_map( struct gl_1d_map *map, int n, const float *initial ) in init_1d_map()