Searched refs:init_1d_map (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | eval.c | 844 init_1d_map( struct gl_1d_map *map, int n, const float *initial ) function in typeref:typename:void 919 init_1d_map( &ctx->EvalMap.Map1Vertex3, 3, vertex ); 920 init_1d_map( &ctx->EvalMap.Map1Vertex4, 4, vertex ); 921 init_1d_map( &ctx->EvalMap.Map1Index, 1, index ); 922 init_1d_map( &ctx->EvalMap.Map1Color4, 4, color ); 923 init_1d_map( &ctx->EvalMap.Map1Normal, 3, normal ); 924 init_1d_map( &ctx->EvalMap.Map1Texture1, 1, texcoord ); 925 init_1d_map( &ctx->EvalMap.Map1Texture2, 2, texcoord ); 926 init_1d_map( &ctx->EvalMap.Map1Texture3, 3, texcoord ); 927 init_1d_map( [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | eval.c | 847 init_1d_map( struct gl_1d_map *map, int n, const float *initial ) function in typeref:typename:void 922 init_1d_map( &ctx->EvalMap.Map1Vertex3, 3, vertex ); 923 init_1d_map( &ctx->EvalMap.Map1Vertex4, 4, vertex ); 924 init_1d_map( &ctx->EvalMap.Map1Index, 1, index ); 925 init_1d_map( &ctx->EvalMap.Map1Color4, 4, color ); 926 init_1d_map( &ctx->EvalMap.Map1Normal, 3, normal ); 927 init_1d_map( &ctx->EvalMap.Map1Texture1, 1, texcoord ); 928 init_1d_map( &ctx->EvalMap.Map1Texture2, 2, texcoord ); 929 init_1d_map( &ctx->EvalMap.Map1Texture3, 3, texcoord ); 930 init_1d_map( [all...] |
Completed in 4 milliseconds