Searched refs:EyeUserPlane (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dclip.c46 ctx->Transform.EyeUserPlane[plane],
84 if (TEST_EQ_4V(ctx->Transform.EyeUserPlane[p], equation))
88 COPY_4FV(ctx->Transform.EyeUserPlane[p], equation);
112 equation[0] = (GLdouble) ctx->Transform.EyeUserPlane[p][0];
113 equation[1] = (GLdouble) ctx->Transform.EyeUserPlane[p][1];
114 equation[2] = (GLdouble) ctx->Transform.EyeUserPlane[p][2];
115 equation[3] = (GLdouble) ctx->Transform.EyeUserPlane[p][3];
H A Dmatrix.c584 ctx->Transform.EyeUserPlane[p],
779 ASSIGN_4V( ctx->Transform.EyeUserPlane[i], 0.0, 0.0, 0.0, 0.0 );
H A Dattrib.c1253 const GLfloat *eyePlane = xform->EyeUserPlane[i];
1254 COPY_4V(ctx->Transform.EyeUserPlane[i], eyePlane);
H A Dmtypes.h1467 * of the ctx->Transform.EyeUserPlane or ctx->Transform._ClipUserPlane array).
1478 gl_clip_plane EyeUserPlane[MAX_CLIP_PLANES]; /**< User clip planes */ member in struct:gl_transform_attrib
/external/mesa3d/src/mesa/main/
H A Dclip.c46 ctx->Transform.EyeUserPlane[plane],
84 if (TEST_EQ_4V(ctx->Transform.EyeUserPlane[p], equation))
88 COPY_4FV(ctx->Transform.EyeUserPlane[p], equation);
112 equation[0] = (GLdouble) ctx->Transform.EyeUserPlane[p][0];
113 equation[1] = (GLdouble) ctx->Transform.EyeUserPlane[p][1];
114 equation[2] = (GLdouble) ctx->Transform.EyeUserPlane[p][2];
115 equation[3] = (GLdouble) ctx->Transform.EyeUserPlane[p][3];
H A Dmatrix.c584 ctx->Transform.EyeUserPlane[p],
779 ASSIGN_4V( ctx->Transform.EyeUserPlane[i], 0.0, 0.0, 0.0, 0.0 );
H A Dattrib.c1253 const GLfloat *eyePlane = xform->EyeUserPlane[i];
1254 COPY_4V(ctx->Transform.EyeUserPlane[i], eyePlane);
H A Dmtypes.h1467 * of the ctx->Transform.EyeUserPlane or ctx->Transform._ClipUserPlane array).
1478 gl_clip_plane EyeUserPlane[MAX_CLIP_PLANES]; /**< User clip planes */ member in struct:gl_transform_attrib
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_clip.c60 use_eye ? ctx->Transform.EyeUserPlane
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_clip.c60 use_eye ? ctx->Transform.EyeUserPlane
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vs.c174 * that were stored in EyeUserPlane at the time the clip planes were
177 return ctx->Transform.EyeUserPlane;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vs.c174 * that were stored in EyeUserPlane at the time the clip planes were
177 return ctx->Transform.EyeUserPlane;
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_statevars.c264 COPY_4V(value, ctx->Transform.EyeUserPlane[plane]);
/external/mesa3d/src/mesa/program/
H A Dprog_statevars.c264 COPY_4V(value, ctx->Transform.EyeUserPlane[plane]);

Completed in 311 milliseconds