Home
last modified time | relevance | path

Searched refs:ClientAttribStackDepth (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dattrib.c1653 if (ctx->ClientAttribStackDepth >= MAX_CLIENT_ATTRIB_STACK_DEPTH) { in _mesa_PushClientAttrib()
1723 ctx->ClientAttribStack[ctx->ClientAttribStackDepth] = head; in _mesa_PushClientAttrib()
1724 ctx->ClientAttribStackDepth++; in _mesa_PushClientAttrib()
1739 if (ctx->ClientAttribStackDepth == 0) { in _mesa_PopClientAttrib()
1744 ctx->ClientAttribStackDepth--; in _mesa_PopClientAttrib()
1745 node = ctx->ClientAttribStack[ctx->ClientAttribStackDepth]; in _mesa_PopClientAttrib()
1826 ctx->ClientAttribStackDepth = 0; in _mesa_init_attrib()
Dmtypes.h4822 GLuint ClientAttribStackDepth; member
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h417 { GL_CLIENT_ATTRIB_STACK_DEPTH, CONTEXT_INT(ClientAttribStackDepth), NO_EXTRA },