/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
accum.c | 254 GLubyte *accMap, *colorMap; 280 &colorMap, &colorRowStride); 281 if (!colorMap) { 298 _mesa_unpack_rgba_row(colorRb->Format, width, colorMap, rgba); 318 colorMap += colorRowStride; 346 GLubyte *accMap, *colorMap; 373 mappingFlags, &colorMap, &colorRowStride); 374 if (!colorMap) { 401 _mesa_unpack_rgba_row(colorRb->Format, width, colorMap, dest); 423 (const GLfloat (*)[4]) rgba, colorMap); [all...] |
/external/mesa3d/src/mesa/main/ |
accum.c | 254 GLubyte *accMap, *colorMap; 280 &colorMap, &colorRowStride); 281 if (!colorMap) { 298 _mesa_unpack_rgba_row(colorRb->Format, width, colorMap, rgba); 318 colorMap += colorRowStride; 346 GLubyte *accMap, *colorMap; 373 mappingFlags, &colorMap, &colorRowStride); 374 if (!colorMap) { 401 _mesa_unpack_rgba_row(colorRb->Format, width, colorMap, dest); 423 (const GLfloat (*)[4]) rgba, colorMap); [all...] |
/external/giflib/ |
dgif_lib.c | 351 GifFreeMapObject(GifFile->Image.ColorMap); 352 GifFile->Image.ColorMap = NULL; 358 /* Setup the colormap */ 359 if (GifFile->Image.ColorMap) { 360 GifFreeMapObject(GifFile->Image.ColorMap); 361 GifFile->Image.ColorMap = NULL; 367 GifFile->Image.ColorMap = GifMakeMapObject(1 << BitsPerPixel, NULL); 368 if (GifFile->Image.ColorMap == NULL) { 374 for (i = 0; i < GifFile->Image.ColorMap->ColorCount; i++) { 376 GifFreeMapObject(GifFile->Image.ColorMap); [all...] |
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlsetcolors.html | 83 >SDL_SetColors -- Sets a portion of the colormap for the given 8-bit surface.</DIV 123 >Sets a portion of the colormap for the given 8-bit surface.</P 131 display, the display colormap will be updated with the requested colors. If 147 colormap has to be warped or run under emulation.</P
|
/external/jpeg/ |
wrgif.c | 210 /* Emit 3 copies of same byte value --- handy subr for colormap construction */ 219 emit_header (gif_dest_ptr dinfo, int num_colors, JSAMPARRAY colormap) 221 /* If colormap==NULL, synthesize a gray-scale colormap */ 262 if (colormap != NULL) { 265 putc(GETJSAMPLE(colormap[0][i]) >> cshift, dinfo->pub.output_file); 266 putc(GETJSAMPLE(colormap[1][i]) >> cshift, dinfo->pub.output_file); 267 putc(GETJSAMPLE(colormap[2][i]) >> cshift, dinfo->pub.output_file); 270 put_3bytes(dinfo, GETJSAMPLE(colormap[0][i]) >> cshift); 307 emit_header(dest, cinfo->actual_number_of_colors, cinfo->colormap); [all...] |
wrppm.c | 135 register JSAMPROW color_map0 = cinfo->colormap[0]; 136 register JSAMPROW color_map1 = cinfo->colormap[1]; 137 register JSAMPROW color_map2 = cinfo->colormap[2]; 159 register JSAMPROW color_map = cinfo->colormap[0]; 241 /* When quantizing, we need an output buffer for colormap indexes
|
/external/qemu/distrib/jpeg-6b/ |
wrgif.c | 210 /* Emit 3 copies of same byte value --- handy subr for colormap construction */ 219 emit_header (gif_dest_ptr dinfo, int num_colors, JSAMPARRAY colormap) 221 /* If colormap==NULL, synthesize a gray-scale colormap */ 262 if (colormap != NULL) { 265 putc(GETJSAMPLE(colormap[0][i]) >> cshift, dinfo->pub.output_file); 266 putc(GETJSAMPLE(colormap[1][i]) >> cshift, dinfo->pub.output_file); 267 putc(GETJSAMPLE(colormap[2][i]) >> cshift, dinfo->pub.output_file); 270 put_3bytes(dinfo, GETJSAMPLE(colormap[0][i]) >> cshift); 307 emit_header(dest, cinfo->actual_number_of_colors, cinfo->colormap); [all...] |
wrppm.c | 135 register JSAMPROW color_map0 = cinfo->colormap[0]; 136 register JSAMPROW color_map1 = cinfo->colormap[1]; 137 register JSAMPROW color_map2 = cinfo->colormap[2]; 159 register JSAMPROW color_map = cinfo->colormap[0]; 241 /* When quantizing, we need an output buffer for colormap indexes
|
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
PhysicsTestHelper.java | 46 material.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg")); 88 material.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg")); 132 material.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg")); 148 material.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg")); 187 mat2.setTexture("ColorMap", tex2);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/ |
d3d10x11main.cpp | 50 Colormap cmap = XCreateColormap(dpy, RootWindow(dpy, DefaultScreen(dpy)), visual, AllocNone); 52 swa.colormap = cmap;
|
/external/jmonkeyengine/engine/src/android/jme3test/android/ |
SimpleTexturedTest.java | 76 material.setTexture("ColorMap", texture); 79 materialMonkey.setTexture("ColorMap", textureMonkey);
|
/external/jmonkeyengine/engine/src/test/jme3test/conversion/ |
TestMipMapGen.java | 78 mat1.setTexture("ColorMap", tex); 81 mat2.setTexture("ColorMap", texCustomMip);
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/ |
d3d10x11main.cpp | 50 Colormap cmap = XCreateColormap(dpy, RootWindow(dpy, DefaultScreen(dpy)), visual, AllocNone); 52 swa.colormap = cmap;
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/ |
xf86dga.h | 186 Colormap cmap 189 Colormap SDL_NAME(XDGACreateColormap)(
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11sym.h | 25 SDL_X11_SYM(Status,XAllocColor,(Display* a,Colormap b,XColor* c),(a,b,c),return) 35 SDL_X11_SYM(Colormap,XCreateColormap,(Display* a,Window b,Visual* c,int d),(a,b,c,d),return) 56 SDL_X11_SYM(int,XFreeColormap,(Display* a,Colormap b),(a,b),return) 57 SDL_X11_SYM(int,XFreeColors,(Display* a,Colormap b,unsigned long* c,int d,unsigned long e),(a,b,c,d,e),return) 73 SDL_X11_SYM(int,XInstallColormap,(Display* a,Colormap b),(a,b),return) 90 SDL_X11_SYM(int,XQueryColors,(Display* a,Colormap b,XColor* c,int d),(a,b,c,d),return) 110 SDL_X11_SYM(int,XSetWindowColormap,(Display* a,Window b,Colormap c),(a,b,c),return) 111 SDL_X11_SYM(int,XStoreColors,(Display* a,Colormap b,XColor* c,int d),(a,b,c,d),return)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
XWDFile.h | 81 CARD32 visual_class B32; /* Class of colormap */ 86 CARD32 colormap_entries B32; /* Number of entries in colormap; not used? */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
XWDFile.h | 81 CARD32 visual_class B32; /* Class of colormap */ 86 CARD32 colormap_entries B32; /* Number of entries in colormap; not used? */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
XWDFile.h | 81 CARD32 visual_class B32; /* Class of colormap */ 86 CARD32 colormap_entries B32; /* Number of entries in colormap; not used? */
|
/sdk/emulator/opengl/tests/ut_renderer/ |
X11Windowing.cpp | 102 Colormap x11Colormap = XCreateColormap(dpy, rootWindow, visualInfo->visual, AllocNone); 104 sWA.colormap = x11Colormap;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
xm_api.c | 434 * \param cmap the window's colormap, if known. 439 XMesaVisual vis, Colormap cmap) 483 * Find an XMesaBuffer by matching X display and colormap but NOT matching 487 xmesa_find_buffer(Display *dpy, Colormap cmap, XMesaBuffer notThis) 552 * \param cmap the colormap associated with the window/pixmap 558 Colormap cmap) 956 Colormap cmap; 971 /* Find colormap */ 972 if (attr.colormap) { 973 cmap = attr.colormap; [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/material/ |
package.html | 52 mat.setTexture("ColorMap", tex);
|
/external/jmonkeyengine/engine/src/test/jme3test/awt/ |
TestSafeCanvas.java | 65 mat.setTexture("ColorMap", assetManager.loadTexture("Interface/Logo/Monkey.jpg"));
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
xm_api.c | 434 * \param cmap the window's colormap, if known. 439 XMesaVisual vis, Colormap cmap) 483 * Find an XMesaBuffer by matching X display and colormap but NOT matching 487 xmesa_find_buffer(Display *dpy, Colormap cmap, XMesaBuffer notThis) 552 * \param cmap the colormap associated with the window/pixmap 558 Colormap cmap) 956 Colormap cmap; 971 /* Find colormap */ 972 if (attr.colormap) { 973 cmap = attr.colormap; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
Xagsrv.h | 47 extern Colormap XagDefaultColormap(
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
Xagsrv.h | 47 extern Colormap XagDefaultColormap(
|