Lines Matching refs:uord
175 GLint uord, GLdouble v1, GLdouble v2, GLint vstr, in __indirect_glMap2d() argument
187 else if (vstr < k || ustr < k || vord <= 0 || uord <= 0) { in __indirect_glMap2d()
191 compsize = k * uord * vord * __GLX_SIZE_FLOAT64; in __indirect_glMap2d()
204 __GLX_PUT_LONG(40, uord); in __indirect_glMap2d()
211 __glFillMap2d(k, uord, vord, ustr, vstr, pnts, (GLdouble *) (pc + 48)); in __indirect_glMap2d()
222 __GLX_PUT_LONG(44, uord); in __indirect_glMap2d()
240 __glFillMap2d(k, uord, vord, ustr, vstr, pnts, buf); in __indirect_glMap2d()
253 GLint uord, GLfloat v1, GLfloat v2, GLint vstr, GLint vord, in __indirect_glMap2f() argument
265 else if (vstr < k || ustr < k || vord <= 0 || uord <= 0) { in __indirect_glMap2f()
269 compsize = k * uord * vord * __GLX_SIZE_FLOAT32; in __indirect_glMap2f()
284 __GLX_PUT_LONG(16, uord); in __indirect_glMap2f()
291 __glFillMap2f(k, uord, vord, ustr, vstr, pnts, (GLfloat *) (pc + 32)); in __indirect_glMap2f()
300 __GLX_PUT_LONG(20, uord); in __indirect_glMap2f()
316 __glFillMap2f(k, uord, vord, ustr, vstr, pnts, buf); in __indirect_glMap2f()