HomeSort by relevance Sort by last modified time
    Searched refs:EyeUserPlane (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
clip.c 46 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];
matrix.c 584 ctx->Transform.EyeUserPlane[p],
779 ASSIGN_4V( ctx->Transform.EyeUserPlane[i], 0.0, 0.0, 0.0, 0.0 );
attrib.c     [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
clip.c 46 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];
matrix.c 584 ctx->Transform.EyeUserPlane[p],
779 ASSIGN_4V( ctx->Transform.EyeUserPlane[i], 0.0, 0.0, 0.0, 0.0 );
attrib.c     [all...]
mtypes.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_clip.c 60 use_eye ? ctx->Transform.EyeUserPlane
  /external/mesa3d/src/mesa/state_tracker/
st_atom_clip.c 60 use_eye ? ctx->Transform.EyeUserPlane
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vs.c 174 * that were stored in EyeUserPlane at the time the clip planes were
177 return ctx->Transform.EyeUserPlane;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs.c 174 * 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/
prog_statevars.c 264 COPY_4V(value, ctx->Transform.EyeUserPlane[plane]);
    [all...]
  /external/mesa3d/src/mesa/program/
prog_statevars.c 264 COPY_4V(value, ctx->Transform.EyeUserPlane[plane]);
    [all...]

Completed in 103 milliseconds