Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dattrib.c1723 ctx->ClientAttribStack[ctx->ClientAttribStackDepth] = head; in _mesa_PushClientAttrib()
1745 node = ctx->ClientAttribStack[ctx->ClientAttribStackDepth]; in _mesa_PopClientAttrib()
Dmtypes.h4823 struct gl_attrib_node *ClientAttribStack[MAX_CLIENT_ATTRIB_STACK_DEPTH]; member