Searched refs:AttribStackDepth (Results 1 – 3 of 3) sorted by relevance
217 if (ctx->AttribStackDepth >= MAX_ATTRIB_STACK_DEPTH) { in _mesa_PushAttrib()482 ctx->AttribStack[ctx->AttribStackDepth] = head; in _mesa_PushAttrib()483 ctx->AttribStackDepth++; in _mesa_PushAttrib()849 if (ctx->AttribStackDepth == 0) { in _mesa_PopAttrib()854 ctx->AttribStackDepth--; in _mesa_PopAttrib()855 attr = ctx->AttribStack[ctx->AttribStackDepth]; in _mesa_PopAttrib()1624 while (ctx->AttribStackDepth > 0) { in _mesa_free_attrib_data()1627 ctx->AttribStackDepth--; in _mesa_free_attrib_data()1628 attr = ctx->AttribStack[ctx->AttribStackDepth]; in _mesa_free_attrib_data()1658 ctx->AttribStackDepth = 0; in _mesa_init_attrib()
3440 GLuint AttribStackDepth; member
825 { GL_ATTRIB_STACK_DEPTH, CONTEXT_INT(AttribStackDepth), NO_EXTRA },