Home | History | Annotate | Download | only in main

Lines Matching refs:AttribStackDepth

217    if (ctx->AttribStackDepth >= MAX_ATTRIB_STACK_DEPTH) {
482 ctx->AttribStack[ctx->AttribStackDepth] = head;
483 ctx->AttribStackDepth++;
849 if (ctx->AttribStackDepth == 0) {
854 ctx->AttribStackDepth--;
855 attr = ctx->AttribStack[ctx->AttribStackDepth];
1624 while (ctx->AttribStackDepth > 0) {
1627 ctx->AttribStackDepth--;
1628 attr = ctx->AttribStack[ctx->AttribStackDepth];
1658 ctx->AttribStackDepth = 0;