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

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglthread_get.c61 *p = ctx->GLThread.AttribStackDepth;
H A Dglthread_marshal.h470 &ctx->GLThread.AttribStack[ctx->GLThread.AttribStackDepth++];
488 &ctx->GLThread.AttribStack[--ctx->GLThread.AttribStackDepth];
H A Dglthread.h228 int AttribStackDepth; member in struct:glthread_state
H A Dattrib.c96 if (ctx->AttribStackDepth >= MAX_ATTRIB_STACK_DEPTH) {
101 head = ctx->AttribStack[ctx->AttribStackDepth];
108 ctx->AttribStack[ctx->AttribStackDepth] = head;
312 ctx->AttribStackDepth++;
748 if (ctx->AttribStackDepth == 0) {
753 ctx->AttribStackDepth--;
754 attr = ctx->AttribStack[ctx->AttribStackDepth];
1643 ctx->AttribStackDepth = 0;
H A Dmtypes.h5298 GLuint AttribStackDepth; member in struct:gl_context
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dattrib.c262 if (ctx->AttribStackDepth >= MAX_ATTRIB_STACK_DEPTH) {
591 ctx->AttribStack[ctx->AttribStackDepth] = head;
592 ctx->AttribStackDepth++;
975 if (ctx->AttribStackDepth == 0) {
980 ctx->AttribStackDepth--;
981 attr = ctx->AttribStack[ctx->AttribStackDepth];
1862 while (ctx->AttribStackDepth > 0) {
1865 ctx->AttribStackDepth--;
1866 attr = ctx->AttribStack[ctx->AttribStackDepth];
1897 ctx->AttribStackDepth
[all...]
H A Dmtypes.h4882 GLuint AttribStackDepth; member in struct:gl_context
/xsrc/external/mit/MesaLib.old/src/mesa/
H A Dget_hash.h431 { GL_ATTRIB_STACK_DEPTH, CONTEXT_INT(AttribStackDepth), NO_EXTRA },
/xsrc/external/mit/MesaLib/src/mesa/
H A Dget_hash.h441 { GL_ATTRIB_STACK_DEPTH, CONTEXT_INT(AttribStackDepth), NO_EXTRA },

Completed in 36 milliseconds