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

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vertex_generic.c 274 static inline void insert_null( const struct tnl_clipspace_attr *a, GLubyte *v, const GLfloat *in ) function
907 #define EMIT2(F0, F1, NAME) EMIT5(2, F0, F1, insert_null, \
908 insert_null, insert_null, NAME)
910 #define EMIT3(F0, F1, F2, NAME) EMIT5(3, F0, F1, F2, insert_null, \
911 insert_null, NAME)
914 insert_null, NAME)
  /external/mesa3d/src/mesa/tnl/
t_vertex_generic.c 274 static inline void insert_null( const struct tnl_clipspace_attr *a, GLubyte *v, const GLfloat *in ) function
907 #define EMIT2(F0, F1, NAME) EMIT5(2, F0, F1, insert_null, \
908 insert_null, insert_null, NAME)
910 #define EMIT3(F0, F1, F2, NAME) EMIT5(3, F0, F1, F2, insert_null, \
911 insert_null, NAME)
914 insert_null, NAME)

Completed in 986 milliseconds