Searched refs:equation (Results 1 - 25 of 33) sorted by relevance

12

/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack_clipplane.c14 GLdouble equation[4]; local
15 crMemcpy( equation, DATA_POINTER( 4, GLdouble ), sizeof(equation) );
17 cr_unpackDispatch.ClipPlane( plane, equation );
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_clipplane.c10 void PACK_APIENTRY crPackClipPlane( GLenum plane, const GLdouble *equation )
14 int packet_length = sizeof( plane ) + 4*sizeof(*equation);
17 WRITE_DOUBLE( 4, equation[0] );
18 WRITE_DOUBLE( 12, equation[1] );
19 WRITE_DOUBLE( 20, equation[2] );
20 WRITE_DOUBLE( 28, equation[3] );
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dclip.h37 _mesa_ClipPlane( GLenum plane, const GLdouble *equation );
40 _mesa_GetClipPlane( GLenum plane, GLdouble *equation );
H A Ddd.h609 /** Set the blend equation */
624 void (*ClipPlane)(GLcontext *ctx, GLenum plane, const GLfloat *equation );
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_transform.c217 void STATE_APIENTRY crStateClipPlane (GLenum plane, const GLdouble *equation) argument
227 e.x = equation[0];
228 e.y = equation[1];
229 e.z = equation[2];
230 e.w = equation[3];
870 void STATE_APIENTRY crStateGetClipPlane(GLenum plane, GLdouble *equation) argument
891 equation[0] = t->clipPlane[i].x;
892 equation[1] = t->clipPlane[i].y;
893 equation[2] = t->clipPlane[i].z;
894 equation[
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/
H A Ddri_drv.c315 vboxDDClipPlane(GLcontext *ctx, GLenum plane, const GLfloat *equation) argument
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dglapitable.h194 void (GLAPIENTRYP ClipPlane)(GLenum plane, const GLdouble * equation); /* 150 */
303 void (GLAPIENTRYP GetClipPlane)(GLenum plane, GLdouble * equation); /* 259 */
H A Dglapitemp.h833 KEYWORD1 void KEYWORD2 NAME(ClipPlane)(GLenum plane, const GLdouble * equation) argument
835 DISPATCH(ClipPlane, (plane, equation), (F, "glClipPlane(0x%x, %p);\n", plane, (const void *) equation));
1378 KEYWORD1 void KEYWORD2 NAME(GetClipPlane)(GLenum plane, GLdouble * equation) argument
1380 DISPATCH(GetClipPlane, (plane, equation), (F, "glGetClipPlane(0x%x, %p);\n", plane, (const void *) equation));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dglapitable.h193 void (GLAPIENTRYP ClipPlane)(GLenum plane, const GLdouble * equation); /* 150 */
302 void (GLAPIENTRYP GetClipPlane)(GLenum plane, GLdouble * equation); /* 259 */
H A Dglapitemp.h833 KEYWORD1 void KEYWORD2 NAME(ClipPlane)(GLenum plane, const GLdouble * equation) argument
835 DISPATCH(ClipPlane, (plane, equation), (F, "glClipPlane(0x%x, %p);\n", plane, (const void *) equation));
1378 KEYWORD1 void KEYWORD2 NAME(GetClipPlane)(GLenum plane, GLdouble * equation) argument
1380 DISPATCH(GetClipPlane, (plane, equation), (F, "glGetClipPlane(0x%x, %p);\n", plane, (const void *) equation));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dglapitable.h193 void (GLAPIENTRYP ClipPlane)(GLenum plane, const GLdouble * equation); /* 150 */
302 void (GLAPIENTRYP GetClipPlane)(GLenum plane, GLdouble * equation); /* 259 */
H A Dglapitemp.h833 KEYWORD1 void KEYWORD2 NAME(ClipPlane)(GLenum plane, const GLdouble * equation) argument
835 DISPATCH(ClipPlane, (plane, equation), (F, "glClipPlane(0x%x, %p);\n", plane, (const void *) equation));
1378 KEYWORD1 void KEYWORD2 NAME(GetClipPlane)(GLenum plane, GLdouble * equation) argument
1380 DISPATCH(GetClipPlane, (plane, equation), (F, "glGetClipPlane(0x%x, %p);\n", plane, (const void *) equation));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dglapitable.h193 void (GLAPIENTRYP ClipPlane)(GLenum plane, const GLdouble * equation); /* 150 */
302 void (GLAPIENTRYP GetClipPlane)(GLenum plane, GLdouble * equation); /* 259 */
H A Dglapitemp.h833 KEYWORD1 void KEYWORD2 NAME(ClipPlane)(GLenum plane, const GLdouble * equation) argument
835 DISPATCH(ClipPlane, (plane, equation), (F, "glClipPlane(0x%x, %p);\n", plane, (const void *) equation));
1378 KEYWORD1 void KEYWORD2 NAME(GetClipPlane)(GLenum plane, GLdouble * equation) argument
1380 DISPATCH(GetClipPlane, (plane, equation), (F, "glGetClipPlane(0x%x, %p);\n", plane, (const void *) equation));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dglapitable.h193 void (GLAPIENTRYP ClipPlane)(GLenum plane, const GLdouble * equation); /* 150 */
302 void (GLAPIENTRYP GetClipPlane)(GLenum plane, GLdouble * equation); /* 259 */
H A Dglapitemp.h833 KEYWORD1 void KEYWORD2 NAME(ClipPlane)(GLenum plane, const GLdouble * equation) argument
835 DISPATCH(ClipPlane, (plane, equation), (F, "glClipPlane(0x%x, %p);\n", plane, (const void *) equation));
1378 KEYWORD1 void KEYWORD2 NAME(GetClipPlane)(GLenum plane, GLdouble * equation) argument
1380 DISPATCH(GetClipPlane, (plane, equation), (F, "glGetClipPlane(0x%x, %p);\n", plane, (const void *) equation));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dglapitable.h193 void (GLAPIENTRYP ClipPlane)(GLenum plane, const GLdouble * equation); /* 150 */
302 void (GLAPIENTRYP GetClipPlane)(GLenum plane, GLdouble * equation); /* 259 */
H A Dglapitemp.h833 KEYWORD1 void KEYWORD2 NAME(ClipPlane)(GLenum plane, const GLdouble * equation) argument
835 DISPATCH(ClipPlane, (plane, equation), (F, "glClipPlane(0x%x, %p);\n", plane, (const void *) equation));
1378 KEYWORD1 void KEYWORD2 NAME(GetClipPlane)(GLenum plane, GLdouble * equation) argument
1380 DISPATCH(GetClipPlane, (plane, equation), (F, "glGetClipPlane(0x%x, %p);\n", plane, (const void *) equation));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dglapitable.h193 void (GLAPIENTRYP ClipPlane)(GLenum plane, const GLdouble * equation); /* 150 */
302 void (GLAPIENTRYP GetClipPlane)(GLenum plane, GLdouble * equation); /* 259 */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dglapitable.h193 void (GLAPIENTRYP ClipPlane)(GLenum plane, const GLdouble * equation); /* 150 */
302 void (GLAPIENTRYP GetClipPlane)(GLenum plane, GLdouble * equation); /* 259 */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dglapitable.h191 void (GLAPIENTRYP ClipPlane) (GLenum plane, const GLdouble * equation); /* 150 */
300 void (GLAPIENTRYP GetClipPlane) (GLenum plane, GLdouble * equation); /* 259 */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dglapitable.h191 void (GLAPIENTRYP ClipPlane) (GLenum plane, const GLdouble * equation); /* 150 */
300 void (GLAPIENTRYP GetClipPlane) (GLenum plane, GLdouble * equation); /* 259 */
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dgl.h816 GLAPI void GLAPIENTRY glClipPlane( GLenum plane, const GLdouble *equation );
818 GLAPI void GLAPIENTRY glGetClipPlane( GLenum plane, GLdouble *equation );
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dgl.h814 GLAPI void GLAPIENTRY glClipPlane( GLenum plane, const GLdouble *equation );
816 GLAPI void GLAPIENTRY glGetClipPlane( GLenum plane, GLdouble *equation );
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/glapi/
H A Dglapitable.h194 void (GLAPIENTRYP ClipPlane)(GLenum plane, const GLdouble * equation); /* 150 */
303 void (GLAPIENTRYP GetClipPlane)(GLenum plane, GLdouble * equation); /* 259 */

Completed in 558 milliseconds

12