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

  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_xform.h 163 #define TransformRaw( to, mat, from ) \
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_texmat.c 71 (void) TransformRaw( &store->texcoord[i],
t_vb_vertex.c 156 VB->EyePtr = TransformRaw( &store->eye,
161 VB->ClipPtr = TransformRaw( &store->clip,
t_vb_program.c 450 VB->ClipPtr = TransformRaw( &store->results[0],
  /external/mesa3d/src/mesa/math/
m_xform.h 163 #define TransformRaw( to, mat, from ) \
  /external/mesa3d/src/mesa/tnl/
t_vb_texmat.c 71 (void) TransformRaw( &store->texcoord[i],
t_vb_vertex.c 156 VB->EyePtr = TransformRaw( &store->eye,
161 VB->ClipPtr = TransformRaw( &store->clip,
t_vb_program.c 450 VB->ClipPtr = TransformRaw( &store->results[0],

Completed in 360 milliseconds