Searched refs:AttribStack (Results 1 – 2 of 2) sorted by relevance
564 ctx->AttribStack[ctx->AttribStackDepth] = head; in _mesa_PushAttrib()934 attr = ctx->AttribStack[ctx->AttribStackDepth]; in _mesa_PopAttrib()1795 attr = ctx->AttribStack[ctx->AttribStackDepth]; in _mesa_free_attrib_data()
4789 struct gl_attrib_node *AttribStack[MAX_ATTRIB_STACK_DEPTH]; member