OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:insert_null
(Results
1 - 1
of
1
) sorted by null
/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 66 milliseconds