HomeSort by relevance Sort by last modified time
    Searched full:colormap (Results 201 - 225 of 271) sorted by null

1 2 3 4 5 6 7 891011

  /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 463 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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fb.h 187 #define FB_CHANGE_CMAP_VBL 32 /* change colormap on vbl */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fb.h 187 #define FB_CHANGE_CMAP_VBL 32 /* change colormap on vbl */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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.15/src/video/bwindow/
SDL_sysvideo.cc 792 const color_map *cmap = BScreen().ColorMap();
794 /* Get the screen colormap */
  /external/quake/quake/src/QW/client/
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_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");
vid_svgalib.cpp 503 vid.colormap = (pixel_t *) host_colormap;
504 vid.fullbright = 256 - LittleLong (*((int *)vid.colormap + 2048));
gl_rmain.cpp 694 // we can't dynamically colormap textures, so they are cached
696 if (currententity->colormap != vid.colormap && !gl_nocolors.value)
    [all...]
  /external/webkit/Source/WebCore/bridge/
npapi.h 276 Colormap colormap; member in struct:__anon17697
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glxext.h 658 extern GLXPixmap glXCreateGLXPixmapMESA (Display *, XVisualInfo *, Pixmap, Colormap);
660 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glxext.h 658 extern GLXPixmap glXCreateGLXPixmapMESA (Display *, XVisualInfo *, Pixmap, Colormap);
660 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glxext.h 658 extern GLXPixmap glXCreateGLXPixmapMESA (Display *, XVisualInfo *, Pixmap, Colormap);
660 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);
  /external/chromium/chrome/browser/ui/gtk/
gtk_util.h 306 // Set the colormap of the given window to rgba to allow transparency.
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 1707 GdkColormap* colormap = gdk_screen_get_rgba_colormap(screen); local
    [all...]
  /external/jpeg/
jmorecfg.h 326 * the offsets will also change the order in which colormap data is organized.
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
scilab.php 81 'colcomp', 'colcompr', 'colinout', 'colon', 'color', 'color_list', 'colorbar', 'colordef', 'colormap',
  /external/qemu/distrib/jpeg-6b/
jmorecfg.h 328 * the offsets will also change the order in which colormap data is organized.

Completed in 1079 milliseconds

1 2 3 4 5 6 7 891011