Searched defs:glColorTableEXT (Results 1 - 2 of 2) 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,
/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,

Completed in 71 milliseconds