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

« back to all changes in this revision

Viewing changes to auto/extensions/GL_EXT_paletted_texture

  • Committer: Bazaar Package Importer
  • Author(s): Marcelo E. Magallon
  • Date: 2005-02-10 21:21:42 UTC
  • Revision ID: james.westby@ubuntu.com-20050210212142-2b1p2th5s3d0wjdz
Tags: upstream-1.3.1
ImportĀ upstreamĀ versionĀ 1.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
GL_EXT_paletted_texture
 
2
http://oss.sgi.com/projects/ogl-sample/registry/EXT/paletted_texture.txt
 
3
        GL_TEXTURE_1D 0x0DE0
 
4
        GL_TEXTURE_2D 0x0DE1
 
5
        GL_PROXY_TEXTURE_1D 0x8063
 
6
        GL_PROXY_TEXTURE_2D 0x8064
 
7
        GL_TEXTURE_3D_EXT 0x806F
 
8
        GL_PROXY_TEXTURE_3D_EXT 0x8070
 
9
        GL_COLOR_TABLE_FORMAT_EXT 0x80D8
 
10
        GL_COLOR_TABLE_WIDTH_EXT 0x80D9
 
11
        GL_COLOR_TABLE_RED_SIZE_EXT 0x80DA
 
12
        GL_COLOR_TABLE_GREEN_SIZE_EXT 0x80DB
 
13
        GL_COLOR_TABLE_BLUE_SIZE_EXT 0x80DC
 
14
        GL_COLOR_TABLE_ALPHA_SIZE_EXT 0x80DD
 
15
        GL_COLOR_TABLE_LUMINANCE_SIZE_EXT 0x80DE
 
16
        GL_COLOR_TABLE_INTENSITY_SIZE_EXT 0x80DF
 
17
        GL_COLOR_INDEX1_EXT 0x80E2
 
18
        GL_COLOR_INDEX2_EXT 0x80E3
 
19
        GL_COLOR_INDEX4_EXT 0x80E4
 
20
        GL_COLOR_INDEX8_EXT 0x80E5
 
21
        GL_COLOR_INDEX12_EXT 0x80E6
 
22
        GL_COLOR_INDEX16_EXT 0x80E7
 
23
        GL_TEXTURE_INDEX_SIZE_EXT 0x80ED
 
24
        GL_TEXTURE_CUBE_MAP_ARB 0x8513
 
25
        GL_PROXY_TEXTURE_CUBE_MAP_ARB 0x851B
 
26
        void glColorTableEXT (GLenum target, GLenum internalFormat, GLsizei width, GLenum format, GLenum type, const void* data)
 
27
        void glGetColorTableEXT (GLenum target, GLenum format, GLenum type, void* data)
 
28
        void glGetColorTableParameterfvEXT (GLenum target, GLenum pname, GLfloat* params)
 
29
        void glGetColorTableParameterivEXT (GLenum target, GLenum pname, GLint* params)