Lines Matching refs:vorder
62 GLint vstride, GLint vorder, const GLdouble *points)
76 sizeof( vorder ) +
87 packet_length += num_components*uorder*vorder*sizeof( *points );
99 WRITE_DATA( 48, GLint, SWAP32(vorder) );
103 for (v = 0 ; v < vorder ; v++)
123 GLint vstride, GLint vorder, const GLfloat *points)
137 sizeof( vorder ) +
148 packet_length += num_components*uorder*vorder*sizeof( *points );
160 WRITE_DATA( 32, GLint, SWAP32(vorder) );
164 for (v = 0 ; v < vorder ; v++)