HomeSort by: relevance | last modified time | path
    Searched defs:insert_null (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
t_vertex_generic.c 273 static inline void insert_null( const struct tnl_clipspace_attr *a, GLubyte *v, const GLfloat *in ) 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)
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
t_vertex_generic.c 273 static inline void insert_null( const struct tnl_clipspace_attr *a, GLubyte *v, const GLfloat *in ) 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)

Completed in 127 milliseconds