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

  /external/mesa3d/src/mesa/state_tracker/
st_atom_clip.c 50 STATIC_ASSERT(sizeof(clip.ucp) <= sizeof(ctx->Transform._ClipUserPlane));
59 /* _ClipUserPlane = _NEW_TRANSFORM | _NEW_PROJECTION
64 : ctx->Transform._ClipUserPlane, sizeof(clip.ucp));
  /external/mesa3d/src/mesa/tnl/
t_vb_cliptmp.h 142 const GLfloat a = ctx->Transform._ClipUserPlane[p][0];
143 const GLfloat b = ctx->Transform._ClipUserPlane[p][1];
144 const GLfloat c = ctx->Transform._ClipUserPlane[p][2];
145 const GLfloat d = ctx->Transform._ClipUserPlane[p][3];
230 const GLfloat a = ctx->Transform._ClipUserPlane[p][0];
231 const GLfloat b = ctx->Transform._ClipUserPlane[p][1];
232 const GLfloat c = ctx->Transform._ClipUserPlane[p][2];
233 const GLfloat d = ctx->Transform._ClipUserPlane[p][3];
292 const GLfloat a = ctx->Transform._ClipUserPlane[p][0];
293 const GLfloat b = ctx->Transform._ClipUserPlane[p][1]
    [all...]
t_vb_vertex.c 72 const GLfloat a = ctx->Transform._ClipUserPlane[p][0]; \
73 const GLfloat b = ctx->Transform._ClipUserPlane[p][1]; \
74 const GLfloat c = ctx->Transform._ClipUserPlane[p][2]; \
75 const GLfloat d = ctx->Transform._ClipUserPlane[p][3]; \
t_vb_program.c 92 const GLfloat a = ctx->Transform._ClipUserPlane[p][0];
93 const GLfloat b = ctx->Transform._ClipUserPlane[p][1];
94 const GLfloat c = ctx->Transform._ClipUserPlane[p][2];
95 const GLfloat d = ctx->Transform._ClipUserPlane[p][3];
  /external/mesa3d/src/mesa/main/
clip.c 45 _mesa_transform_vector(ctx->Transform._ClipUserPlane[plane],
rastpos.c 97 GLfloat dot = v[0] * ctx->Transform._ClipUserPlane[p][0]
98 + v[1] * ctx->Transform._ClipUserPlane[p][1]
99 + v[2] * ctx->Transform._ClipUserPlane[p][2]
100 + v[3] * ctx->Transform._ClipUserPlane[p][3];
matrix.c 589 _mesa_transform_vector( ctx->Transform._ClipUserPlane[p],
mtypes.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_shader.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c     [all...]

Completed in 188 milliseconds