HomeSort by relevance Sort by last modified time
    Searched full:red (Results 1276 - 1300 of 1814) sorted by null

<<51525354555657585960>>

  /frameworks/base/libs/surfaceflinger/
LayerBase.cpp 363 void LayerBase::clearWithOpenGL(const Region& clip, GLclampx red,
369 glColor4x(red,green,blue,alpha);
LayerBuffer.cpp 668 GLclampx red = 0; local
671 mLayer.clearWithOpenGL(clip, red, green, blue, 0);
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 209 // C function void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
212 byte red,
  /frameworks/base/opengl/libagl/
state.cpp 603 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) {
605 c->rasterizer.procs.clearColorx(c, red, green, blue, alpha);
  /frameworks/base/opengl/libs/ETC1/
etc1.cpp 508 // pIn - pointer to the image data. Formatted such that the Red component of
563 // pOut - pointer to the image data. Will be written such that the Red component of
  /frameworks/base/tests/CoreTests/android/core/
MiscRegressionTest.java 168 RED,
182 Class<?> redClass = TrafficLights.RED.getClass();
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 194 typedef struct { CARD32 red, green, blue; } rgb; member in struct:__anon12868
196 typedef struct { float red, green, blue; } Gamma; member in struct:__anon12869
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java     [all...]
  /external/webkit/WebCore/page/
FrameView.cpp     [all...]
  /external/e2fsprogs/
RELEASE-NOTES 24 completely fixed now. Yay for regression test suites. (Addresses Red
68 bytes, so extended attributes were not getting moved. (Addresses Red
79 explicitly, but some users seem to care. (Addresses Red Hat Bugzilla:
110 requires an fsck afterwards. (Addresses Red Hat Bugzilla: #167816)
112 Teach blkid to detect LVM2 physical volumes. (Addresses Red Hat
309 (Addresses Sourceforge Bug: #1529672, Addresses Red Hat Bugzilla:
373 Red Hat Bugzilla #400321.)
382 (Addresses Red Hat Bugzilla #305151.)
403 Fix fsck to ignore /etc/fstab entries for bind mounts. (Addresses Red
423 block of the block group. (Addresses Red Hat Bugzilla #214765.
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 2246 final Account red = new Account("red", "red"); local
    [all...]
  /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/jpeg/
jpeglib.h 209 JCS_RGB, /* red/green/blue */
214 JCS_RGBA_8888, /* red/green/blue/alpha */
215 JCS_RGB_565 /* red/green/blue in 565 format */
    [all...]
  /build/tools/droiddoc/templates/
macros.cs 107 <?cs # Show the red box with the deprecated warning ?><?cs
  /cts/tests/tests/widget/src/android/widget/cts/
ProgressBarTest.java 570 Drawable d2 = mContext.getResources().getDrawable(R.drawable.red);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeMapActivity.java 63 // Indicate this by drawing a red background.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List13.java 310 "Ragusano", "Raschera", "Reblochon", "Red Leicester",
List14.java 278 "Ragusano", "Raschera", "Reblochon", "Red Leicester",
  /development/samples/BrowserPlugin/jni/paint/
PaintPlugin.cpp 223 return "Red";
  /external/bluetooth/glib/gio/
gbufferedoutputstream.c 3 * Copyright (C) 2006-2007 Red Hat, Inc.
gdummyfile.c 3 * Copyright (C) 2006-2007 Red Hat, Inc.
gfileenumerator.c 3 * Copyright (C) 2006-2007 Red Hat, Inc.
gfilemonitor.c 3 * Copyright (C) 2006-2007 Red Hat, Inc.
gioenums.h 3 * Copyright (C) 2006-2007 Red Hat, Inc.
giomodule.c 3 * Copyright (C) 2006-2007 Red Hat, Inc.

Completed in 303 milliseconds

<<51525354555657585960>>