Searched refs:EyeUserPlane (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | clip.c | 46 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()
|
D | matrix.c | 928 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()
|
D | attrib.c | 1436 const GLfloat *eyePlane = xform->EyeUserPlane[i]; in _mesa_PopAttrib() 1437 COPY_4V(ctx->Transform.EyeUserPlane[i], eyePlane); in _mesa_PopAttrib()
|
D | mtypes.h | 1297 gl_clip_plane EyeUserPlane[MAX_CLIP_PLANES]; /**< User clip planes */ member
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_clip.c | 61 use_eye ? ctx->Transform.EyeUserPlane in st_update_clip()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_vs.c | 60 return ctx->Transform.EyeUserPlane; in brw_select_clip_planes()
|
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 271 COPY_4V(value, ctx->Transform.EyeUserPlane[plane]); in fetch_state()
|