~ubuntu-branches/ubuntu/trusty/glew/trusty

« back to all changes in this revision

Viewing changes to auto/extensions/GL_SUN_global_alpha

  • Committer: Bazaar Package Importer
  • Author(s): Joost Yervante Damad
  • Date: 2009-05-11 17:48:06 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090511174806-hpbwcimkr4ir0mfl
Tags: 1.5.1-4
make sure mx library really is MX (closes: #528232)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
GL_SUN_global_alpha
2
 
http://www.opengl.org/registry/specs/SUN/global_alpha.txt
3
 
        GL_GLOBAL_ALPHA_SUN 0x81D9
4
 
        GL_GLOBAL_ALPHA_FACTOR_SUN 0x81DA
5
 
        void glGlobalAlphaFactorbSUN (GLbyte factor)
6
 
        void glGlobalAlphaFactordSUN (GLdouble factor)
7
 
        void glGlobalAlphaFactorfSUN (GLfloat factor)
8
 
        void glGlobalAlphaFactoriSUN (GLint factor)
9
 
        void glGlobalAlphaFactorsSUN (GLshort factor)
10
 
        void glGlobalAlphaFactorubSUN (GLubyte factor)
11
 
        void glGlobalAlphaFactoruiSUN (GLuint factor)
12
 
        void glGlobalAlphaFactorusSUN (GLushort factor)
 
1
GL_SUN_global_alpha
 
2
http://www.opengl.org/registry/specs/SUN/global_alpha.txt
 
3
        GL_GLOBAL_ALPHA_SUN 0x81D9
 
4
        GL_GLOBAL_ALPHA_FACTOR_SUN 0x81DA
 
5
        void glGlobalAlphaFactorbSUN (GLbyte factor)
 
6
        void glGlobalAlphaFactordSUN (GLdouble factor)
 
7
        void glGlobalAlphaFactorfSUN (GLfloat factor)
 
8
        void glGlobalAlphaFactoriSUN (GLint factor)
 
9
        void glGlobalAlphaFactorsSUN (GLshort factor)
 
10
        void glGlobalAlphaFactorubSUN (GLubyte factor)
 
11
        void glGlobalAlphaFactoruiSUN (GLuint factor)
 
12
        void glGlobalAlphaFactorusSUN (GLushort factor)