Searched refs:AttribStackDepth (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dattrib.c217 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
[all...]
H A Dmtypes.h3440 GLuint AttribStackDepth; member in struct:gl_context
H A Dget.c825 { GL_ATTRIB_STACK_DEPTH, CONTEXT_INT(AttribStackDepth), NO_EXTRA },
/external/mesa3d/src/mesa/main/
H A Dattrib.c217 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
[all...]
H A Dmtypes.h3440 GLuint AttribStackDepth; member in struct:gl_context
H A Dget.c825 { GL_ATTRIB_STACK_DEPTH, CONTEXT_INT(AttribStackDepth), NO_EXTRA },

Completed in 207 milliseconds