Home | History | Annotate | Download | only in main

Lines Matching refs:AttribStackDepth

251    if (ctx->AttribStackDepth >= MAX_ATTRIB_STACK_DEPTH) {
564 ctx->AttribStack[ctx->AttribStackDepth] = head;
565 ctx->AttribStackDepth++;
928 if (ctx->AttribStackDepth == 0) {
933 ctx->AttribStackDepth--;
934 attr = ctx->AttribStack[ctx->AttribStackDepth];
1783 while (ctx->AttribStackDepth > 0) {
1786 ctx->AttribStackDepth--;
1787 attr = ctx->AttribStack[ctx->AttribStackDepth];
1817 ctx->AttribStackDepth = 0;