Lines Matching refs:order
43 GLint order, const GLdouble * pnts)
54 else if (stride < k || order <= 0) {
58 compsize = k * order * __GLX_SIZE_FLOAT64;
69 __GLX_PUT_LONG(24, order);
74 __glFillMap1d(k, order, stride, pnts, (pc + 28));
83 __GLX_PUT_LONG(28, order);
97 __glFillMap1d(k, order, stride, pnts, buf);
110 GLint order, const GLfloat * pnts)
121 else if (stride < k || order <= 0) {
125 compsize = k * order * __GLX_SIZE_FLOAT32;
131 ** The order that arguments are packed is different from the order
140 __GLX_PUT_LONG(16, order);
141 __glFillMap1f(k, order, stride, pnts, (GLubyte *) (pc + 20));
150 __GLX_PUT_LONG(20, order);
160 __glFillMap1f(k, order, stride, pnts, buf);
273 ** The order that arguments are packed is different from the order