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

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_clip.c 50 STATIC_ASSERT(sizeof(clip.ucp) <= sizeof(ctx->Transform._ClipUserPlane));
61 : ctx->Transform._ClipUserPlane, sizeof(clip.ucp));
  /external/mesa3d/src/mesa/state_tracker/
st_atom_clip.c 50 STATIC_ASSERT(sizeof(clip.ucp) <= sizeof(ctx->Transform._ClipUserPlane));
61 : ctx->Transform._ClipUserPlane, sizeof(clip.ucp));
  /external/chromium_org/third_party/mesa/src/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];
231 const GLfloat a = ctx->Transform._ClipUserPlane[p][0];
232 const GLfloat b = ctx->Transform._ClipUserPlane[p][1];
233 const GLfloat c = ctx->Transform._ClipUserPlane[p][2];
234 const GLfloat d = ctx->Transform._ClipUserPlane[p][3];
294 const GLfloat a = ctx->Transform._ClipUserPlane[p][0];
295 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_rasterpos.c 93 GLfloat dot = v[0] * ctx->Transform._ClipUserPlane[p][0]
94 + v[1] * ctx->Transform._ClipUserPlane[p][1]
95 + v[2] * ctx->Transform._ClipUserPlane[p][2]
96 + v[3] * ctx->Transform._ClipUserPlane[p][3];
t_vb_program.c 93 const GLfloat a = ctx->Transform._ClipUserPlane[p][0];
94 const GLfloat b = ctx->Transform._ClipUserPlane[p][1];
95 const GLfloat c = ctx->Transform._ClipUserPlane[p][2];
96 const GLfloat d = ctx->Transform._ClipUserPlane[p][3];
  /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];
231 const GLfloat a = ctx->Transform._ClipUserPlane[p][0];
232 const GLfloat b = ctx->Transform._ClipUserPlane[p][1];
233 const GLfloat c = ctx->Transform._ClipUserPlane[p][2];
234 const GLfloat d = ctx->Transform._ClipUserPlane[p][3];
294 const GLfloat a = ctx->Transform._ClipUserPlane[p][0];
295 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_rasterpos.c 93 GLfloat dot = v[0] * ctx->Transform._ClipUserPlane[p][0]
94 + v[1] * ctx->Transform._ClipUserPlane[p][1]
95 + v[2] * ctx->Transform._ClipUserPlane[p][2]
96 + v[3] * ctx->Transform._ClipUserPlane[p][3];
t_vb_program.c 93 const GLfloat a = ctx->Transform._ClipUserPlane[p][0];
94 const GLfloat b = ctx->Transform._ClipUserPlane[p][1];
95 const GLfloat c = ctx->Transform._ClipUserPlane[p][2];
96 const GLfloat d = ctx->Transform._ClipUserPlane[p][3];
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
clip.c 45 _mesa_transform_vector(ctx->Transform._ClipUserPlane[plane],
matrix.c 583 _mesa_transform_vector( ctx->Transform._ClipUserPlane[p],
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
clip.c 45 _mesa_transform_vector(ctx->Transform._ClipUserPlane[plane],
matrix.c 583 _mesa_transform_vector( ctx->Transform._ClipUserPlane[p],
mtypes.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vs.c 182 * _ClipUserPlane, which was transformed into clip coordinates by Mesa
185 return ctx->Transform._ClipUserPlane;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs.c 182 * _ClipUserPlane, which was transformed into clip coordinates by Mesa
185 return ctx->Transform._ClipUserPlane;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_state.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_state.c     [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 119 milliseconds