Searched refs:insert_null (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/tnl/ |
D | t_vertex_generic.c | 273 static inline void insert_null( const struct tnl_clipspace_attr *a, GLubyte *v, const GLfloat *in ) in insert_null() function 906 #define EMIT2(F0, F1, NAME) EMIT5(2, F0, F1, insert_null, \ 907 insert_null, insert_null, NAME) 909 #define EMIT3(F0, F1, F2, NAME) EMIT5(3, F0, F1, F2, insert_null, \ 910 insert_null, NAME) 913 insert_null, NAME)
|