HomeSort by: relevance | last modified time | path
    Searched refs:AttribStackDepth (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
glthread_get.c 61 *p = ctx->GLThread.AttribStackDepth;
glthread_marshal.h 470 &ctx->GLThread.AttribStack[ctx->GLThread.AttribStackDepth++];
488 &ctx->GLThread.AttribStack[--ctx->GLThread.AttribStackDepth];
glthread.h 228 int AttribStackDepth;
attrib.c 96 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;
mtypes.h 5298 GLuint AttribStackDepth;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
attrib.c 262 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 = 0
    [all...]
mtypes.h 4882 GLuint AttribStackDepth;
  /xsrc/external/mit/MesaLib/src/mesa/
get_hash.h 441 { GL_ATTRIB_STACK_DEPTH, CONTEXT_INT(AttribStackDepth), NO_EXTRA },
  /xsrc/external/mit/MesaLib.old/src/mesa/
get_hash.h 431 { GL_ATTRIB_STACK_DEPTH, CONTEXT_INT(AttribStackDepth), NO_EXTRA },

Completed in 45 milliseconds