Searched refs:AttribStackDepth (Results 1 – 2 of 2) sorted by relevance
264 if (ctx->AttribStackDepth >= MAX_ATTRIB_STACK_DEPTH) { in _mesa_PushAttrib()593 ctx->AttribStack[ctx->AttribStackDepth] = head; in _mesa_PushAttrib()594 ctx->AttribStackDepth++; in _mesa_PushAttrib()977 if (ctx->AttribStackDepth == 0) { in _mesa_PopAttrib()982 ctx->AttribStackDepth--; in _mesa_PopAttrib()983 attr = ctx->AttribStack[ctx->AttribStackDepth]; in _mesa_PopAttrib()1849 while (ctx->AttribStackDepth > 0) { in _mesa_free_attrib_data()1852 ctx->AttribStackDepth--; in _mesa_free_attrib_data()1853 attr = ctx->AttribStack[ctx->AttribStackDepth]; in _mesa_free_attrib_data()1884 ctx->AttribStackDepth = 0; in _mesa_init_attrib()
5018 GLuint AttribStackDepth; member