Searched refs:glColorTableEXT (Results 1 - 5 of 5) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dgl_vidnt.c136 lp3DFXFUNC glColorTableEXT; variable
1519 glColorTableEXT = (void *)wglGetProcAddress("glColorTableEXT");
1520 if (!glColorTableEXT || strstr(gl_extensions, "GL_EXT_shared_texture_palette") ||
1534 glColorTableEXT(GL_SHARED_TEXTURE_PALETTE_EXT, GL_RGB, 256, GL_RGB, GL_UNSIGNED_BYTE,
H A Dgl_vidlinux_x11.c606 glColorTableEXT(GL_SHARED_TEXTURE_PALETTE_EXT, GL_RGB, 256, GL_RGB, GL_UNSIGNED_BYTE, (void *) thePalette);
H A Dgl_vidlinuxglx.c554 glColorTableEXT(GL_SHARED_TEXTURE_PALETTE_EXT, GL_RGB, 256, GL_RGB, GL_UNSIGNED_BYTE, (void *) thePalette);
/external/quake/quake/src/WinQuake/
H A Dgl_vidnt.cpp136 lp3DFXFUNC glColorTableEXT; variable
1519 glColorTableEXT = (void *)wglGetProcAddress("glColorTableEXT");
1520 if (!glColorTableEXT || strstr(gl_extensions, "GL_EXT_shared_texture_palette") ||
1534 glColorTableEXT(GL_SHARED_TEXTURE_PALETTE_EXT, GL_RGB, 256, GL_RGB, GL_UNSIGNED_BYTE,
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_opengl.h4748 GLAPI void APIENTRY glColorTableEXT (GLenum, GLenum, GLsizei, GLenum, GLenum, const GLvoid *);

Completed in 182 milliseconds