glEnable

enable or disable server-side GL capabilities

Signature

glDisable( GLenum ( cap ) )-> void
glDisable( cap )
glDisablei( GLenum ( cap ) , GLuint ( index ) )-> void
glDisablei( target , index )
glEnable( GLenum ( cap ) )-> void
glEnable( cap )
glEnablei( GLenum ( cap ) , GLuint ( index ) )-> void
glEnablei( target , index )

Parameters

VariablesDescription
cap
Specifies a symbolic constant indicating a GL capability.
index
Specifies the index of the switch to disable (for glEnablei and glDisablei only).

Sample Code References

The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.

glDisable
OpenGLContext tests/glu_tess.py Lines: 48
OpenGLContext tests/nehe4.py Lines: 41, 42
OpenGLContext tests/dek_surf.py Lines: 47
OpenGLContext tests/glhistogram.py Lines: 75
OpenGLContext tests/dek_texturesurf.py Lines: 59
OpenGLContext tests/nehe7.py Lines: 133, 135, 136, 137
OpenGLContext tests/glprint.py Lines: 109
OpenGLContext tests/nehe6_convolve.py Lines: 129, 136
OpenGLContext tests/nehe6_timer.py Lines: 81
OpenGLContext tests/wgl_font.py Lines: 47
OpenGLContext tests/shadow_1.py Lines: 275, 467, 470, 679, 681, 682, 683, 684
OpenGLContext tests/nehe3.py Lines: 28, 29
OpenGLContext tests/nehe8.py Lines: 77, 79, 80, 81, 84, 96, 110, 115
OpenGLContext tests/glut_fullscreen.py Lines: 19
OpenGLContext tests/nehe6_multi.py Lines: 75
OpenGLContext tests/gldrawelements_list.py Lines: 31, 34
OpenGLContext tests/nehe6.py Lines: 66
OpenGLContext tests/nehe5.py Lines: 25
OpenGLContext tests/ilsstrategies.py Lines: 27
OpenGLContext tests/glu_tess2.py Lines: 48
OpenGLContext tests/redbook_alpha3D.py Lines: 143
OpenGLContext tests/redbook_alpha.py Lines: 74, 78
OpenGLContext tests/nehe2.py Lines: 44
OpenGLContext tests/pygame_textureatlas.py Lines: 152
OpenGLContext OpenGLContext/framecounter.py Lines: 59, 60
OpenGLContext OpenGLContext/texture.py Lines: 101, 273
OpenGLContext OpenGLContext/passes/renderpass.py Lines: 356, 384, 392
OpenGLContext OpenGLContext/passes/flatcore.py Lines: 183, 274, 276
OpenGLContext OpenGLContext/passes/rendervisitor.py Lines: 162
OpenGLContext OpenGLContext/passes/_flat.py Lines: 459, 552, 554
OpenGLContext OpenGLContext/passes/flatcompat.py Lines: 123, 197, 221, 290, 292
OpenGLContext OpenGLContext/browser/vpcurve.py Lines: 95
OpenGLContext OpenGLContext/scenegraph/boundingvolume.py Lines: 253, 302, 308
OpenGLContext OpenGLContext/scenegraph/shape.py Lines: 56, 88
OpenGLContext OpenGLContext/scenegraph/cubebackground.py Lines: 69, 70
OpenGLContext OpenGLContext/scenegraph/spherebackground.py Lines: 50, 51, 53, 66
OpenGLContext OpenGLContext/scenegraph/pointset.py Lines: 68, 81, 83
OpenGLContext OpenGLContext/scenegraph/arraygeometry.py Lines: 161, 173
OpenGLContext OpenGLContext/scenegraph/nurbs.py Lines: 127, 128, 179
OpenGLContext OpenGLContext/scenegraph/indexedpolygons.py Lines: 43, 100, 227
OpenGLContext OpenGLContext/scenegraph/imagetexture.py Lines: 100
OpenGLContext OpenGLContext/scenegraph/text/toolsfont.py Lines: 27, 322
OpenGLContext OpenGLContext/scenegraph/text/font.py Lines: 327
OpenGLContext OpenGLContext/shadow/passes.py Lines: 133, 134, 165, 166
OpenGL-Demo PyOpenGL-Demo/GLUT/glutplane.py Lines: 49
OpenGL-Demo PyOpenGL-Demo/GLUT/molehill.py Lines: 44
OpenGL-Demo PyOpenGL-Demo/GLUT/tom/arraytest.py Lines: 44
OpenGL-Demo PyOpenGL-Demo/GLUT/tom/checker.py Lines: 30
OpenGL-Demo PyOpenGL-Demo/GLUT/tom/lorentz.py Lines: 40
OpenGL-Demo PyOpenGL-Demo/dek/texturesurf.py Lines: 72
OpenGL-Demo PyOpenGL-Demo/dek/OglSurface/triangle.py Lines: 78, 79, 88, 89
OpenGL-Demo PyOpenGL-Demo/tom/Line.py Lines: 14
OpenGL-Demo PyOpenGL-Demo/tom/arraytest.py Lines: 31
OpenGL-Demo PyOpenGL-Demo/tom/demo.py Lines: 53
OpenGL-Demo PyOpenGL-Demo/tom/conechecker.py Lines: 18
OpenGL-Demo PyOpenGL-Demo/tom/checker.py Lines: 18
OpenGL-Demo PyOpenGL-Demo/tom/poly.py Lines: 44
OpenGL-Demo PyOpenGL-Demo/tom/lorentz.py Lines: 30
OpenGL-Demo PyOpenGL-Demo/tom/fog.py Lines: 41
OpenGL-Demo PyOpenGL-Demo/redbook/lines.py Lines: 117
OpenGL-Demo PyOpenGL-Demo/redbook/movelight.py Lines: 101
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson42.py Lines: 327, 353
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson19.py Lines: 90
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson18.py Lines: 199
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson23.py Lines: 177, 178
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson26.py Lines: 108, 109, 110, 152, 174, 175, 179, 186
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson44/glCamera.py Lines: 549, 649, 651
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson44/lesson44.py Lines: 196, 197, 198
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson44/glFont.py Lines: 74, 92, 93
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson43/glFreeType.py Lines: 273, 275
Glinter Core.py Lines: 234, 251
{Artistic License} PymmLib applications/glutviewer.py Lines: 93, 192, 216
{Artistic License} PymmLib mmLib/OpenGLDriver.py Lines: 183, 189, 194, 199, 215, 217, 280, 320, 336, 431, 465, 479, 507, 557
{LGPL} PyUI pyui/renderers/openglBase.py Lines: 137, 195, 242, 264, 316
{LGPL} PyUI pyui/renderers/openglPygame.py Lines: 319
{LGPL} PyUI2 renderers/openglBase.py Lines: 137, 195, 242, 264, 316
{LGPL} PyUI2 renderers/openglPygame.py Lines: 322
{LGPL} PyUI2 system/openglgraphics.py Lines: 99, 136, 166, 194, 374
{LGPL} VisionEgg VisionEgg/Dots.py Lines: 187, 244, 254, 368, 371
{LGPL} VisionEgg VisionEgg/SphereMap.py Lines: 249, 250, 286, 303, 792, 793, 845
{LGPL} VisionEgg VisionEgg/MoreStimuli.py Lines: 120, 121, 174, 243, 247, 251, 324, 325, 387, 452, 453, 454, 525
{LGPL} VisionEgg VisionEgg/Textures.py Lines: 1315, 1453, 1585
{LGPL} VisionEgg VisionEgg/Text.py Lines: 410, 411, 412, 424, 475, 476, 496
{LGPL} VisionEgg VisionEgg/Gratings.py Lines: 323, 338, 424, 640, 646, 713, 715
{LGPL} VisionEgg VisionEgg/Core.py Lines: 1487, 1488, 1489
{LGPL} PyMT examples/apps/3Dviewer/3Dviewer.py Lines: 62, 63, 64
{LGPL} PyMT examples/apps/3Ddrawing/3Ddrawing.py Lines: 53, 54, 55, 144
{LGPL} PyMT pymt/texture.py Lines: 17, 160, 329
{LGPL} PyMT pymt/obj.py Lines: 19, 58, 289, 290, 291, 292
{LGPL} PyMT pymt/core/video/video_pyglet.py Lines: 12, 101
{LGPL} PyMT pymt/graphx/statement.py Lines: 53, 156, 196
{LGPL} PyMT pymt/graphx/colors.py Lines: 8, 46, 56
{LGPL} PyMT pymt/graphx/fbo.py Lines: 21, 256
{LGPL} Pyggel pyggel/particle.py Lines: 271
{LGPL} Pyggel pyggel/font.py Lines: 1005
{LGPL} Pyggel pyggel/misc.py Lines: 36
{LGPL} Pyggel pyggel/geometry.py Lines: 331, 334, 486
{LGPL} Pyggel pyggel/scene.py Lines: 140, 156, 182, 195
{LGPL} Pyggel pyggel/image.py Lines: 170
{LGPL} Pyggel pyggel/view.py Lines: 210, 246, 287, 311, 329
{LGPL} Pyggel pyggel/light.py Lines: 49
{LGPL} pygl2d pygl2d/draw.py Lines: 34, 51, 62, 69, 80, 105
{GPL} Scocca scocca/graphics/opengl/projections.py Lines: 34
{GPL} Scocca scocca/graphics/opengl/decorators.py Lines: 29, 43
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/Experiments/Cubes.py Lines: 246, 253, 256
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Sketches/Display3D.py Lines: 452, 459, 492
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Sketches/TexPlane.py Lines: 157, 238
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Sketches/Scrollbar3D.py Lines: 169
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Sketches/PygameWrapperPlane.py Lines: 167
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Sketches/Button3D.py Lines: 139, 186, 239
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Sketches/playground/Display3D.py Lines: 498, 504, 543
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Sketches/playground/TexPlane.py Lines: 68, 101
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Sketches/playground/Button.py Lines: 126, 175
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Kamaelia/UI/OpenGL/Label.py Lines: 169, 209
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Kamaelia/UI/OpenGL/OpenGLDisplay.py Lines: 815, 854, 885
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Kamaelia/UI/OpenGL/ProgressBar.py Lines: 176
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Kamaelia/UI/OpenGL/PygameWrapper.py Lines: 204
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Kamaelia/UI/OpenGL/TexPlane.py Lines: 107, 141
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Kamaelia/UI/OpenGL/Button.py Lines: 202, 272
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/Utils/Particles3D.py Lines: 122, 245, 286, 330
{LGPL or GPL or MPL} Kamaelia Sketches/THF/3D/Display3D.py Lines: 452, 459, 492
{LGPL or GPL or MPL} Kamaelia Sketches/THF/3D/TexPlane.py Lines: 157, 238
{LGPL or GPL or MPL} Kamaelia Sketches/THF/3D/Scrollbar3D.py Lines: 169
{LGPL or GPL or MPL} Kamaelia Sketches/THF/3D/PygameWrapperPlane.py Lines: 167
{LGPL or GPL or MPL} Kamaelia Sketches/THF/3D/Button3D.py Lines: 139, 186, 239
{LGPL or GPL or MPL} Kamaelia Sketches/THF/3D/playground/Display3D.py Lines: 498, 504, 543
{LGPL or GPL or MPL} Kamaelia Sketches/THF/3D/playground/TexPlane.py Lines: 68, 101
{LGPL or GPL or MPL} Kamaelia Sketches/THF/3D/playground/PygameWrapperPlane.py Lines: 90
{LGPL or GPL or MPL} Kamaelia Sketches/THF/3D/playground/Button.py Lines: 126, 175
{LGPL or GPL or MPL} Kamaelia Sketches/THF/Packages/Kamaelia/Community/THF/Kamaelia/UI/OpenGL/Label.py Lines: 169, 209
{LGPL or GPL or MPL} Kamaelia Sketches/MH/OpenGL/3dFolding.py Lines: 126, 174
{LGPL or GPL or MPL} Kamaelia Code/Python/Kamaelia/Kamaelia/UI/OpenGL/Label.py Lines: 169, 209
{LGPL or GPL or MPL} Kamaelia Code/Python/Kamaelia/Kamaelia/UI/OpenGL/OpenGLDisplay.py Lines: 814, 853, 884
{LGPL or GPL or MPL} Kamaelia Code/Python/Kamaelia/Kamaelia/UI/OpenGL/ProgressBar.py Lines: 176
{LGPL or GPL or MPL} Kamaelia Code/Python/Kamaelia/Kamaelia/UI/OpenGL/PygameWrapper.py Lines: 204
{LGPL or GPL or MPL} Kamaelia Code/Python/Kamaelia/Kamaelia/UI/OpenGL/TexPlane.py Lines: 107, 141
{LGPL or GPL or MPL} Kamaelia Code/Python/Kamaelia/Kamaelia/UI/OpenGL/Button.py Lines: 194, 261
Gloopy gloopy/view/render.py Lines: 90
Visvis wibjects/colorWibjects.py Lines: 559, 676, 692
Visvis wibjects/sliders.py Lines: 346
Visvis core/axises.py Lines: 811, 831, 2019
Visvis core/axes.py Lines: 801, 909, 966, 1238
Visvis core/line.py Lines: 113, 114, 116, 662, 675, 695, 726, 747, 763, 802, 813, 814, 817, 818
Visvis core/light.py Lines: 274
Visvis core/baseFigure.py Lines: 807, 810, 811, 871
Visvis core/baseTexture.py Lines: 250
Visvis core/baseWibjects.py Lines: 81, 193
Visvis wobjects/polygonalModeling.py Lines: 1077, 1080, 1081, 1082
Visvis wobjects/textures.py Lines: 754, 755, 756, 796, 971, 1191, 1192, 1193, 1220
Visvis functions/boxplot.py Lines: 239
Visvis functions/bar.py Lines: 153
{GPL3} OpenGL-Programmable 01-direct.py Lines: 53, 162, 170
{GPL3} OpenGL-Programmable 03-array.py Lines: 53, 173, 181
{GPL3} OpenGL-Programmable 02-displaylist.py Lines: 53, 171, 179
{GPL3} OpenGL-Programmable 04-vbo.py Lines: 54, 192, 200
glEnable
OpenGLContext tests/glu_tess.py Lines: 44
OpenGLContext tests/arbwindowpos.py Lines: 89
OpenGLContext tests/dek_surf.py Lines: 48, 49, 50
OpenGLContext tests/redbook_trim.py Lines: 94, 95
OpenGLContext tests/glhistogram.py Lines: 43
OpenGLContext tests/gldrawpixels.py Lines: 57
OpenGLContext tests/dek_texturesurf.py Lines: 44, 52, 61, 62, 63
OpenGLContext tests/nehe7.py Lines: 131, 132, 139
OpenGLContext tests/redbook_surface.py Lines: 67, 68
OpenGLContext tests/nehe6_convolve.py Lines: 105, 150
OpenGLContext tests/shadow_1.py Lines: 90, 269, 313, 451, 456, 642, 645, 673
OpenGLContext tests/nehe8.py Lines: 75, 76, 91, 111, 114
OpenGLContext tests/redbook_surface_cb.py Lines: 84, 85
OpenGLContext tests/line_stipple.py Lines: 29
OpenGLContext tests/nehe6.py Lines: 79
OpenGLContext tests/ilsstrategies.py Lines: 39
OpenGLContext tests/glu_tess2.py Lines: 49
OpenGLContext tests/wx_font.py Lines: 27
OpenGLContext tests/redbook_alpha3D.py Lines: 120, 121, 138
OpenGLContext tests/redbook_alpha.py Lines: 77
OpenGLContext tests/glut_font.py Lines: 26
OpenGLContext tests/_bitmap_font.py Lines: 42, 53, 67, 82
OpenGLContext tests/pygame_textureatlas.py Lines: 129
OpenGLContext OpenGLContext/framecounter.py Lines: 75
OpenGLContext OpenGLContext/texture.py Lines: 96, 269
OpenGLContext OpenGLContext/drawcube.py Lines: 31, 32, 33
OpenGLContext OpenGLContext/passes/renderpass.py Lines: 332, 333, 339, 357, 382
OpenGLContext OpenGLContext/passes/flatcore.py Lines: 77, 80, 162, 186, 239, 275
OpenGLContext OpenGLContext/passes/rendervisitor.py Lines: 138, 165, 187, 340, 342
OpenGLContext OpenGLContext/passes/_flat.py Lines: 342, 345, 438, 462, 517, 553
OpenGLContext OpenGLContext/passes/flatcompat.py Lines: 87, 89, 91, 176, 200, 222, 255, 291
OpenGLContext OpenGLContext/browser/vpcurve.py Lines: 79
OpenGLContext OpenGLContext/scenegraph/boundingvolume.py Lines: 274, 304, 310
OpenGLContext OpenGLContext/scenegraph/shape.py Lines: 54, 86
OpenGLContext OpenGLContext/scenegraph/cubebackground.py Lines: 86, 87
OpenGLContext OpenGLContext/scenegraph/spherebackground.py Lines: 52, 63, 64, 67
OpenGLContext OpenGLContext/scenegraph/light.py Lines: 46, 47
OpenGLContext OpenGLContext/scenegraph/pointset.py Lines: 65, 72
OpenGLContext OpenGLContext/scenegraph/arraygeometry.py Lines: 151, 159, 171
OpenGLContext OpenGLContext/scenegraph/nurbs.py Lines: 108, 109, 177, 184, 209
OpenGLContext OpenGLContext/scenegraph/indexedpolygons.py Lines: 27, 40, 76, 97, 225
OpenGLContext OpenGLContext/scenegraph/text/toolsfont.py Lines: 33, 326
OpenGLContext OpenGLContext/scenegraph/text/font.py Lines: 323
OpenGLContext OpenGLContext/shadow/passes.py Lines: 231, 235, 245, 249, 322, 323
OpenGL-Demo PyOpenGL-Demo/GLUT/glutplane.py Lines: 60
OpenGL-Demo PyOpenGL-Demo/GLUT/shader_test.py Lines: 28
OpenGL-Demo PyOpenGL-Demo/GLUT/molehill.py Lines: 42, 43, 45, 142
OpenGL-Demo PyOpenGL-Demo/GLUT/gears.py Lines: 229, 230, 231, 232, 253
OpenGL-Demo PyOpenGL-Demo/GLUT/tom/arraytest.py Lines: 48
OpenGL-Demo PyOpenGL-Demo/GLUT/tom/checker.py Lines: 40, 80, 115
OpenGL-Demo PyOpenGL-Demo/GLUT/tom/text.py Lines: 39, 40, 75, 76
OpenGL-Demo PyOpenGL-Demo/GLUT/tom/lorentz.py Lines: 56
OpenGL-Demo PyOpenGL-Demo/GLUT/tom/cone.py Lines: 44, 45, 49
OpenGL-Demo PyOpenGL-Demo/GLE/maintest.py Lines: 47, 59, 62, 63, 65
OpenGL-Demo PyOpenGL-Demo/dek/tile.py Lines: 68
OpenGL-Demo PyOpenGL-Demo/dek/texturesurf.py Lines: 75, 76, 86, 87, 88
OpenGL-Demo PyOpenGL-Demo/dek/OglSurface/triangle.py Lines: 31, 33, 45, 46, 50, 104
OpenGL-Demo PyOpenGL-Demo/dek/OglSurface/OglFrame.py Lines: 69, 70
OpenGL-Demo PyOpenGL-Demo/tom/Line.py Lines: 25
OpenGL-Demo PyOpenGL-Demo/tom/arraytest.py Lines: 33
OpenGL-Demo PyOpenGL-Demo/tom/demo.py Lines: 64
OpenGL-Demo PyOpenGL-Demo/tom/conechecker.py Lines: 26, 43, 44, 46
OpenGL-Demo PyOpenGL-Demo/tom/checker.py Lines: 26
OpenGL-Demo PyOpenGL-Demo/tom/poly.py Lines: 46
OpenGL-Demo PyOpenGL-Demo/tom/conesave.py Lines: 26, 27
OpenGL-Demo PyOpenGL-Demo/tom/lorentz.py Lines: 46
OpenGL-Demo PyOpenGL-Demo/tom/fog.py Lines: 42, 47, 48, 49, 50, 51
OpenGL-Demo PyOpenGL-Demo/tom/cone.py Lines: 22, 23, 25
OpenGL-Demo PyOpenGL-Demo/proesch/nurbs/nurbs.py Lines: 167, 169, 170, 178
OpenGL-Demo PyOpenGL-Demo/proesch/bezier/bezier.py Lines: 116, 118, 119, 129, 130
OpenGL-Demo PyOpenGL-Demo/proesch/stereo/stereoDemo.py Lines: 105, 107, 108
OpenGL-Demo PyOpenGL-Demo/redbook/lines.py Lines: 81
OpenGL-Demo PyOpenGL-Demo/redbook/teapots.py Lines: 81, 82, 83, 84, 85
OpenGL-Demo PyOpenGL-Demo/redbook/scene.py Lines: 77, 78, 79
OpenGL-Demo PyOpenGL-Demo/redbook/fog.py Lines: 73, 75, 76, 85
OpenGL-Demo PyOpenGL-Demo/redbook/movelight.py Lines: 81, 82, 83, 104
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson42.py Lines: 164, 174, 176, 182, 325, 350
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson4.py Lines: 62
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson41.py Lines: 179, 183, 188
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson2.py Lines: 52
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson6.py Lines: 83, 87
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson19.py Lines: 91, 97
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson5.py Lines: 65
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson3.py Lines: 52
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson1.py Lines: 52
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson13.py Lines: 118
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson18.py Lines: 107, 111, 124, 197
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson45.py Lines: 360, 363
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson6-multi.py Lines: 111, 115, 122
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson23.py Lines: 57, 61, 152, 153
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson11.py Lines: 34
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson12.py Lines: 37, 40, 41, 42
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson16.py Lines: 48, 52, 82
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson26.py Lines: 57, 61, 66, 67, 102, 104, 105, 148, 156, 161, 178, 185
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson44/glCamera.py Lines: 547, 550, 650
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson44/lesson44.py Lines: 142, 190, 192, 193
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson44/glFont.py Lines: 70, 71, 91
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson43/glFreeType.py Lines: 274, 276
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson43/lesson43.py Lines: 67, 68
OpenGL-Demo PyOpenGL-Demo/NeHe/lesson48/Lesson48.py Lines: 37, 47, 48, 50
OpenGL-Demo py2exe-example/shader_test.py Lines: 29
Glinter Widget.py Lines: 42, 43, 44, 46, 566, 568, 569, 571, 647, 649, 651, 653
Glinter Core.py Lines: 208, 248
{Artistic License} PymmLib applications/glutviewer.py Lines: 74, 181, 183, 185, 188, 195
{Artistic License} PymmLib mmLib/OpenGLDriver.py Lines: 155, 157, 170, 187, 192, 197, 203, 208, 275, 315, 348, 460, 495
pyBzEdit pyBzEdit.py Lines: 430, 431
{LGPL} PyUI pyui/renderers/openglBase.py Lines: 181, 219, 261, 317, 319
{LGPL} PyUI pyui/renderers/openglPygame.py Lines: 307
{LGPL} PyUI tests/testcube.py Lines: 71, 72
{LGPL} PyUI2 renderers/openglBase.py Lines: 181, 219, 261, 317, 319
{LGPL} PyUI2 renderers/openglPygame.py Lines: 310
{LGPL} PyUI2 system/openglgraphics.py Lines: 153, 195, 197, 362
{LGPL} VisionEgg VisionEgg/Dots.py Lines: 182, 184, 249, 357, 359
{LGPL} VisionEgg VisionEgg/SphereMap.py Lines: 281, 283, 503, 504, 505, 790, 791, 1198, 1199, 1200
{LGPL} VisionEgg VisionEgg/MoreStimuli.py Lines: 123, 158, 161, 245, 249, 327, 367, 370, 505, 508
{LGPL} VisionEgg VisionEgg/Textures.py Lines: 1293, 1451, 1454, 1457, 1583, 1587, 1600, 1757, 1758, 1759
{LGPL} VisionEgg VisionEgg/Text.py Lines: 492, 494
{LGPL} VisionEgg VisionEgg/Gratings.py Lines: 322, 341, 345, 638, 642, 645, 651
{LGPL} PyMT examples/apps/3Dviewer/3Dviewer.py Lines: 40, 41, 42, 43
{LGPL} PyMT examples/apps/3Ddrawing/3Ddrawing.py Lines: 31, 32, 33, 34
{LGPL} PyMT pymt/texture.py Lines: 17, 156, 315
{LGPL} PyMT pymt/obj.py Lines: 19, 46, 91, 281, 282, 283
{LGPL} PyMT pymt/lib/squirtle.py Lines: 15, 43, 44
{LGPL} PyMT pymt/graphx/statement.py Lines: 53, 152, 193, 269
{LGPL} PyMT pymt/graphx/stencil.py Lines: 21, 43
{LGPL} PyMT pymt/graphx/colors.py Lines: 8, 48, 53
{LGPL} PyMT pymt/ui/widgets/speechbubble.py Lines: 11, 82
{LGPL} PyMT pymt/ui/window/win_pygame.py Lines: 15, 112
{LGPL} PyMT pymt/ui/window/__init__.py Lines: 18, 307
{LGPL} Pyggel pyggel/particle.py Lines: 277
{LGPL} Pyggel pyggel/data.py Lines: 554, 616
{LGPL} Pyggel pyggel/font.py Lines: 1008
{LGPL} Pyggel pyggel/misc.py Lines: 26
{LGPL} Pyggel pyggel/geometry.py Lines: 342, 344, 495
{LGPL} Pyggel pyggel/scene.py Lines: 128, 168, 170, 201
{LGPL} Pyggel pyggel/image.py Lines: 176
{LGPL} Pyggel pyggel/view.py Lines: 158, 159, 162, 163, 165, 168, 170, 189, 208, 244, 305, 323, 334
{LGPL} Pyggel pyggel/light.py Lines: 44
{LGPL} pygl2d pygl2d/draw.py Lines: 33, 42, 50, 63, 71, 81, 113
{LGPL} pygl2d pygl2d/window.py Lines: 55, 58, 62, 63
{GPL} Scocca scocca/graphics/opengl/decorators.py Lines: 23, 38
{LGPL or GPL or MPL} Kamaelia Sketches/MPS/Old/SoC/simplecube.py Lines: 46
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/Experiments/Spheres.py Lines: 36, 41, 57, 58, 59
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/Experiments/Cubes.py Lines: 56, 64, 74, 248, 252, 255
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Sketches/Display3D.py Lines: 136, 141, 445, 460, 493
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Sketches/Progress3D.py Lines: 213
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Sketches/TexPlane.py Lines: 136, 232
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Sketches/Scrollbar3D.py Lines: 263
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Sketches/PygameWrapperPlane.py Lines: 144
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Sketches/Button3D.py Lines: 133, 213, 240
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Sketches/playground/Display3D.py Lines: 145, 491, 505, 544
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Sketches/playground/TexPlane.py Lines: 53, 95
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Sketches/playground/Button.py Lines: 101, 169
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Kamaelia/UI/OpenGL/Label.py Lines: 144, 203
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Kamaelia/UI/OpenGL/OpenGLDisplay.py Lines: 460, 467, 816, 855, 878
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Kamaelia/UI/OpenGL/ProgressBar.py Lines: 137
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Kamaelia/UI/OpenGL/PygameWrapper.py Lines: 188
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Kamaelia/UI/OpenGL/TexPlane.py Lines: 93, 135
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Kamaelia/UI/OpenGL/Button.py Lines: 173, 266
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/THF/Examples/simplecube/simplecube.py Lines: 18
{LGPL or GPL or MPL} Kamaelia Sketches/CL/Topology3D/Utils/Particles3D.py Lines: 116, 215, 278, 319
{LGPL or GPL or MPL} Kamaelia Sketches/THF/simplecube/simplecube.py Lines: 18
{LGPL or GPL or MPL} Kamaelia Sketches/THF/simplecube/simplecube_controlled.py Lines: 70
{LGPL or GPL or MPL} Kamaelia Sketches/THF/3D/Display3D.py Lines: 136, 141, 445, 460, 493
{LGPL or GPL or MPL} Kamaelia Sketches/THF/3D/Progress3D.py Lines: 213
{LGPL or GPL or MPL} Kamaelia Sketches/THF/3D/TexPlane.py Lines: 136, 232
{LGPL or GPL or MPL} Kamaelia Sketches/THF/3D/Scrollbar3D.py Lines: 263
{LGPL or GPL or MPL} Kamaelia Sketches/THF/3D/PygameWrapperPlane.py Lines: 144
{LGPL or GPL or MPL} Kamaelia Sketches/THF/3D/Button3D.py Lines: 133, 213, 240
{LGPL or GPL or MPL} Kamaelia Sketches/THF/3D/playground/Display3D.py Lines: 145, 491, 505, 544
{LGPL or GPL or MPL} Kamaelia Sketches/THF/3D/playground/TexPlane.py Lines: 53, 95
{LGPL or GPL or MPL} Kamaelia Sketches/THF/3D/playground/PygameWrapperPlane.py Lines: 71
{LGPL or GPL or MPL} Kamaelia Sketches/THF/3D/playground/Button.py Lines: 101, 169
{LGPL or GPL or MPL} Kamaelia Sketches/THF/Packages/Kamaelia/Community/THF/Kamaelia/UI/OpenGL/Label.py Lines: 144, 203
{LGPL or GPL or MPL} Kamaelia Sketches/THF/Packages/Kamaelia/Community/THF/Kamaelia/UI/OpenGL/OpenGLDisplay.py Lines: 460, 467, 815, 854, 877
{LGPL or GPL or MPL} Kamaelia Sketches/MH/OpenGL/3dFolding.py Lines: 112, 168
{LGPL or GPL or MPL} Kamaelia Code/Python/Kamaelia/Kamaelia/UI/OpenGL/Label.py Lines: 144, 203
{LGPL or GPL or MPL} Kamaelia Code/Python/Kamaelia/Kamaelia/UI/OpenGL/OpenGLDisplay.py Lines: 460, 467, 815, 854, 877
{LGPL or GPL or MPL} Kamaelia Code/Python/Kamaelia/Kamaelia/UI/OpenGL/ProgressBar.py Lines: 137
{LGPL or GPL or MPL} Kamaelia Code/Python/Kamaelia/Kamaelia/UI/OpenGL/PygameWrapper.py Lines: 188
{LGPL or GPL or MPL} Kamaelia Code/Python/Kamaelia/Kamaelia/UI/OpenGL/TexPlane.py Lines: 93, 135
{LGPL or GPL or MPL} Kamaelia Code/Python/Kamaelia/Kamaelia/UI/OpenGL/Button.py Lines: 169, 255
Gloopy gloopy/view/render.py Lines: 74, 75, 76, 88
Visvis wibjects/colorWibjects.py Lines: 535, 687, 760
Visvis utils/cropper.py Lines: 384
Visvis core/axises.py Lines: 803, 842, 2036
Visvis core/axes.py Lines: 991, 1029
Visvis core/line.py Lines: 90, 95, 104, 635, 636, 659, 697, 738, 749, 765, 803
Visvis core/light.py Lines: 264
Visvis core/baseFigure.py Lines: 837, 841
Visvis core/baseTexture.py Lines: 227
Visvis core/baseWibjects.py Lines: 103
Visvis wobjects/polygonalModeling.py Lines: 983, 1012, 1013, 1030
Visvis wobjects/textures.py Lines: 759, 797, 798, 955, 1196, 1221, 1222
Visvis functions/boxplot.py Lines: 241, 250, 307, 324
Visvis functions/bar.py Lines: 180
{GPL3} OpenGL-Programmable 01-direct.py Lines: 34, 160, 167, 232, 236, 237, 241, 247
{GPL3} OpenGL-Programmable 06-perpixel.py Lines: 331
{GPL3} OpenGL-Programmable 09-gles2.py Lines: 385
{GPL3} OpenGL-Programmable 03-array.py Lines: 34, 171, 178, 243, 247, 248, 252, 258
{GPL3} OpenGL-Programmable 10-gl3.2core.py Lines: 395
{GPL3} OpenGL-Programmable 08-pbo.py Lines: 364
{GPL3} OpenGL-Programmable 02-displaylist.py Lines: 34, 169, 176, 241, 245, 246, 250, 256
{GPL3} OpenGL-Programmable 05-shader.py Lines: 323
{GPL3} OpenGL-Programmable 07-attrib.py Lines: 342
{GPL3} OpenGL-Programmable 04-vbo.py Lines: 35, 190, 197, 262, 266, 267, 271, 277