Lines Matching refs:pnts
45 GLint order, const GLdouble * pnts)
76 __glFillMap1d(k, order, stride, pnts, (pc + 28));
99 __glFillMap1d(k, order, stride, pnts, buf);
105 __glXSendLargeCommand(gc, pc, 32, pnts, compsize);
112 GLint order, const GLfloat * pnts)
143 __glFillMap1f(k, order, stride, pnts, (GLubyte *) (pc + 20));
162 __glFillMap1f(k, order, stride, pnts, buf);
168 __glXSendLargeCommand(gc, pc, 24, pnts, compsize);
176 GLint vord, const GLdouble * pnts)
211 __glFillMap2d(k, uord, vord, ustr, vstr, pnts, (GLdouble *) (pc + 48));
240 __glFillMap2d(k, uord, vord, ustr, vstr, pnts, buf);
246 __glXSendLargeCommand(gc, pc, 52, pnts, compsize);
254 const GLfloat * pnts)
291 __glFillMap2f(k, uord, vord, ustr, vstr, pnts, (GLfloat *) (pc + 32));
316 __glFillMap2f(k, uord, vord, ustr, vstr, pnts, buf);
322 __glXSendLargeCommand(gc, pc, 36, pnts, compsize);