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