Searched refs:transformStack (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_attrib.c39 a->transformStack[i].clip = NULL;
40 a->transformStack[i].clipPlane = NULL;
480 if (a->transformStack[a->transformStackDepth].clip == NULL)
482 a->transformStack[a->transformStackDepth].clip = (GLboolean *) crCalloc( g->limits.maxClipPlanes * sizeof( GLboolean ));
484 if (a->transformStack[a->transformStackDepth].clipPlane == NULL)
486 a->transformStack[a->transformStackDepth].clipPlane = (GLvectord *) crCalloc( g->limits.maxClipPlanes * sizeof( GLvectord ));
488 a->transformStack[a->transformStackDepth].matrixMode = g->transform.matrixMode;
491 a->transformStack[a->transformStackDepth].clip[i] = g->transform.clip[i];
492 a->transformStack[a->transformStackDepth].clipPlane[i] = g->transform.clipPlane[i];
494 a->transformStack[
[all...]
H A Dstate_snapshot.c1629 if (pContext->attrib.transformStack[i].clip)
1631 rc = SSMR3PutMem(pSSM, pContext->attrib.transformStack[i].clip,
1636 if (pContext->attrib.transformStack[i].clipPlane)
1638 rc = SSMR3PutMem(pSSM, pContext->attrib.transformStack[i].clipPlane,
2051 SLC_ASSSERT_NULL_PTR(attrib.transformStack[i].clip);
2052 SLC_ASSSERT_NULL_PTR(attrib.transformStack[i].clipPlane);
2318 if (pContext->attrib.transformStack[i].clip)
2320 rc = crStateAllocAndSSMR3GetMem(pSSM, (void*)&pContext->attrib.transformStack[i].clip,
2325 if (pContext->attrib.transformStack[i].clipPlane)
2327 rc = crStateAllocAndSSMR3GetMem(pSSM, (void**)&pContext->attrib.transformStack[
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_attrib.h389 CRTransformStack transformStack[CR_MAX_ATTRIB_STACK_DEPTH]; member in struct:__anon16169

Completed in 52 milliseconds