Home
last modified time | relevance | path

Searched refs:AttribStack (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dglthread_marshal.h516 &ctx->GLThread.AttribStack[ctx->GLThread.AttribStackDepth++]; in _mesa_glthread_PushAttrib()
543 &ctx->GLThread.AttribStack[--ctx->GLThread.AttribStackDepth]; in _mesa_glthread_PopAttrib()
Dglthread.h230 struct glthread_attrib_node AttribStack[MAX_ATTRIB_STACK_DEPTH]; member
Dattrib.c102 head = ctx->AttribStack[ctx->AttribStackDepth]; in _mesa_PushAttrib()
109 ctx->AttribStack[ctx->AttribStackDepth] = head; in _mesa_PushAttrib()
682 attr = ctx->AttribStack[ctx->AttribStackDepth]; in _mesa_PopAttrib()
1490 for (unsigned i = 0; i < ARRAY_SIZE(ctx->AttribStack); i++) in _mesa_free_attrib_data()
1491 FREE(ctx->AttribStack[i]); in _mesa_free_attrib_data()
Dmtypes.h3381 struct gl_attrib_node *AttribStack[MAX_ATTRIB_STACK_DEPTH]; member