Lines Matching defs:texstate
56 #include "texstate.h"
535 pop_texture_group(struct gl_context *ctx, struct gl_texture_attrib_node *texstate)
544 &texstate->FixedFuncUnit[u];
594 texstate->LodBias[u]);
621 ctx->Texture.Unit[u].LodBias = texstate->LodBias[u];
622 ctx->Texture.Unit[u].LodBiasQuantized = texstate->LodBiasQuantized[u];
627 unsigned num_tex_saved = texstate->NumTexSaved;
635 const struct gl_texture_object *savedObj = &texstate->SavedObj[u][tgt];
663 savedObj = &texstate->SavedDefaultObj[tgt];
705 const struct gl_texture_object *src = &texstate->SavedDefaultObj[tex];
710 _mesa_ActiveTexture(GL_TEXTURE0_ARB + texstate->CurrentUnit);