Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dattrib.c564 ctx->AttribStack[ctx->AttribStackDepth] = head; in _mesa_PushAttrib()
934 attr = ctx->AttribStack[ctx->AttribStackDepth]; in _mesa_PopAttrib()
1795 attr = ctx->AttribStack[ctx->AttribStackDepth]; in _mesa_free_attrib_data()
Dmtypes.h4789 struct gl_attrib_node *AttribStack[MAX_ATTRIB_STACK_DEPTH]; member