Searched refs:AttribStack (Results 1 – 4 of 4) sorted by relevance
516 &ctx->GLThread.AttribStack[ctx->GLThread.AttribStackDepth++]; in _mesa_glthread_PushAttrib()543 &ctx->GLThread.AttribStack[--ctx->GLThread.AttribStackDepth]; in _mesa_glthread_PopAttrib()
230 struct glthread_attrib_node AttribStack[MAX_ATTRIB_STACK_DEPTH]; member
102 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()
3381 struct gl_attrib_node *AttribStack[MAX_ATTRIB_STACK_DEPTH]; member