HomeSort by relevance Sort by last modified time
    Searched full:init_2d_map (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/mesa/main/
eval.c 862 init_2d_map( struct gl_2d_map *map, int n, const float *initial ) function
929 init_2d_map( &ctx->EvalMap.Map2Vertex3, 3, vertex );
930 init_2d_map( &ctx->EvalMap.Map2Vertex4, 4, vertex );
931 init_2d_map( &ctx->EvalMap.Map2Index, 1, index );
932 init_2d_map( &ctx->EvalMap.Map2Color4, 4, color );
933 init_2d_map( &ctx->EvalMap.Map2Normal, 3, normal );
934 init_2d_map( &ctx->EvalMap.Map2Texture1, 1, texcoord );
935 init_2d_map( &ctx->EvalMap.Map2Texture2, 2, texcoord );
936 init_2d_map( &ctx->EvalMap.Map2Texture3, 3, texcoord );
937 init_2d_map( &ctx->EvalMap.Map2Texture4, 4, texcoord )
    [all...]

Completed in 99 milliseconds