Searched refs:attribStackDepth (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_client.h115 GLint attribStackDepth; member in struct:__anon16179
H A Dcr_attrib.h331 GLint attribStackDepth; member in struct:__anon16169
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_attrib.c28 a->attribStackDepth = 0;
125 if (a->attribStackDepth == CR_MAX_ATTRIB_STACK_DEPTH - 1)
133 a->pushMaskStack[a->attribStackDepth++] = mask;
529 if (a->attribStackDepth == 0)
537 mask = a->pushMaskStack[--a->attribStackDepth];
1178 if (to->attribStackDepth != 0 || from->attribStackDepth != 0)
H A Dstate_client.c1392 if (c->attribStackDepth == CR_MAX_CLIENT_ATTRIB_STACK_DEPTH - 1) {
1400 c->pushMaskStack[c->attribStackDepth++] = mask;
1430 if (c->attribStackDepth == 0) {
1438 mask = c->pushMaskStack[--c->attribStackDepth];
H A Dstate_snapshot.c1470 CRASSERT(pContext->client.attribStackDepth == 0);

Completed in 61 milliseconds