Lines Matching refs:PyObject
62 static PyObject *
63 gl_qread(PyObject *self, PyObject *args)
70 { PyObject *v = PyTuple_New( 2 );
91 static PyObject *
92 gl_varray(PyObject *self, PyObject *args)
94 PyObject *v, *w=NULL;
97 PyObject * (*getitem)(PyObject *, int);
167 static PyObject *gen_nvarray(); /* Forward */
170 static PyObject *
171 gl_nvarray(PyObject *self, PyObject *args)
177 static PyObject *
178 gl_vnarray(PyObject *self, PyObject *args)
186 static PyObject *
187 gen_nvarray(PyObject *args, int inorm)
189 PyObject *v, *w, *wnorm, *wvec;
192 PyObject * (*getitem)(PyObject *, int);
235 static PyObject *
236 gl_nurbssurface(PyObject *self, PyObject *args)
250 PyObject *v, *w, *pt;
321 static PyObject *
322 gl_nurbscurve(PyObject *self, PyObject *args)
332 PyObject *v;
381 static PyObject *
382 gl_pwlcurve(PyObject *self, PyObject *args)
384 PyObject *v;
425 static PyObject *
426 pick_select(PyObject *args, void (*func)())
443 static PyObject *
446 PyObject *v, *w;
483 static PyObject *gl_pick(PyObject *self, PyObject *args)
488 static PyObject *gl_endpick(PyObject *self)
493 static PyObject *gl_gselect(PyObject *self, PyObject *args)
498 static PyObject *gl_endselect(PyObject *self)
509 static PyObject *
510 gl_getmatrix(PyObject *self, PyObject *args)
513 PyObject *v, *w;
536 static PyObject *
537 gl_altgetmatrix(PyObject *self, PyObject *args)
540 PyObject *v, *w;
569 static PyObject *
570 gl_lrectwrite(PyObject *self, PyObject *args)
577 PyObject *s;
608 static PyObject *
609 gl_lrectread(PyObject *self, PyObject *args)
615 PyObject *parray;
634 static PyObject *
635 gl_readdisplay(PyObject *self, PyObject *args)
640 PyObject *rv;
676 static PyObject *
677 gl_packrect(PyObject *self, PyObject *args)
681 PyObject *unpacked, *packed;
729 static PyObject *
730 gl_unpackrect(PyObject *self, PyObject *args)
734 PyObject *unpacked, *packed;
797 static PyObject *
798 gl_gversion(PyObject *self, PyObject *args)
807 static PyObject *
808 gl_clear(PyObject *self, PyObject *args)
820 static PyObject *
821 gl_getshade(PyObject *self, PyObject *args)
830 static PyObject *
831 gl_devport(PyObject *self, PyObject *args)
846 static PyObject *
847 gl_rdr2i(PyObject *self, PyObject *args)
862 static PyObject *
863 gl_rectfs(PyObject *self, PyObject *args)
884 static PyObject *
885 gl_rects(PyObject *self, PyObject *args)
906 static PyObject *
907 gl_rmv2i(PyObject *self, PyObject *args)
922 static PyObject *
923 gl_noport(PyObject *self, PyObject *args)
932 static PyObject *
933 gl_popviewport(PyObject *self, PyObject *args)
942 static PyObject *
943 gl_clearhitcode(PyObject *self, PyObject *args)
952 static PyObject *
953 gl_closeobj(PyObject *self, PyObject *args)
962 static PyObject *
963 gl_cursoff(PyObject *self, PyObject *args)
972 static PyObject *
973 gl_curson(PyObject *self, PyObject *args)
982 static PyObject *
983 gl_doublebuffer(PyObject *self, PyObject *args)
992 static PyObject *
993 gl_finish(PyObject *self, PyObject *args)
1002 static PyObject *
1003 gl_gconfig(PyObject *self, PyObject *args)
1012 static PyObject *
1013 gl_ginit(PyObject *self, PyObject *args)
1022 static PyObject *
1023 gl_greset(PyObject *self, PyObject *args)
1032 static PyObject *
1033 gl_multimap(PyObject *self, PyObject *args)
1042 static PyObject *
1043 gl_onemap(PyObject *self, PyObject *args)
1052 static PyObject *
1053 gl_popattributes(PyObject *self, PyObject *args)
1062 static PyObject *
1063 gl_popmatrix(PyObject *self, PyObject *args)
1072 static PyObject *
1073 gl_pushattributes(PyObject *self, PyObject *args)
1082 static PyObject *
1083 gl_pushmatrix(PyObject *self, PyObject *args)
1092 static PyObject *
1093 gl_pushviewport(PyObject *self, PyObject *args)
1102 static PyObject *
1103 gl_qreset(PyObject *self, PyObject *args)
1112 static PyObject *
1113 gl_RGBmode(PyObject *self, PyObject *args)
1122 static PyObject *
1123 gl_singlebuffer(PyObject *self, PyObject *args)
1132 static PyObject *
1133 gl_swapbuffers(PyObject *self, PyObject *args)
1142 static PyObject *
1143 gl_gsync(PyObject *self, PyObject *args)
1152 static PyObject *
1153 gl_gflush(PyObject *self, PyObject *args)
1162 static PyObject *
1163 gl_tpon(PyObject *self, PyObject *args)
1172 static PyObject *
1173 gl_tpoff(PyObject *self, PyObject *args)
1182 static PyObject *
1183 gl_clkon(PyObject *self, PyObject *args)
1192 static PyObject *
1193 gl_clkoff(PyObject *self, PyObject *args)
1202 static PyObject *
1203 gl_ringbell(PyObject *self, PyObject *args)
1212 static PyObject *
1213 gl_gbegin(PyObject *self, PyObject *args)
1222 static PyObject *
1223 gl_textinit(PyObject *self, PyObject *args)
1232 static PyObject *
1233 gl_initnames(PyObject *self, PyObject *args)
1242 static PyObject *
1243 gl_pclos(PyObject *self, PyObject *args)
1252 static PyObject *
1253 gl_popname(PyObject *self, PyObject *args)
1262 static PyObject *
1263 gl_spclos(PyObject *self, PyObject *args)
1272 static PyObject *
1273 gl_zclear(PyObject *self, PyObject *args)
1282 static PyObject *
1283 gl_screenspace(PyObject *self, PyObject *args)
1292 static PyObject *
1293 gl_reshapeviewport(PyObject *self, PyObject *args)
1302 static PyObject *
1303 gl_winpush(PyObject *self, PyObject *args)
1312 static PyObject *
1313 gl_winpop(PyObject *self, PyObject *args)
1322 static PyObject *
1323 gl_foreground(PyObject *self, PyObject *args)
1332 static PyObject *
1333 gl_endfullscrn(PyObject *self, PyObject *args)
1342 static PyObject *
1343 gl_endpupmode(PyObject *self, PyObject *args)
1352 static PyObject *
1353 gl_fullscrn(PyObject *self, PyObject *args)
1362 static PyObject *
1363 gl_pupmode(PyObject *self, PyObject *args)
1372 static PyObject *
1373 gl_winconstraints(PyObject *self, PyObject *args)
1382 static PyObject *
1383 gl_pagecolor(PyObject *self, PyObject *args)
1395 static PyObject *
1396 gl_textcolor(PyObject *self, PyObject *args)
1408 static PyObject *
1409 gl_color(PyObject *self, PyObject *args)
1421 static PyObject *
1422 gl_curveit(PyObject *self, PyObject *args)
1434 static PyObject *
1435 gl_font(PyObject *self, PyObject *args)
1447 static PyObject *
1448 gl_linewidth(PyObject *self, PyObject *args)
1460 static PyObject *
1461 gl_setlinestyle(PyObject *self, PyObject *args)
1473 static PyObject *
1474 gl_setmap(PyObject *self, PyObject *args)
1486 PyObject *
1487 gl_swapinterval(PyObject *self, PyObject *args)
1499 static PyObject *
1500 gl_writemask(PyObject *self, PyObject *args)
1512 static PyObject *
1513 gl_textwritemask(PyObject *self, PyObject *args)
1525 static PyObject *
1526 gl_qdevice(PyObject *self, PyObject *args)
1538 static PyObject *
1539 gl_unqdevice(PyObject *self, PyObject *args)
1551 static PyObject *
1552 gl_curvebasis(PyObject *self, PyObject *args)
1564 static PyObject *
1565 gl_curveprecision(PyObject *self, PyObject *args)
1577 static PyObject *
1578 gl_loadname(PyObject *self, PyObject *args)
1590 static PyObject *
1591 gl_passthrough(PyObject *self, PyObject *args)
1603 static PyObject *
1604 gl_pushname(PyObject *self, PyObject *args)
1616 static PyObject *
1617 gl_setmonitor(PyObject *self, PyObject *args)
1629 static PyObject *
1630 gl_setshade(PyObject *self, PyObject *args)
1642 static PyObject *
1643 gl_setpattern(PyObject *self, PyObject *args)
1655 static PyObject *
1656 gl_pagewritemask(PyObject *self, PyObject *args)
1668 static PyObject *
1669 gl_callobj(PyObject *self, PyObject *args)
1681 static PyObject *
1682 gl_delobj(PyObject *self, PyObject *args)
1694 static PyObject *
1695 gl_editobj(PyObject *self, PyObject *args)
1707 static PyObject *
1708 gl_makeobj(PyObject *self, PyObject *args)
1720 static PyObject *
1721 gl_maketag(PyObject *self, PyObject *args)
1733 static PyObject *
1734 gl_chunksize(PyObject *self, PyObject *args)
1746 static PyObject *
1747 gl_compactify(PyObject *self, PyObject *args)
1759 static PyObject *
1760 gl_deltag(PyObject *self, PyObject *args)
1772 static PyObject *
1773 gl_lsrepeat(PyObject *self, PyObject *args)
1785 static PyObject *
1786 gl_objinsert(PyObject *self, PyObject *args)
1798 static PyObject *
1799 gl_objreplace(PyObject *self, PyObject *args)
1811 static PyObject *
1812 gl_winclose(PyObject *self, PyObject *args)
1824 static PyObject *
1825 gl_blanktime(PyObject *self, PyObject *args)
1837 static PyObject *
1838 gl_freepup(PyObject *self, PyObject *args)
1850 static PyObject *
1851 gl_backbuffer(PyObject *self, PyObject *args)
1863 static PyObject *
1864 gl_frontbuffer(PyObject *self, PyObject *args)
1876 static PyObject *
1877 gl_lsbackup(PyObject *self, PyObject *args)
1889 static PyObject *
1890 gl_resetls(PyObject *self, PyObject *args)
1902 static PyObject *
1903 gl_lampon(PyObject *self, PyObject *args)
1915 static PyObject *
1916 gl_lampoff(PyObject *self, PyObject *args)
1928 static PyObject *
1929 gl_setbell(PyObject *self, PyObject *args)
1941 static PyObject *
1942 gl_blankscreen(PyObject *self, PyObject *args)
1954 static PyObject *
1955 gl_depthcue(PyObject *self, PyObject *args)
1967 static PyObject *
1968 gl_zbuffer(PyObject *self, PyObject *args)
1980 static PyObject *
1981 gl_backface(PyObject *self, PyObject *args)
1993 static PyObject *
1994 gl_cmov2i(PyObject *self, PyObject *args)
2009 static PyObject *
2010 gl_draw2i(PyObject *self, PyObject *args)
2025 static PyObject *
2026 gl_move2i(PyObject *self, PyObject *args)
2041 static PyObject *
2042 gl_pnt2i(PyObject *self, PyObject *args)
2057 static PyObject *
2058 gl_patchbasis(PyObject *self, PyObject *args)
2073 static PyObject *
2074 gl_patchprecision(PyObject *self, PyObject *args)
2089 static PyObject *
2090 gl_pdr2i(PyObject *self, PyObject *args)
2105 static PyObject *
2106 gl_pmv2i(PyObject *self, PyObject *args)
2121 static PyObject *
2122 gl_rpdr2i(PyObject *self, PyObject *args)
2137 static PyObject *
2138 gl_rpmv2i(PyObject *self, PyObject *args)
2153 static PyObject *
2154 gl_xfpt2i(PyObject *self, PyObject *args)
2169 static PyObject *
2170 gl_objdelete(PyObject *self, PyObject *args)
2185 static PyObject *
2186 gl_patchcurves(PyObject *self, PyObject *args)
2201 static PyObject *
2202 gl_minsize(PyObject *self, PyObject *args)
2217 static PyObject *
2218 gl_maxsize(PyObject *self, PyObject *args)
2233 static PyObject *
2234 gl_keepaspect(PyObject *self, PyObject *args)
2249 static PyObject *
2250 gl_prefsize(PyObject *self, PyObject *args)
2265 static PyObject *
2266 gl_stepunit(PyObject *self, PyObject *args)
2281 static PyObject *
2282 gl_fudge(PyObject *self, PyObject *args)
2297 static PyObject *
2298 gl_winmove(PyObject *self, PyObject *args)
2313 static PyObject *
2314 gl_attachcursor(PyObject *self, PyObject *args)
2329 static PyObject *
2330 gl_deflinestyle(PyObject *self, PyObject *args)
2345 static PyObject *
2346 gl_noise(PyObject *self, PyObject *args)
2361 static PyObject *
2362 gl_picksize(PyObject *self, PyObject *args)
2377 static PyObject *
2378 gl_qenter(PyObject *self, PyObject *args)
2393 static PyObject *
2394 gl_setdepth(PyObject *self, PyObject *args)
2409 static PyObject *
2410 gl_cmov2s(PyObject *self, PyObject *args)
2425 static PyObject *
2426 gl_draw2s(PyObject *self, PyObject *args)
2441 static PyObject *
2442 gl_move2s(PyObject *self, PyObject *args)
2457 static PyObject *
2458 gl_pdr2s(PyObject *self, PyObject *args)
2473 static PyObject *
2474 gl_pmv2s(PyObject *self, PyObject *args)
2489 static PyObject *
2490 gl_pnt2s(PyObject *self, PyObject *args)
2505 static PyObject *
2506 gl_rdr2s(PyObject *self, PyObject *args)
2521 static PyObject *
2522 gl_rmv2s(PyObject *self, PyObject *args)
2537 static PyObject *
2538 gl_rpdr2s(PyObject *self, PyObject *args)
2553 static PyObject *
2554 gl_rpmv2s(PyObject *self, PyObject *args)
2569 static PyObject *
2570 gl_xfpt2s(PyObject *self, PyObject *args)
2585 static PyObject *
2586 gl_cmov2(PyObject *self, PyObject *args)
2601 static PyObject *
2602 gl_draw2(PyObject *self, PyObject *args)
2617 static PyObject *
2618 gl_move2(PyObject *self, PyObject *args)
2633 static PyObject *
2634 gl_pnt2(PyObject *self, PyObject *args)
2649 static PyObject *
2650 gl_pdr2(PyObject *self, PyObject *args)
2665 static PyObject *
2666 gl_pmv2(PyObject *self, PyObject *args)
2681 static PyObject *
2682 gl_rdr2(PyObject *self, PyObject *args)
2697 static PyObject *
2698 gl_rmv2(PyObject *self, PyObject *args)
2713 static PyObject *
2714 gl_rpdr2(PyObject *self, PyObject *args)
2729 static PyObject *
2730 gl_rpmv2(PyObject *self, PyObject *args)
2745 static PyObject *
2746 gl_xfpt2(PyObject *self, PyObject *args)
2761 static PyObject *
2762 gl_loadmatrix(PyObject *self, PyObject *args)
2774 static PyObject *
2775 gl_multmatrix(PyObject *self, PyObject *args)
2787 static PyObject *
2788 gl_crv(PyObject *self, PyObject *args)
2800 static PyObject *
2801 gl_rcrv(PyObject *self, PyObject *args)
2813 static PyObject *
2814 gl_addtopup(PyObject *self, PyObject *args)
2832 static PyObject *
2833 gl_charstr(PyObject *self, PyObject *args)
2845 static PyObject *
2846 gl_getport(PyObject *self, PyObject *args)
2858 static PyObject *
2859 gl_strwidth(PyObject *self, PyObject *args)
2871 static PyObject *
2872 gl_winopen(PyObject *self, PyObject *args)
2884 static PyObject *
2885 gl_wintitle(PyObject *self, PyObject *args)
2897 static PyObject *
2898 gl_polf(PyObject *self, PyObject *args)
2917 static PyObject *
2918 gl_polf2(PyObject *self, PyObject *args)
2937 static PyObject *
2938 gl_poly(PyObject *self, PyObject *args)
2957 static PyObject *
2958 gl_poly2(PyObject *self, PyObject *args)
2977 static PyObject *
2978 gl_crvn(PyObject *self, PyObject *args)
2997 static PyObject *
2998 gl_rcrvn(PyObject *self, PyObject *args)
3017 static PyObject *
3018 gl_polf2i(PyObject *self, PyObject *args)
3037 static PyObject *
3038 gl_polfi(PyObject *self, PyObject *args)
3057 static PyObject *
3058 gl_poly2i(PyObject *self, PyObject *args)
3077 static PyObject *
3078 gl_polyi(PyObject *self, PyObject *args)
3097 static PyObject *
3098 gl_polf2s(PyObject *self, PyObject *args)
3117 static PyObject *
3118 gl_polfs(PyObject *self, PyObject *args)
3137 static PyObject *
3138 gl_polys(PyObject *self, PyObject *args)
3157 static PyObject *
3158 gl_poly2s(PyObject *self, PyObject *args)
3177 static PyObject *
3178 gl_defcursor(PyObject *self, PyObject *args)
3193 static PyObject *
3194 gl_writepixels(PyObject *self, PyObject *args)
3212 static PyObject *
3213 gl_defbasis(PyObject *self, PyObject *args)
3228 static PyObject *
3229 gl_gewrite(PyObject *self, PyObject *args)
3247 static PyObject *
3248 gl_rotate(PyObject *self, PyObject *args)
3263 static PyObject *
3264 gl_rot(PyObject *self, PyObject *args)
3279 static PyObject *
3280 gl_circfi(PyObject *self, PyObject *args)
3298 static PyObject *
3299 gl_circi(PyObject *self, PyObject *args)
3317 static PyObject *
3318 gl_cmovi(PyObject *self, PyObject *args)
3336 static PyObject *
3337 gl_drawi(PyObject *self, PyObject *args)
3355 static PyObject *
3356 gl_movei(PyObject *self, PyObject *args)
3374 static PyObject *
3375 gl_pnti(PyObject *self, PyObject *args)
3393 static PyObject *
3394 gl_newtag(PyObject *self, PyObject *args)
3412 static PyObject *
3413 gl_pdri(PyObject *self, PyObject *args)
3431 static PyObject *
3432 gl_pmvi(PyObject *self, PyObject *args)
3450 static PyObject *
3451 gl_rdri(PyObject *self, PyObject *args)
3469 static PyObject *
3470 gl_rmvi(PyObject *self, PyObject *args)
3488 static PyObject *
3489 gl_rpdri(PyObject *self, PyObject *args)
3507 static PyObject *
3508 gl_rpmvi(PyObject *self, PyObject *args)
3526 static PyObject *
3527 gl_xfpti(PyObject *self, PyObject *args)
3545 static PyObject *
3546 gl_circ(PyObject *self, PyObject *args)
3564 static PyObject *
3565 gl_circf(PyObject *self, PyObject *args)
3583 static PyObject *
3584 gl_cmov(PyObject *self, PyObject *args)
3602 static PyObject *
3603 gl_draw(PyObject *self, PyObject *args)
3621 static PyObject *
3622 gl_move(PyObject *self, PyObject *args)
3640 static PyObject *
3641 gl_pnt(PyObject *self, PyObject *args)
3659 static PyObject *
3660 gl_scale(PyObject *self, PyObject *args)
3678 static PyObject *
3679 gl_translate(PyObject *self, PyObject *args)
3697 static PyObject *
3698 gl_pdr(PyObject *self, PyObject *args)
3716 static PyObject *
3717 gl_pmv(PyObject *self, PyObject *args)
3735 static PyObject *
3736 gl_rdr(PyObject *self, PyObject *args)
3754 static PyObject *
3755 gl_rmv(PyObject *self, PyObject *args)
3773 static PyObject *
3774 gl_rpdr(PyObject *self, PyObject *args)
3792 static PyObject *
3793 gl_rpmv(PyObject *self, PyObject *args)
3811 static PyObject *
3812 gl_xfpt(PyObject *self, PyObject *args)
3830 static PyObject *
3831 gl_RGBcolor(PyObject *self, PyObject *args)
3849 static PyObject *
3850 gl_RGBwritemask(PyObject *self, PyObject *args)
3868 static PyObject *
3869 gl_setcursor(PyObject *self, PyObject *args)
3887 static PyObject *
3888 gl_tie(PyObject *self, PyObject *args)
3906 static PyObject *
3907 gl_circfs(PyObject *self, PyObject *args)
3925 static PyObject *
3926 gl_circs(PyObject *self, PyObject *args)
3944 static PyObject *
3945 gl_cmovs(PyObject *self, PyObject *args)
3963 static PyObject *
3964 gl_draws(PyObject *self, PyObject *args)
3982 static PyObject *
3983 gl_moves(PyObject *self, PyObject *args)
4001 static PyObject *
4002 gl_pdrs(PyObject *self, PyObject *args)
4020 static PyObject *
4021 gl_pmvs(PyObject *self, PyObject *args)
4039 static PyObject *
4040 gl_pnts(PyObject *self, PyObject *args)
4058 static PyObject *
4059 gl_rdrs(PyObject *self, PyObject *args)
4077 static PyObject *
4078 gl_rmvs(PyObject *self, PyObject *args)
4096 static PyObject *
4097 gl_rpdrs(PyObject *self, PyObject *args)
4115 static PyObject *
4116 gl_rpmvs(PyObject *self, PyObject *args)
4134 static PyObject *
4135 gl_xfpts(PyObject *self, PyObject *args)
4153 static PyObject *
4154 gl_curorigin(PyObject *self, PyObject *args)
4172 static PyObject *
4173 gl_cyclemap(PyObject *self, PyObject *args)
4191 static PyObject *
4192 gl_patch(PyObject *self, PyObject *args)
4210 static PyObject *
4211 gl_splf(PyObject *self, PyObject *args)
4236 static PyObject *
4237 gl_splf2(PyObject *self, PyObject *args)
4262 static PyObject *
4263 gl_splfi(PyObject *self, PyObject *args)
4288 static PyObject *
4289 gl_splf2i(PyObject *self, PyObject *args)
4314 static PyObject *
4315 gl_splfs(PyObject *self, PyObject *args)
4340 static PyObject *
4341 gl_splf2s(PyObject *self, PyObject *args)
4366 static PyObject *
4367 gl_rpatch(PyObject *self, PyObject *args)
4388 static PyObject *
4389 gl_ortho2(PyObject *self, PyObject *args)
4410 static PyObject *
4411 gl_rect(PyObject *self, PyObject *args)
4432 static PyObject *
4433 gl_rectf(PyObject *self, PyObject *args)
4454 static PyObject *
4455 gl_xfpt4(PyObject *self, PyObject *args)
4476 static PyObject *
4477 gl_textport(PyObject *self, PyObject *args)
4498 static PyObject *
4499 gl_mapcolor(PyObject *self, PyObject *args)
4520 static PyObject *
4521 gl_scrmask(PyObject *self, PyObject *args)
4542 static PyObject *
4543 gl_setvaluator(PyObject *self, PyObject *args)
4564 static PyObject *
4565 gl_viewport(PyObject *self, PyObject *args)
4586 static PyObject *
4587 gl_shaderange(PyObject *self, PyObject *args)
4608 static PyObject *
4609 gl_xfpt4s(PyObject *self, PyObject *args)
4630 static PyObject *
4631 gl_rectfi(PyObject *self, PyObject *args)
4652 static PyObject *
4653 gl_recti(PyObject *self, PyObject *args)
4674 static PyObject *
4675 gl_xfpt4i(PyObject *self, PyObject *args)
4696 static PyObject *
4697 gl_prefposition(PyObject *self, PyObject *args)
4718 static PyObject *
4719 gl_arc(PyObject *self, PyObject *args)
4743 static PyObject *
4744 gl_arcf(PyObject *self, PyObject *args)
4768 static PyObject *
4769 gl_arcfi(PyObject *self, PyObject *args)
4793 static PyObject *
4794 gl_arci(PyObject *self, PyObject *args)
4818 static PyObject *
4819 gl_bbox2(PyObject *self, PyObject *args)
4846 static PyObject *
4847 gl_bbox2i(PyObject *self, PyObject *args)
4874 static PyObject *
4875 gl_bbox2s(PyObject *self, PyObject *args)
4902 static PyObject *
4903 gl_blink(PyObject *self, PyObject *args)
4927 static PyObject *
4928 gl_ortho(PyObject *self, PyObject *args)
4955 static PyObject *
4956 gl_window(PyObject *self, PyObject *args)
4983 static PyObject *
4984 gl_lookat(PyObject *self, PyObject *args)
5014 static PyObject *
5015 gl_perspective(PyObject *self, PyObject *args)
5036 static PyObject *
5037 gl_polarview(PyObject *self, PyObject *args)
5058 static PyObject *
5059 gl_arcfs(PyObject *self, PyObject *args)
5083 static PyObject *
5084 gl_arcs(PyObject *self, PyObject *args)
5108 static PyObject *
5109 gl_rectcopy(PyObject *self, PyObject *args)
5136 static PyObject *
5137 gl_RGBcursor(PyObject *self, PyObject *args)
5167 static PyObject *
5168 gl_getbutton(PyObject *self, PyObject *args)
5180 static PyObject *
5181 gl_getcmmode(PyObject *self, PyObject *args)
5190 static PyObject *
5191 gl_getlsbackup(PyObject *self, PyObject *args)
5200 static PyObject *
5201 gl_getresetls(PyObject *self, PyObject *args)
5210 static PyObject *
5211 gl_getdcm(PyObject *self, PyObject *args)
5220 static PyObject *
5221 gl_getzbuffer(PyObject *self, PyObject *args)
5230 static PyObject *
5231 gl_ismex(PyObject *self, PyObject *args)
5240 static PyObject *
5241 gl_isobj(PyObject *self, PyObject *args)
5253 static PyObject *
5254 gl_isqueued(PyObject *self, PyObject *args)
5266 static PyObject *
5267 gl_istag(PyObject *self, PyObject *args)
5279 static PyObject *
5280 gl_genobj(PyObject *self, PyObject *args)
5289 static PyObject *
5290 gl_gentag(PyObject *self, PyObject *args)
5299 static PyObject *
5300 gl_getbuffer(PyObject *self, PyObject *args)
5309 static PyObject *
5310 gl_getcolor(PyObject *self, PyObject *args)
5319 static PyObject *
5320 gl_getdisplaymode(PyObject *self, PyObject *args)
5329 static PyObject *
5330 gl_getfont(PyObject *self, PyObject *args)
5339 static PyObject *
5340 gl_getheight(PyObject *self, PyObject *args)
5349 static PyObject *
5350 gl_gethitcode(PyObject *self, PyObject *args)
5359 static PyObject *
5360 gl_getlstyle(PyObject *self, PyObject *args)
5369 static PyObject *
5370 gl_getlwidth(PyObject *self, PyObject *args)
5379 static PyObject *
5380 gl_getmap(PyObject *self, PyObject *args)
5389 static PyObject *
5390 gl_getplanes(PyObject *self, PyObject *args)
5399 static PyObject *
5400 gl_getwritemask(PyObject *self, PyObject *args)
5409 static PyObject *
5410 gl_qtest(PyObject *self, PyObject *args)
5419 static PyObject *
5420 gl_getlsrepeat(PyObject *self, PyObject *args)
5429 static PyObject *
5430 gl_getmonitor(PyObject *self, PyObject *args)
5439 static PyObject *
5440 gl_getopenobj(PyObject *self, PyObject *args)
5449 static PyObject *
5450 gl_getpattern(PyObject *self, PyObject *args)
5459 static PyObject *
5460 gl_winget(PyObject *self, PyObject *args)
5469 static PyObject *
5470 gl_winattach(PyObject *self, PyObject *args)
5479 static PyObject *
5480 gl_getothermonitor(PyObject *self, PyObject *args)
5489 static PyObject *
5490 gl_newpup(PyObject *self, PyObject *args)
5499 static PyObject *
5500 gl_getvaluator(PyObject *self, PyObject *args)
5512 static PyObject *
5513 gl_winset(PyObject *self, PyObject *args)
5525 static PyObject *
5526 gl_dopup(PyObject *self, PyObject *args)
5538 static PyObject *
5539 gl_getdepth(PyObject *self, PyObject *args)
5544 { PyObject *v = PyTuple_New( 2 );
5554 static PyObject *
5555 gl_getcpos(PyObject *self, PyObject *args)
5560 { PyObject *v = PyTuple_New( 2 );
5570 static PyObject *
5571 gl_getsize(PyObject *self, PyObject *args)
5576 { PyObject *v = PyTuple_New( 2 );
5586 static PyObject *
5587 gl_getorigin(PyObject *self, PyObject *args)
5592 { PyObject *v = PyTuple_New( 2 );
5602 static PyObject *
5603 gl_getviewport(PyObject *self, PyObject *args)
5610 { PyObject *v = PyTuple_New( 4 );
5622 static PyObject *
5623 gl_gettp(PyObject *self, PyObject *args)
5630 { PyObject *v = PyTuple_New( 4 );
5642 static PyObject *
5643 gl_getgpos(PyObject *self, PyObject *args)
5650 { PyObject *v = PyTuple_New( 4 );
5662 static PyObject *
5663 gl_winposition(PyObject *self, PyObject *args)
5684 static PyObject *
5685 gl_gRGBcolor(PyObject *self, PyObject *args)
5691 { PyObject *v = PyTuple_New( 3 );
5702 static PyObject *
5703 gl_gRGBmask(PyObject *self, PyObject *args)
5709 { PyObject *v = PyTuple_New( 3 );
5720 static PyObject *
5721 gl_getscrmask(PyObject *self, PyObject *args)
5728 { PyObject *v = PyTuple_New( 4 );
5740 static PyObject *
5741 gl_getmcolor(PyObject *self, PyObject *args)
5750 { PyObject *v = PyTuple_New( 3 );
5761 static PyObject *
5762 gl_mapw(PyObject *self, PyObject *args)
5780 { PyObject *v = PyTuple_New( 6 );
5794 static PyObject *
5795 gl_mapw2(PyObject *self, PyObject *args)
5809 { PyObject *v = PyTuple_New( 2 );
5819 static PyObject *
5820 gl_getcursor(PyObject *self, PyObject *args)
5827 { PyObject *v = PyTuple_New( 4 );
5839 static PyObject *
5840 gl_cmode(PyObject *self, PyObject *args)
5849 static PyObject *
5850 gl_concave(PyObject *self, PyObject *args)
5862 static PyObject *
5863 gl_curstype(PyObject *self, PyObject *args)
5875 static PyObject *
5876 gl_drawmode(PyObject *self, PyObject *args)
5888 static PyObject *
5889 gl_gammaramp(PyObject *self, PyObject *args)
5907 static PyObject *
5908 PyObject *self, PyObject *args)
5917 static PyObject *
5918 gl_getdescender(PyObject *self, PyObject *args)
5927 static PyObject *
5928 gl_getdrawmode(PyObject *self, PyObject *args)
5937 static PyObject *
5938 gl_getmmode(PyObject *self, PyObject *args)
5947 static PyObject *
5948 gl_getsm(PyObject *self, PyObject *args)
5957 static PyObject *
5958 gl_getvideo(PyObject *self, PyObject *args)
5970 static PyObject *
5971 gl_imakebackground(PyObject *self, PyObject *args)
5980 static PyObject *
5981 gl_lmbind(PyObject *self, PyObject *args)
5996 static PyObject *
5997 gl_lmdef(PyObject *self, PyObject *args)
6021 static PyObject *
6022 gl_mmode(PyObject *self, PyObject *args)
6034 static PyObject *
6035 gl_normal(PyObject *self, PyObject *args)
6047 static PyObject *
6048 gl_overlay(PyObject *self, PyObject *args)
6060 static PyObject *
6061 gl_RGBrange(PyObject *self, PyObject *args)
6094 static PyObject *
6095 gl_setvideo(PyObject *self, PyObject *args)
6110 static PyObject *
6111 gl_shademodel(PyObject *self, PyObject *args)
6123 static PyObject *
6124 gl_underlay(PyObject *self, PyObject *args)
6136 static PyObject *
6137 gl_bgnclosedline(PyObject *self, PyObject *args)
6146 static PyObject *
6147 gl_bgnline(PyObject *self, PyObject *args)
6156 static PyObject *
6157 gl_bgnpoint(PyObject *self, PyObject *args)
6166 static PyObject *
6167 gl_bgnpolygon(PyObject *self, PyObject *args)
6176 static PyObject *
6177 gl_bgnsurface(PyObject *self, PyObject *args)
6186 static PyObject *
6187 gl_bgntmesh(PyObject *self, PyObject *args)
6196 static PyObject *
6197 gl_bgntrim(PyObject *self, PyObject *args)
6206 static PyObject *
6207 gl_endclosedline(PyObject *self, PyObject *args)
6216 static PyObject *
6217 gl_endline(PyObject *self, PyObject *args)
6226 static PyObject *
6227 gl_endpoint(PyObject *self, PyObject *args)
6236 static PyObject *
6237 gl_endpolygon(PyObject *self, PyObject *args)
6246 static PyObject *
6247 gl_endsurface(PyObject *self, PyObject *args)
6256 static PyObject *
6257 gl_endtmesh(PyObject *self, PyObject *args)
6266 static PyObject *
6267 gl_endtrim(PyObject *self, PyObject *args)
6276 static PyObject *
6277 gl_blendfunction(PyObject *self, PyObject *args)
6292 static PyObject *
6293 gl_c3f(PyObject *self, PyObject *args)
6305 static PyObject *
6306 gl_c3i(PyObject *self, PyObject *args)
6318 static PyObject *
6319 gl_c3s(PyObject *self, PyObject *args)
6331 static PyObject *
6332 gl_c4f(PyObject *self, PyObject *args)
6344 static PyObject *
6345 gl_c4i(PyObject *self, PyObject *args)
6357 static PyObject *
6358 gl_c4s(PyObject *self, PyObject *args)
6370 static PyObject *
6371 gl_colorf(PyObject *self, PyObject *args)
6383 static PyObject *
6384 gl_cpack(PyObject *self, PyObject *args)
6396 static PyObject *
6397 gl_czclear(PyObject *self, PyObject *args)
6412 static PyObject *
6413 gl_dglclose(PyObject *self, PyObject *args)
6425 static PyObject *
6426 gl_dglopen(PyObject *self, PyObject *args)
6441 static PyObject *
6442 gl_getgdesc(PyObject *self, PyObject *args)
6454 static PyObject *
6455 gl_getnurbsproperty(PyObject *self, PyObject *args)
6467 static PyObject *
6468 gl_glcompat(PyObject *self, PyObject *args)
6483 static PyObject *
6484 gl_iconsize(PyObject *self, PyObject *args)
6499 static PyObject *
6500 gl_icontitle(PyObject *self, PyObject *args)
6512 static PyObject *
6513 gl_lRGBrange(PyObject *self, PyObject *args)
6546 static PyObject *
6547 gl_linesmooth(PyObject *self, PyObject *args)
6559 static PyObject *
6560 gl_lmcolor(PyObject *self, PyObject *args)
6572 static PyObject *
6573 gl_logicop(PyObject *self, PyObject *args)
6585 static PyObject *
6586 gl_lsetdepth(PyObject *self, PyObject *args)
6601 static PyObject *
6602 gl_lshaderange(PyObject *self, PyObject *args)
6623 static PyObject *
6624 gl_n3f(PyObject *self, PyObject *args)
6636 static PyObject *
6637 gl_noborder(PyObject *self, PyObject *args)
6646 static PyObject *
6647 gl_pntsmooth(PyObject *self, PyObject *args)
6659 static PyObject *
6660 gl_readsource(PyObject *self, PyObject *args)
6672 static PyObject *
6673 gl_rectzoom(PyObject *self, PyObject *args)
6688 static PyObject *
6689 gl_sbox(PyObject *self, PyObject *args)
6710 static PyObject *
6711 gl_sboxi(PyObject *self, PyObject *args)
6732 static PyObject *
6733 gl_sboxs(PyObject *self, PyObject *args)
6754 static PyObject *
6755 gl_sboxf(PyObject *self, PyObject *args)
6776 static PyObject *
6777 gl_sboxfi(PyObject *self, PyObject *args)
6798 static PyObject *
6799 gl_sboxfs(PyObject *self, PyObject *args)
6820 static PyObject *
6821 gl_setnurbsproperty(PyObject *self, PyObject *args)
6836 static PyObject *
6837 gl_setpup(PyObject *self, PyObject *args)
6855 static PyObject *
6856 gl_smoothline(PyObject *self, PyObject *args)
6868 static PyObject *
6869 gl_subpixel(PyObject *self, PyObject *args)
6881 static PyObject *
6882 gl_swaptmesh(PyObject *self, PyObject *args)
6891 static PyObject *
6892 gl_swinopen(PyObject *self, PyObject *args)
6904 static PyObject *
6905 gl_v2f(PyObject *self, PyObject *args)
6917 static PyObject *
6918 gl_v2i(PyObject *self, PyObject *args)
6930 static PyObject *
6931 gl_v2s(PyObject *self, PyObject *args)
6943 static PyObject *
6944 gl_v3f(PyObject *self, PyObject *args)
6956 static PyObject *
6957 gl_v3i(PyObject *self, PyObject *args)
6969 static PyObject *
6970 gl_v3s(PyObject *self, PyObject *args)
6982 static PyObject *
6983 gl_v4f(PyObject *self, PyObject *args)
6995 static PyObject *
6996 gl_v4i(PyObject *self, PyObject *args)
7008 static PyObject *
7009 gl_v4s(PyObject *self, PyObject *args)
7021 static PyObject *
7022 gl_videocmd(PyObject *self, PyObject *args)
7034 static PyObject *
7035 gl_windepth(PyObject *self, PyObject *args)
7047 static PyObject *
7048 gl_wmpack(PyObject *self, PyObject *args)
7060 static PyObject *
7061 gl_zdraw(PyObject *self, PyObject *args)
7073 static PyObject *
7074 gl_zfunction(PyObject *self, PyObject *args)
7086 static PyObject *
7087 gl_zsource(PyObject *self, PyObject *args)
7099 static PyObject *
7100 gl_zwritemask(PyObject *self, PyObject *args)
7112 static PyObject *
7113 gl_v2d(PyObject *self, PyObject *args)
7125 static PyObject *
7126 gl_v3d(PyObject *self, PyObject *args)
7138 static PyObject *
7139 gl_v4d(PyObject *self, PyObject *args)
7151 static PyObject *
7152 gl_pixmode(PyObject *self, PyObject *args)
7167 static PyObject *
7168 gl_qgetfd(PyObject *self, PyObject *args)
7177 static PyObject *
7178 gl_dither(PyObject *self, PyObject *args)