Home
last modified time | relevance | path

Searched refs:gl_texture_unit (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dtexstate.h40 static inline struct gl_texture_unit *
51 static inline struct gl_texture_unit *
Dtexstate.c525 struct gl_texture_unit *texUnit, in update_tex_combine()
662 struct gl_texture_unit *texUnit; in update_single_program_texture()
783 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit]; in update_ff_texture_state()
1053 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[u]; in _mesa_init_texture()
1159 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[u]; in _mesa_update_default_objects_texture()
Dtexenv.c449 struct gl_texture_unit *texUnit = in _mesa_texenvfv_indexed()
737 const struct gl_texture_unit *texUnit = _mesa_get_tex_unit(ctx, texunit); in _mesa_gettexenvfv_indexed()
813 const struct gl_texture_unit *texUnit = _mesa_get_tex_unit(ctx, texunit); in _mesa_gettexenviv_indexed()
Dtexobj.c157 struct gl_texture_unit *texUnit = _mesa_get_current_tex_unit(ctx); in _mesa_get_current_tex_object()
240 struct gl_texture_unit *texUnit; in _mesa_get_texobj_by_target_and_texunit()
1374 struct gl_texture_unit *unit = &ctx->Texture.Unit[u]; in unbind_texobj_from_texunits()
1413 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit]; in unbind_textures_from_unit()
1591 struct gl_texture_unit *texUnit; in bind_texture_object()
1901 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[first + i]; in bind_textures()
Dmtypes.h1220 struct gl_texture_unit struct
1324 struct gl_texture_unit Unit[MAX_COMBINED_TEXTURE_IMAGE_UNITS];
Dff_fragment_shader.cpp272 const struct gl_texture_unit *texUnit = &ctx->Texture.Unit[i]; in make_state_key()