Searched refs:ClientAttribStack (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglthread.h201 struct glthread_client_attrib ClientAttribStack[MAX_CLIENT_ATTRIB_STACK_DEPTH]; member in struct:glthread_state
H A Dglthread_varray.c583 &glthread->ClientAttribStack[glthread->ClientAttribStackTop];
614 &glthread->ClientAttribStack[glthread->ClientAttribStackTop];
H A Dattrib.c1484 head = &ctx->ClientAttribStack[ctx->ClientAttribStackDepth];
1516 head = &ctx->ClientAttribStack[ctx->ClientAttribStackDepth];
H A Dmtypes.h5334 struct gl_client_attrib_node ClientAttribStack[MAX_CLIENT_ATTRIB_STACK_DEPTH]; member in struct:gl_context
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dattrib.c1797 ctx->ClientAttribStack[ctx->ClientAttribStackDepth] = head;
1817 node = ctx->ClientAttribStack[ctx->ClientAttribStackDepth];
H A Dmtypes.h4918 struct gl_attrib_node *ClientAttribStack[MAX_CLIENT_ATTRIB_STACK_DEPTH]; member in struct:gl_context

Completed in 30 milliseconds