Home
last modified time | relevance | path

Searched refs:AttribStackDepth (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dglthread_marshal.h512 if (ctx->GLThread.AttribStackDepth >= MAX_ATTRIB_STACK_DEPTH) in _mesa_glthread_PushAttrib()
516 &ctx->GLThread.AttribStack[ctx->GLThread.AttribStackDepth++]; in _mesa_glthread_PushAttrib()
539 if (ctx->GLThread.AttribStackDepth == 0) in _mesa_glthread_PopAttrib()
543 &ctx->GLThread.AttribStack[--ctx->GLThread.AttribStackDepth]; in _mesa_glthread_PopAttrib()
Dattrib.c97 if (ctx->AttribStackDepth >= MAX_ATTRIB_STACK_DEPTH) { in _mesa_PushAttrib()
102 head = ctx->AttribStack[ctx->AttribStackDepth]; in _mesa_PushAttrib()
109 ctx->AttribStack[ctx->AttribStackDepth] = head; in _mesa_PushAttrib()
313 ctx->AttribStackDepth++; in _mesa_PushAttrib()
676 if (ctx->AttribStackDepth == 0) { in _mesa_PopAttrib()
681 ctx->AttribStackDepth--; in _mesa_PopAttrib()
682 attr = ctx->AttribStack[ctx->AttribStackDepth]; in _mesa_PopAttrib()
1499 ctx->AttribStackDepth = 0; in _mesa_init_attrib()
Dglthread_get.c54 *p = ctx->GLThread.AttribStackDepth; in _mesa_marshal_GetIntegerv()
Dglthread.h231 int AttribStackDepth; member
Dmtypes.h3380 GLuint AttribStackDepth; member