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

/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec.h64 struct gl_1d_map *map;
H A Dvbo_exec_eval.c49 struct gl_1d_map *map )
147 struct gl_1d_map *map = exec->eval.map1[attr].map;
167 struct gl_1d_map *map = exec->eval.map1[0].map;
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1684 struct gl_1d_map struct
1714 struct gl_1d_map Map1Vertex3;
1715 struct gl_1d_map Map1Vertex4;
1716 struct gl_1d_map Map1Index;
1717 struct gl_1d_map Map1Color4;
1718 struct gl_1d_map Map1Normal;
1719 struct gl_1d_map Map1Texture1;
1720 struct gl_1d_map Map1Texture2;
1721 struct gl_1d_map Map1Texture3;
1722 struct gl_1d_map Map1Texture
[all...]
H A Deval.c101 * Return pointer to the gl_1d_map struct for the named target.
103 static struct gl_1d_map *
366 struct gl_1d_map *map = NULL;
551 struct gl_1d_map *map1d;
643 struct gl_1d_map *map1d;
737 struct gl_1d_map *map1d;
938 init_1d_map( struct gl_1d_map *map, int n, const float *initial )

Completed in 91 milliseconds