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()
87 COPY_4FV(ctx->Transform.EyeUserPlane[p], equation); in _mesa_ClipPlane()
110 equation[0] = (GLdouble) ctx->Transform.EyeUserPlane[p][0]; in _mesa_GetClipPlane()
111 equation[1] = (GLdouble) ctx->Transform.EyeUserPlane[p][1]; in _mesa_GetClipPlane()
112 equation[2] = (GLdouble) ctx->Transform.EyeUserPlane[p][2]; in _mesa_GetClipPlane()
113 equation[3] = (GLdouble) ctx->Transform.EyeUserPlane[p][3]; in _mesa_GetClipPlane()
Dmatrix.c590 ctx->Transform.EyeUserPlane[p], in update_projection()
776 ASSIGN_4V( ctx->Transform.EyeUserPlane[i], 0.0, 0.0, 0.0, 0.0 ); in _mesa_init_transform()
Dattrib.c1362 const GLfloat *eyePlane = xform->EyeUserPlane[i]; in _mesa_PopAttrib()
1363 COPY_4V(ctx->Transform.EyeUserPlane[i], eyePlane); in _mesa_PopAttrib()
Dmtypes.h1222 gl_clip_plane EyeUserPlane[MAX_CLIP_PLANES]; /**< User clip planes */ member
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_clip.c63 use_eye ? ctx->Transform.EyeUserPlane in update_clip()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_shader.cpp1287 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 _mesa_fetch_state()