Home
last modified time | relevance | path

Searched refs:gl_fixedfunc_texture_unit (Results 1 – 22 of 22) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexenv.c51 struct gl_fixedfunc_texture_unit *texUnit, in set_env_mode()
91 struct gl_fixedfunc_texture_unit *texUnit, in set_env_color()
108 struct gl_fixedfunc_texture_unit *texUnit, in set_combiner_mode()
177 struct gl_fixedfunc_texture_unit *texUnit, in set_combiner_source()
269 struct gl_fixedfunc_texture_unit *texUnit, in set_combiner_operand()
352 struct gl_fixedfunc_texture_unit *texUnit, in set_combiner_scale()
409 struct gl_fixedfunc_texture_unit *texUnit = in _mesa_texenvfv_indexed()
637 const struct gl_fixedfunc_texture_unit *texUnit, in get_texenvi()
731 struct gl_fixedfunc_texture_unit *texUnit = in _mesa_gettexenvfv_indexed()
808 struct gl_fixedfunc_texture_unit *texUnit = in _mesa_gettexenviv_indexed()
Dtexstate.h63 static inline struct gl_fixedfunc_texture_unit *
Dtexstate.c128 const struct gl_fixedfunc_texture_unit *texUnit = ctx->Texture.FixedFuncUnit + unit; in _mesa_print_texunit_state()
480 pack_tex_combine(struct gl_fixedfunc_texture_unit *texUnit) in pack_tex_combine()
514 struct gl_fixedfunc_texture_unit *fftexUnit) in update_tex_combine()
613 struct gl_fixedfunc_texture_unit *texUnit = in update_texgen()
772 struct gl_fixedfunc_texture_unit *fftexUnit = in update_ff_texture_state()
1036 struct gl_fixedfunc_texture_unit *texUnit = in _mesa_init_texture()
Denable.c285 static struct gl_fixedfunc_texture_unit *
306 struct gl_fixedfunc_texture_unit *texUnit = in enable_texture()
884 struct gl_fixedfunc_texture_unit *texUnit = get_texcoord_unit(ctx); in _mesa_set_enable()
905 struct gl_fixedfunc_texture_unit *texUnit = get_texcoord_unit(ctx); in _mesa_set_enable()
1484 const struct gl_fixedfunc_texture_unit *const texUnit = in is_texture_enabled()
1706 const struct gl_fixedfunc_texture_unit *texUnit = in _mesa_IsEnabled()
1720 const struct gl_fixedfunc_texture_unit *texUnit = in _mesa_IsEnabled()
Dtexgen.c48 struct gl_fixedfunc_texture_unit* texUnit; in get_texgen()
Drastpos.c287 const struct gl_fixedfunc_texture_unit *texUnit = in compute_texgen()
Dattrib.c807 const struct gl_fixedfunc_texture_unit *unit = in pop_texture_group()
835 struct gl_fixedfunc_texture_unit *destUnit = in pop_texture_group()
Dmtypes.h1209 struct gl_fixedfunc_texture_unit struct
1280 struct gl_fixedfunc_texture_unit FixedFuncUnit[MAX_TEXTURE_COORD_UNITS];
Dcontext.c1279 struct gl_fixedfunc_texture_unit *texUnit = in _mesa_initialize_context()
Dffvertex_prog.c239 struct gl_fixedfunc_texture_unit *texUnit = in make_state_key()
/external/mesa3d/src/mesa/tnl/
Dt_vb_texgen.c341 const struct gl_fixedfunc_texture_unit *texUnit = in texgen()
494 struct gl_fixedfunc_texture_unit *texUnit = in run_texgen_stage()
518 struct gl_fixedfunc_texture_unit *texUnit = in validate_texgen_stage()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_util.h196 get_texgen_coord(struct gl_fixedfunc_texture_unit *u, int i) in get_texgen_coord()
Dnv10_state_tex.c42 struct gl_fixedfunc_texture_unit *unit = in nv10_emit_tex_gen()
Dnv04_context.c37 struct gl_fixedfunc_texture_unit *f) in texunit_needs_combiners()
Dnv20_state_tex.c42 struct gl_fixedfunc_texture_unit *unit = in nv20_emit_tex_gen()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_texblend.c391 struct gl_fixedfunc_texture_unit *texUnit = in emit_texblend()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tex.c260 struct gl_fixedfunc_texture_unit *texUnit = in radeonTexEnv()
Dradeon_texstate.c211 const struct gl_fixedfunc_texture_unit *texUnit = in radeonUpdateTextureEnv()
796 struct gl_fixedfunc_texture_unit *texUnit = in radeon_validate_texgen()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_texstate.c221 const struct gl_fixedfunc_texture_unit *texUnit = in r200UpdateTextureEnv()
771 const struct gl_fixedfunc_texture_unit *texUnit = in r200UpdateAllTexEnv()
1087 const struct gl_fixedfunc_texture_unit *texUnit = in r200_validate_texgen()
Dr200_tex.c301 struct gl_fixedfunc_texture_unit *texUnit = in r200TexEnv()
/external/mesa3d/src/mesa/swrast/
Ds_triangle.c542 struct gl_fixedfunc_texture_unit *unit = ctx->Texture.FixedFuncUnit+0; \
811 const struct gl_fixedfunc_texture_unit *unit = ctx->Texture.FixedFuncUnit+0; \
Ds_texcombine.c87 const struct gl_fixedfunc_texture_unit *textureUnit = in texture_combine()