Searched refs:ClientAttribStackDepth (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dattrib.c1511 if (ctx->ClientAttribStackDepth >= MAX_CLIENT_ATTRIB_STACK_DEPTH) {
1541 ctx->ClientAttribStack[ctx->ClientAttribStackDepth] = head;
1542 ctx->ClientAttribStackDepth++;
1556 if (ctx->ClientAttribStackDepth == 0) {
1561 ctx->ClientAttribStackDepth--;
1562 node = ctx->ClientAttribStack[ctx->ClientAttribStackDepth];
1659 ctx->ClientAttribStackDepth = 0;
H A Dmtypes.h3474 GLuint ClientAttribStackDepth; member in struct:gl_context
H A Dget.c830 { GL_CLIENT_ATTRIB_STACK_DEPTH, CONTEXT_INT(ClientAttribStackDepth), NO_EXTRA },

Completed in 751 milliseconds