Searched refs:GLvectord (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_matrix.h20 typedef struct { GLdouble x,y,z,w; } GLvectord; typedef in typeref:struct:__anon16102
63 crMatrixTransformPointd(const CRmatrix *m, GLvectord *p);
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_transform.h42 GLvectord *clipPlane;
79 DECLEXPORT(void) crStateTransformXformPointMatrixd(const CRmatrix *m, GLvectord *p);
H A Dcr_attrib.h313 GLvectord *clipPlane;
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_transform.c145 t->clipPlane = (GLvectord *) crCalloc (sizeof (GLvectord) * CR_MAX_CLIP_PLANES);
204 void crStateTransformXformPointMatrixd(const CRmatrix *m, GLvectord *p)
223 GLvectord e;
H A Dstate_snapshot.c1508 rc = SSMR3PutMem(pSSM, pContext->transform.clipPlane, sizeof(GLvectord)*CR_MAX_CLIP_PLANES);
1639 pContext->limits.maxClipPlanes*sizeof(GLvectord));
2185 rc = SSMR3GetMem(pSSM, pContext->transform.clipPlane, sizeof(GLvectord)*CR_MAX_CLIP_PLANES);
2328 pContext->limits.maxClipPlanes*sizeof(GLvectord));
H A Dstate_texture.c2432 GLvectord d_vector;
2459 GLvectord d_vector;
H A Dstate_attrib.c486 a->transformStack[a->transformStackDepth].clipPlane = (GLvectord *) crCalloc( g->limits.maxClipPlanes * sizeof( GLvectord ));
H A Dstate_feedback.c133 const GLvectord *plane = g->transform.clipPlane + i;
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dmatrix.c211 crMatrixTransformPointd(const CRmatrix *m, GLvectord *p)

Completed in 78 milliseconds