HomeSort by relevance Sort by last modified time
    Searched refs:red (Results 151 - 175 of 288) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 593 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
596 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
640 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
645 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
646 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
647 GL_API void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 593 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
596 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
640 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
645 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
646 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
647 GL_API void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
gl.h 593 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
596 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
640 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
645 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
646 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
647 GL_API void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
    [all...]
  /external/libpng/
pngrutil.c 588 pal_ptr->red = buf[0];
599 palette[i].red = buf[0];
817 png_ptr->sig_bit.red = buf[0];
825 png_ptr->sig_bit.red = buf[0];
    [all...]
pngwutil.c 616 buf[0] = pal_ptr->red;
628 buf[0] = pal_ptr[i].red;
883 entrybuf[0] = (png_byte)ep->red;
891 png_save_uint_16(entrybuf + 0, ep->red);
905 entrybuf[0] = (png_byte)ep[i].red;
913 png_save_uint_16(entrybuf + 0, ep[i].red);
948 if (sbit->red == 0 || sbit->red > maxbits ||
955 buf[0] = sbit->red;
    [all...]
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 479 GLAPI void APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
480 GLAPI void APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
485 GLAPI void APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
486 GLAPI void APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
487 GLAPI void APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
  /external/webkit/WebCore/platform/graphics/
GraphicsContext3D.h 429 void blendColor(double red, double green, double blue, double alpha);
441 void clearColor(double red, double green, double blue, double alpha);
444 void colorMask(bool red, bool green, bool blue, bool alpha);
  /external/webkit/WebCore/platform/graphics/win/
FontCGWin.cpp 190 SetTextColor(hdc, RGB(fillColor.red(), fillColor.green(), fillColor.blue()));
286 buffer[i + 2] = fillColor.red();
365 Color shadowFillColor(shadowColor.red(), shadowColor.green(), shadowColor.blue(), shadowColor.alpha() * fillColor.alpha() / 255);
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
x86p_16.asm 378 and edx,1110000000000000b ; red
401 and edx,1110000000000000b ; red
475 and edx,1110000000000000b ; red
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c     [all...]
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c 140 static uint16_t make565(int red, int green, int blue)
142 return (uint16_t)( ((red << 8) & 0xf800) |
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 145 static uint16_t make565(int red, int green, int blue)
147 return (uint16_t)( ((red << 8) & 0xf800) |
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Kube.java 35 GLColor red = new GLColor(one, 0, 0); local
104 mCubes[i].setFaceColor(Cube.kBottom, red);
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86vm/
XF86VMode.c 179 req->red = (CARD32)(Gamma->red * 10000.);
206 Gamma->red = ((float)rep.red) / 10000.;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m 925 color.red = colors->r / 255.0;
    [all...]
  /external/webkit/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 285 COLORREF textColor = skia::SkColorToCOLORREF(SkColorSetARGB(255, shadowColor.red(), shadowColor.green(), shadowColor.blue()));
490 COLORREF textColor = skia::SkColorToCOLORREF(SkColorSetARGB(255, shadowColor.red(), shadowColor.green(), shadowColor.blue()));
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 275 // C function void glClearColorxOES ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
278 int red,
305 // C function void glColor4xOES ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
308 int red,
    [all...]
GLLogWrapper.java     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwutil.c 585 buf[0] = pal_ptr->red;
595 buf[0] = pal_ptr[i].red;
837 entrybuf[0] = (png_byte)ep->red;
845 png_save_uint_16(entrybuf + 0, ep->red);
859 entrybuf[0] = (png_byte)ep[i].red;
867 png_save_uint_16(entrybuf + 0, ep[i].red);
901 if (sbit->red == 0 || sbit->red > maxbits ||
908 buf[0] = sbit->red;
970 png_warning(png_ptr, "Invalid cHRM red point specified")
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
glext.h 336 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
339 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
376 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
379 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapPixels.java 46 // access the red component from a premultiplied color
48 // access the red component from a premultiplied color
50 // access the red component from a premultiplied color
52 // access the red component from a premultiplied color
80 int r = Color.red(c);
144 makeRamp(premultiplyColor(Color.RED), premultiplyColor(Color.GREEN),
  /external/bison/src/
vcg.h 30 red, enumerator in enum:color
482 selected by the color map index, an integer, for instance red has
655 values for the red/green/blue-part. Each integer is between 0 (off) and
    [all...]
  /external/kernel-headers/original/linux/
fb.h 227 struct fb_bitfield red; /* bitfield in fb mem if true color, */ member in struct:fb_var_screeninfo
258 __u16 *red; /* Red values */ member in struct:fb_cmap
461 __u16 __user *red; /* Red values */ member in struct:fb_cmap_user
584 int (*fb_setcolreg)(unsigned regno, unsigned red, unsigned green,
    [all...]
  /external/libpng/contrib/gregbook/
writepng.c 164 background.red = mainprog_ptr->bg_red;
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drm.h 22 (LPDIRECT3DRMDEVICE lpDirect3DRMDev, LPVOID lpArg, DWORD dwIndex, LONG red, LONG green, LONG blue);

Completed in 1982 milliseconds

1 2 3 4 5 67 8 91011>>