Home
last modified time | relevance | path

Searched refs:EyeUserPlane (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/main/
Dclip.c46 ctx->Transform.EyeUserPlane[plane], in _mesa_update_clip_plane()
83 if (TEST_EQ_4V(ctx->Transform.EyeUserPlane[p], equation)) in _mesa_ClipPlane()
89 COPY_4FV(ctx->Transform.EyeUserPlane[p], equation); in _mesa_ClipPlane()
112 equation[0] = (GLdouble) ctx->Transform.EyeUserPlane[p][0]; in _mesa_GetClipPlane()
113 equation[1] = (GLdouble) ctx->Transform.EyeUserPlane[p][1]; in _mesa_GetClipPlane()
114 equation[2] = (GLdouble) ctx->Transform.EyeUserPlane[p][2]; in _mesa_GetClipPlane()
115 equation[3] = (GLdouble) ctx->Transform.EyeUserPlane[p][3]; in _mesa_GetClipPlane()
Dmatrix.c928 ctx->Transform.EyeUserPlane[p], in update_projection()
1110 ASSIGN_4V( ctx->Transform.EyeUserPlane[i], 0.0, 0.0, 0.0, 0.0 ); in _mesa_init_transform()
Dattrib.c1436 const GLfloat *eyePlane = xform->EyeUserPlane[i]; in _mesa_PopAttrib()
1437 COPY_4V(ctx->Transform.EyeUserPlane[i], eyePlane); in _mesa_PopAttrib()
Dmtypes.h1297 gl_clip_plane EyeUserPlane[MAX_CLIP_PLANES]; /**< User clip planes */ member
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_clip.c61 use_eye ? ctx->Transform.EyeUserPlane in st_update_clip()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vs.c60 return ctx->Transform.EyeUserPlane; in brw_select_clip_planes()
/external/mesa3d/src/mesa/program/
Dprog_statevars.c271 COPY_4V(value, ctx->Transform.EyeUserPlane[plane]); in fetch_state()