Home
last modified time | relevance | path

Searched refs:Map2Texture1 (Results 1 – 25 of 39) sorted by relevance

12

/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/sg/src/gl/
H A Deval.c734 map2 = &ctx->EvalMap.Map2Texture1; in gl_free_control_points()
1060 ctx->EvalMap.Map2Texture1.u1 = u1; in gl_Map2f()
1061 ctx->EvalMap.Map2Texture1.u2 = u2; in gl_Map2f()
1063 ctx->EvalMap.Map2Texture1.v1 = v1; in gl_Map2f()
1064 ctx->EvalMap.Map2Texture1.v2 = v2; in gl_Map2f()
1065 if (ctx->EvalMap.Map2Texture1.Points in gl_Map2f()
1069 ctx->EvalMap.Map2Texture1.Retain = retain; in gl_Map2f()
1184 n = ctx->EvalMap.Map2Texture1.Uorder in gl_GetMapdv()
1347 v[0] = ctx->EvalMap.Map2Texture1.u1; in gl_GetMapdv()
1348 v[1] = ctx->EvalMap.Map2Texture1.u2; in gl_GetMapdv()
[all …]
H A Dtypes.h922 struct gl_2d_map Map2Texture1; member
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Deval.c130 return &ctx->EvalMap.Map2Texture1; in get_2d_map()
937 init_2d_map( &ctx->EvalMap.Map2Texture1, 1, texcoord ); in _mesa_init_eval()
963 free(ctx->EvalMap.Map2Texture1.Points); in _mesa_free_eval_data()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Deval.c130 return &ctx->EvalMap.Map2Texture1; in get_2d_map()
937 init_2d_map( &ctx->EvalMap.Map2Texture1, 1, texcoord ); in _mesa_init_eval()
963 free(ctx->EvalMap.Map2Texture1.Points); in _mesa_free_eval_data()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Deval.c130 return &ctx->EvalMap.Map2Texture1; in get_2d_map()
937 init_2d_map( &ctx->EvalMap.Map2Texture1, 1, texcoord ); in _mesa_init_eval()
963 free(ctx->EvalMap.Map2Texture1.Points); in _mesa_free_eval_data()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Deval.c130 return &ctx->EvalMap.Map2Texture1; in get_2d_map()
937 init_2d_map( &ctx->EvalMap.Map2Texture1, 1, texcoord ); in _mesa_init_eval()
963 free(ctx->EvalMap.Map2Texture1.Points); in _mesa_free_eval_data()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Deval.c130 return &ctx->EvalMap.Map2Texture1; in get_2d_map()
937 init_2d_map( &ctx->EvalMap.Map2Texture1, 1, texcoord ); in _mesa_init_eval()
963 free(ctx->EvalMap.Map2Texture1.Points); in _mesa_free_eval_data()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Deval.c130 return &ctx->EvalMap.Map2Texture1; in get_2d_map()
937 init_2d_map( &ctx->EvalMap.Map2Texture1, 1, texcoord ); in _mesa_init_eval()
963 free(ctx->EvalMap.Map2Texture1.Points); in _mesa_free_eval_data()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/main/
H A Deval.c130 return &ctx->EvalMap.Map2Texture1; in get_2d_map()
937 init_2d_map( &ctx->EvalMap.Map2Texture1, 1, texcoord ); in _mesa_init_eval()
963 free(ctx->EvalMap.Map2Texture1.Points); in _mesa_free_eval_data()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Deval.c130 return &ctx->EvalMap.Map2Texture1; in get_2d_map()
937 init_2d_map( &ctx->EvalMap.Map2Texture1, 1, texcoord ); in _mesa_init_eval()
963 free(ctx->EvalMap.Map2Texture1.Points); in _mesa_free_eval_data()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/main/
H A Deval.c130 return &ctx->EvalMap.Map2Texture1; in get_2d_map()
937 init_2d_map( &ctx->EvalMap.Map2Texture1, 1, texcoord ); in _mesa_init_eval()
963 free(ctx->EvalMap.Map2Texture1.Points); in _mesa_free_eval_data()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Deval.c131 return &ctx->EvalMap.Map2Texture1; in get_2d_map()
925 init_2d_map( &ctx->EvalMap.Map2Texture1, 1, texcoord ); in _mesa_init_eval()
951 free(ctx->EvalMap.Map2Texture1.Points); in _mesa_free_eval_data()
H A Dmtypes.h1846 struct gl_2d_map Map2Texture1; member
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/main/
H A Deval.c130 return &ctx->EvalMap.Map2Texture1; in get_2d_map()
937 init_2d_map( &ctx->EvalMap.Map2Texture1, 1, texcoord ); in _mesa_init_eval()
963 free(ctx->EvalMap.Map2Texture1.Points); in _mesa_free_eval_data()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_eval.c103 set_active_eval2( exec, VBO_ATTRIB_TEX0, 1, &ctx->EvalMap.Map2Texture1 ); in vbo_exec_eval_update()
/dports/lang/clover/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_eval.c103 set_active_eval2( exec, VBO_ATTRIB_TEX0, 1, &ctx->EvalMap.Map2Texture1 ); in vbo_exec_eval_update()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_eval.c103 set_active_eval2( exec, VBO_ATTRIB_TEX0, 1, &ctx->EvalMap.Map2Texture1 ); in vbo_exec_eval_update()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_eval.c103 set_active_eval2( exec, VBO_ATTRIB_TEX0, 1, &ctx->EvalMap.Map2Texture1 ); in vbo_exec_eval_update()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/vbo/
H A Dvbo_exec_eval.c102 set_active_eval2( exec, VBO_ATTRIB_TEX0, 1, &ctx->EvalMap.Map2Texture1 ); in vbo_exec_eval_update()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_eval.c103 set_active_eval2( exec, VBO_ATTRIB_TEX0, 1, &ctx->EvalMap.Map2Texture1 ); in vbo_exec_eval_update()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_eval.c103 set_active_eval2( exec, VBO_ATTRIB_TEX0, 1, &ctx->EvalMap.Map2Texture1 ); in vbo_exec_eval_update()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_eval.c103 set_active_eval2( exec, VBO_ATTRIB_TEX0, 1, &ctx->EvalMap.Map2Texture1 ); in vbo_exec_eval_update()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_eval.c103 set_active_eval2( exec, VBO_ATTRIB_TEX0, 1, &ctx->EvalMap.Map2Texture1 ); in vbo_exec_eval_update()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/vbo/
H A Dvbo_exec_eval.c103 set_active_eval2( exec, VBO_ATTRIB_TEX0, 1, &ctx->EvalMap.Map2Texture1 ); in vbo_exec_eval_update()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_eval.c103 set_active_eval2( exec, VBO_ATTRIB_TEX0, 1, &ctx->EvalMap.Map2Texture1 ); in vbo_exec_eval_update()

12