Searched refs:clipPlane (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_transform.c110 crFree( t->clipPlane );
145 t->clipPlane = (GLvectord *) crCalloc (sizeof (GLvectord) * CR_MAX_CLIP_PLANES);
149 t->clipPlane[i].x = 0.0f;
150 t->clipPlane[i].y = 0.0f;
151 t->clipPlane[i].z = 0.0f;
152 t->clipPlane[i].w = 0.0f;
155 RESET(tb->clipPlane, ctx->bitid);
251 t->clipPlane[i] = e;
252 DIRTY(tb->clipPlane, g->neg_bitid);
891 equation[0] = t->clipPlane[
[all...]
H A Dstate_bits_globalop.h325 _CRSTATE_BITS_OP_SIZEOF(transform.clipPlane);
H A Dstate_snapshot.c1508 rc = SSMR3PutMem(pSSM, pContext->transform.clipPlane, sizeof(GLvectord)*CR_MAX_CLIP_PLANES);
1636 if (pContext->attrib.transformStack[i].clipPlane)
1638 rc = SSMR3PutMem(pSSM, pContext->attrib.transformStack[i].clipPlane,
2052 SLC_ASSSERT_NULL_PTR(attrib.transformStack[i].clipPlane);
2152 SLC_COPYPTR(transform.clipPlane);
2185 rc = SSMR3GetMem(pSSM, pContext->transform.clipPlane, sizeof(GLvectord)*CR_MAX_CLIP_PLANES);
2325 if (pContext->attrib.transformStack[i].clipPlane)
2327 rc = crStateAllocAndSSMR3GetMem(pSSM, (void**)&pContext->attrib.transformStack[i].clipPlane,
H A Dstate_attrib.c40 a->transformStack[i].clipPlane = NULL;
484 if (a->transformStack[a->transformStackDepth].clipPlane == NULL)
486 a->transformStack[a->transformStackDepth].clipPlane = (GLvectord *) crCalloc( g->limits.maxClipPlanes * sizeof( GLvectord ));
492 a->transformStack[a->transformStackDepth].clipPlane[i] = g->transform.clipPlane[i];
1141 g->transform.clipPlane[i] = a->transformStack[a->transformStackDepth].clipPlane[i];
1149 DIRTY(sb->transform.clipPlane, g->neg_bitid);
H A Dstate_lists.c731 if (CHECKDIRTY(sb->transform.clipPlane, negbitID))
736 CRSTATE_SET_CLIPPLANE_4D(transform.clipPlane[i], GL_CLIP_PLANE0+i);
H A Dstate_feedback.c133 const GLvectord *plane = g->transform.clipPlane + i;
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_transform.h29 CRbitvalue clipPlane[CR_MAX_BITARRAY]; member in struct:__anon16246
42 GLvectord *clipPlane; member in struct:__anon16248
H A Dcr_attrib.h313 GLvectord *clipPlane; member in struct:__anon16167

Completed in 54 milliseconds