vispy.gloo.gl.tests.test_names module

Tests to verify that all ES 2.0 function names are defined in all backends, and no more than that.

vispy.gloo.gl.tests.test_names.teardown_module()[source]
vispy.gloo.gl.tests.test_names.test_destop()[source]

Desktop backend should have all ES 2.0 names. No more, no less.

vispy.gloo.gl.tests.test_names.test_es2()[source]

es2 backend should have all ES 2.0 names. No more, no less.

vispy.gloo.gl.tests.test_names.test_glplus()[source]

Run glplus, check that mo names, set back, check exact set of names.

vispy.gloo.gl.tests.test_names.test_main()[source]

Main gl namespace should have all ES 2.0 names. No more, no less.

vispy.gloo.gl.tests.test_names.test_proxy()[source]

GLProxy class should have all ES 2.0 names. No more, no less.

vispy.gloo.gl.tests.test_names.test_pyopengl()[source]

Pyopengl backend should have all ES 2.0 names. No more, no less.