HomeSort by relevance Sort by last modified time
    Searched full:colormap (Results 101 - 125 of 171) sorted by null

1 2 3 45 6 7

  /external/quake/quake/src/QW/client/
gl_vidlinux_x11.c 664 vid.colormap = host_colormap;
665 vid.fullbright = 256 - LittleLong (*((int *)vid.colormap + 2048));
711 attr.colormap=XCreateColormap(dpy,root,visinfo->visual,AllocNone);
gl_vidlinuxglx.c 614 vid.colormap = host_colormap;
615 vid.fullbright = 256 - LittleLong (*((int *)vid.colormap + 2048));
659 attr.colormap = XCreateColormap(dpy, root, visinfo->visual, AllocNone);
protocol.h 261 int colormap; member in struct:__anon10456
gl_vidlinux.c 573 vid.colormap = host_colormap;
574 vid.fullbright = 256 - LittleLong (*((int *)vid.colormap + 2048));
gl_vidlinux_svga.c 611 vid.colormap = host_colormap;
612 vid.fullbright = 256 - LittleLong (*((int *)vid.colormap + 2048));
vid_svgalib.c 504 vid.colormap = (pixel_t *) host_colormap;
505 vid.fullbright = 256 - LittleLong (*((int *)vid.colormap + 2048));
  /external/quake/quake/src/WinQuake/
gl_vidlinuxglx.cpp 751 vid.colormap = host_colormap;
752 vid.fullbright = 256 - LittleLong (*((int *)vid.colormap + 2048));
849 attr.colormap = XCreateColormap(dpy, root, visinfo->visual, AllocNone);
quakedef.h 231 int colormap; member in struct:__anon10857
gl_vidlinux.cpp 624 vid.colormap = host_colormap;
625 vid.fullbright = 256 - LittleLong (*((int *)vid.colormap + 2048));
host.cpp 883 host_colormap = (byte *)COM_LoadHunkFile ("gfx/colormap.lmp");
885 Sys_Error ("Couldn't load gfx/colormap.lmp");
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 314 * i.e. if the colormap is shared, then the video surface may be created
409 * Sets a portion of the colormap for the given 8-bit surface. If 'surface'
417 * display colormap will be updated with the requested colors. If
420 * you desire, even if the window colormap has to be warped or run under
427 * Sets a portion of the colormap for a given 8-bit surface.
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 314 * i.e. if the colormap is shared, then the video surface may be created
409 * Sets a portion of the colormap for the given 8-bit surface. If 'surface'
417 * display colormap will be updated with the requested colors. If
420 * you desire, even if the window colormap has to be warped or run under
427 * Sets a portion of the colormap for a given 8-bit surface.
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 314 * i.e. if the colormap is shared, then the video surface may be created
409 * Sets a portion of the colormap for the given 8-bit surface. If 'surface'
417 * display colormap will be updated with the requested colors. If
420 * you desire, even if the window colormap has to be warped or run under
427 * Sets a portion of the colormap for a given 8-bit surface.
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 318 * i.e. if the colormap is shared, then the video surface may be created
413 * Sets a portion of the colormap for the given 8-bit surface. If 'surface'
421 * display colormap will be updated with the requested colors. If
424 * you desire, even if the window colormap has to be warped or run under
431 * Sets a portion of the colormap for a given 8-bit surface.
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 314 * i.e. if the colormap is shared, then the video surface may be created
409 * Sets a portion of the colormap for the given 8-bit surface. If 'surface'
417 * display colormap will be updated with the requested colors. If
420 * you desire, even if the window colormap has to be warped or run under
427 * Sets a portion of the colormap for a given 8-bit surface.
    [all...]
  /external/jpeg/
jdapimin.c 206 cinfo->colormap = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/ggi/
SDL_ggivideo.c 360 /* Set up the colormap */
  /external/quake/quake/src/QW/progs/
files.dat 219 1 gfx/colormap.lmp
  /external/webkit/Source/WebCore/platform/gtk/
WidgetRenderingContext.cpp 76 // Fallback: We failed to create an RGBA colormap earlier, so we cannot properly paint
  /external/webkit/Source/WebCore/plugins/
PluginView.h 465 Colormap m_colormap;
  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebViewWidget.cpp 66 attributes.colormap = gtk_widget_get_colormap(widget);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/
NetscapePluginX11.cpp 153 callbackStruct->colormap = XCreateColormap(display, rootWindowID(), visual, AllocNone);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fb.h 187 #define FB_CHANGE_CMAP_VBL 32 /* change colormap on vbl */
  /external/libpng/contrib/gregbook/
rpng2-x.c 282 static Colormap colormap; variable
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysvideo.cc 780 const color_map *cmap = BScreen().ColorMap();
782 /* Get the screen colormap */

Completed in 4944 milliseconds

1 2 3 45 6 7