Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dattrib.c482 ctx->AttribStack[ctx->AttribStackDepth] = head; in _mesa_PushAttrib()
855 attr = ctx->AttribStack[ctx->AttribStackDepth]; in _mesa_PopAttrib()
1628 attr = ctx->AttribStack[ctx->AttribStackDepth]; in _mesa_free_attrib_data()
Dmtypes.h3441 struct gl_attrib_node *AttribStack[MAX_ATTRIB_STACK_DEPTH]; member