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

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vertex_generic.c 156 static inline void insert_4f_4( const struct tnl_clipspace_attr *a, GLubyte *v, const GLfloat *in ) function
781 { insert_4f_1, insert_4f_2, insert_4f_3, insert_4f_4 },
923 EMIT3(insert_4f_4, insert_4ub_4f_rgba_4, insert_2f_2, emit_xyzw4_rgba4_st2)
927 EMIT4(insert_4f_4, insert_4ub_4f_rgba_4, insert_2f_2, insert_2f_2, emit_xyzw4_rgba4_st2_st2)
959 else if (vtx->attr[0].emit == insert_4f_4)
973 else if (vtx->attr[0].emit == insert_4f_4)
  /external/mesa3d/src/mesa/tnl/
t_vertex_generic.c 156 static inline void insert_4f_4( const struct tnl_clipspace_attr *a, GLubyte *v, const GLfloat *in ) function
781 { insert_4f_1, insert_4f_2, insert_4f_3, insert_4f_4 },
923 EMIT3(insert_4f_4, insert_4ub_4f_rgba_4, insert_2f_2, emit_xyzw4_rgba4_st2)
927 EMIT4(insert_4f_4, insert_4ub_4f_rgba_4, insert_2f_2, insert_2f_2, emit_xyzw4_rgba4_st2_st2)
959 else if (vtx->attr[0].emit == insert_4f_4)
973 else if (vtx->attr[0].emit == insert_4f_4)

Completed in 45 milliseconds