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

  /external/mesa3d/src/mesa/main/
clip.c 46 ctx->Transform.EyeUserPlane[plane],
83 if (TEST_EQ_4V(ctx->Transform.EyeUserPlane[p], equation))
87 COPY_4FV(ctx->Transform.EyeUserPlane[p], equation);
110 equation[0] = (GLdouble) ctx->Transform.EyeUserPlane[p][0];
111 equation[1] = (GLdouble) ctx->Transform.EyeUserPlane[p][1];
112 equation[2] = (GLdouble) ctx->Transform.EyeUserPlane[p][2];
113 equation[3] = (GLdouble) ctx->Transform.EyeUserPlane[p][3];
matrix.c 590 ctx->Transform.EyeUserPlane[p],
776 ASSIGN_4V( ctx->Transform.EyeUserPlane[i], 0.0, 0.0, 0.0, 0.0 );
attrib.c     [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_clip.c 60 * EyeUserPlane = _NEW_TRANSFORM
63 use_eye ? ctx->Transform.EyeUserPlane
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_shader.cpp     [all...]
  /external/mesa3d/src/mesa/program/
prog_statevars.c 271 COPY_4V(value, ctx->Transform.EyeUserPlane[plane]);
    [all...]

Completed in 92 milliseconds