HomeSort by relevance Sort by last modified time
    Searched full:glvector4f (Results 51 - 72 of 72) sorted by null

1 23

  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_debug_xform.c 136 static void ref_transform( GLvector4f *dst,
138 const GLvector4f *src )
171 GLvector4f source[1], dest[1], ref[1];
  /external/mesa3d/src/mesa/math/
m_debug_xform.c 136 static void ref_transform( GLvector4f *dst,
138 const GLvector4f *src )
171 GLvector4f source[1], dest[1], ref[1];
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_lighttmp.h 50 GLvector4f *input )
232 GLvector4f *input )
413 GLvector4f *input )
518 GLvector4f *input )
t_vb_points.c 37 GLvector4f PointSize;
t_vb_texmat.c 49 GLvector4f texcoord[MAX_TEXTURE_COORD_UNITS];
t_draw.c 234 /* This should die, but so should the whole GLvector4f concept:
247 const GLvector4f *input,
300 * XXX: remove the GLvector4f type at some stage and just use
t_vb_program.c 66 GLvector4f results[VERT_RESULT_MAX];
68 GLvector4f ndcCoords; /**< normalized device coords */
83 GLvector4f *clip,
t_vertex.c 118 GLvector4f *vptr = VB->AttribPtr[a[j].attrib];
391 register GLvector4f *vptr = VB->AttribPtr[a->attrib];
405 GLvector4f *vptr = VB->AttribPtr[a[j].attrib];
t_vb_normals.c 43 GLvector4f normal;
  /external/mesa3d/src/mesa/tnl/
t_vb_lighttmp.h 50 GLvector4f *input )
232 GLvector4f *input )
413 GLvector4f *input )
518 GLvector4f *input )
t_vb_points.c 37 GLvector4f PointSize;
t_vb_texmat.c 49 GLvector4f texcoord[MAX_TEXTURE_COORD_UNITS];
t_draw.c 234 /* This should die, but so should the whole GLvector4f concept:
247 const GLvector4f *input,
300 * XXX: remove the GLvector4f type at some stage and just use
t_vb_program.c 66 GLvector4f results[VERT_RESULT_MAX];
68 GLvector4f ndcCoords; /**< normalized device coords */
83 GLvector4f *clip,
t_vertex.c 118 GLvector4f *vptr = VB->AttribPtr[a[j].attrib];
391 register GLvector4f *vptr = VB->AttribPtr[a->attrib];
405 GLvector4f *vptr = VB->AttribPtr[a[j].attrib];
t_vb_normals.c 43 GLvector4f normal;
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
sse_xform4.S 122 MOV_L( ARG_SOURCE, ESI ) /* ptr to source GLvector4f */
123 MOV_L( ARG_DEST, EDI ) /* ptr to dest GLvector4f */
  /external/mesa3d/src/mesa/x86/
sse_xform4.S 122 MOV_L( ARG_SOURCE, ESI ) /* ptr to source GLvector4f */
123 MOV_L( ARG_DEST, EDI ) /* ptr to dest GLvector4f */
  /external/chromium_org/third_party/mesa/src/src/mesa/sparc/
sparc_clip.S 60 /* GLvector4f *clip_vec, GLvector4f *proj_vec,
  /external/mesa3d/src/mesa/sparc/
sparc_clip.S 60 /* GLvector4f *clip_vec, GLvector4f *proj_vec,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_context.h 351 GLvector4f ObjClean;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_context.h 351 GLvector4f ObjClean;

Completed in 376 milliseconds

1 23