Searched refs:ClientAttribStackDepth (Results 1 – 3 of 3) sorted by relevance
1653 if (ctx->ClientAttribStackDepth >= MAX_CLIENT_ATTRIB_STACK_DEPTH) { in _mesa_PushClientAttrib()1723 ctx->ClientAttribStack[ctx->ClientAttribStackDepth] = head; in _mesa_PushClientAttrib()1724 ctx->ClientAttribStackDepth++; in _mesa_PushClientAttrib()1739 if (ctx->ClientAttribStackDepth == 0) { in _mesa_PopClientAttrib()1744 ctx->ClientAttribStackDepth--; in _mesa_PopClientAttrib()1745 node = ctx->ClientAttribStack[ctx->ClientAttribStackDepth]; in _mesa_PopClientAttrib()1826 ctx->ClientAttribStackDepth = 0; in _mesa_init_attrib()
4822 GLuint ClientAttribStackDepth; member
417 { GL_CLIENT_ATTRIB_STACK_DEPTH, CONTEXT_INT(ClientAttribStackDepth), NO_EXTRA },