/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
D | GLColor.java | 23 public final int blue; field in GLColor 26 public GLColor(int red, int green, int blue, int alpha) { in GLColor() argument 29 this.blue = blue; in GLColor() 33 public GLColor(int red, int green, int blue) { in GLColor() argument 36 this.blue = blue; in GLColor() 46 blue == color.blue && in equals()
|
D | GLVertex.java | 68 colorBuffer.put(color.blue); in put()
|
D | Kube.java | 37 GLColor blue = new GLColor(0, 0, one); in makeGLWorld() local 114 mCubes[i + j].setFaceColor(Cube.kBack, blue); in makeGLWorld()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | WindowSurface.java | 247 int blue = (int)mColor.y + 128; in run() local 248 if (blue > 255) blue = 255; in run() 249 int color = 0xff000000 | (red<<16) | blue; in run()
|
D | CompressedTextureActivity.java | 143 byte blue = 0; in createImage() 149 image.put(blue); in createImage()
|
D | ColorPickerDialog.java | 134 int b = ave(Color.blue(c0), Color.blue(c1), p); in interpColor() 143 int b = Color.blue(color); in rotateColor()
|
D | BitmapPixels.java | 82 int b = Color.blue(c); in premultiplyColor()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixTrackingGL.java | 105 public void glClearColor(float red, float green, float blue, float alpha) { in glClearColor() argument 106 mgl.glClearColor(red, green, blue, alpha); in glClearColor() 109 public void glClearColorx(int red, int green, int blue, int alpha) { in glClearColorx() argument 110 mgl.glClearColorx(red, green, blue, alpha); in glClearColorx() 129 public void glColor4f(float red, float green, float blue, float alpha) { in glColor4f() argument 130 mgl.glColor4f(red, green, blue, alpha); in glColor4f() 133 public void glColor4x(int red, int green, int blue, int alpha) { in glColor4x() argument 134 mgl.glColor4x(red, green, blue, alpha); in glColor4x() 137 public void glColorMask(boolean red, boolean green, boolean blue, in glColorMask() argument 139 mgl.glColorMask(red, green, blue, alpha); in glColorMask() [all …]
|
/development/ndk/platforms/android-3/include/linux/ |
D | fb.h | 218 struct fb_bitfield blue; member 248 __u16 *blue; member
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | importgl.h | 83 FNDEF(void, glClearColorx, (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha)); 84 FNDEF(void, glColor4x, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha));
|
/development/simulator/wrapsim/ |
D | DevFb.c | 66 fbState->vinfo.blue.offset = 0; in configureInitialState() 67 fbState->vinfo.blue.length = 5; in configureInitialState()
|
/development/ndk/platforms/android-4/include/GLES/ |
D | 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 alph…
|
D | glext.h | 336 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alp… 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, G… 379 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed …
|
/development/pdk/docs/porting/ |
D | display_drivers.jd | 134 unsigned int blue, unsigned int transp, struct fb_info *info) 140 convert_bitfield(blue, &fb->fb.var.blue) | 272 fb->fb.var.blue.offset = 0; 273 fb->fb.var.blue.length = 5;
|
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/ |
D | plasma.c | 140 static uint16_t make565(int red, int green, int blue) in make565() argument 144 ((blue >> 3) & 0x001f) ); in make565()
|
/development/ndk/platforms/android-9/samples/native-plasma/jni/ |
D | plasma.c | 145 static uint16_t make565(int red, int green, int blue) in make565() argument 149 ((blue >> 3) & 0x001f) ); in make565()
|
/development/ndk/platforms/android-5/include/GLES2/ |
D | gl2.h | 480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLcl… 489 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLcl… 492 GL_APICALL void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GL…
|
/development/tools/zoneinfo/tzdata2010k/ |
D | northamerica | 55 # scheme I detect the bony, blue-fingered hand of Puritanism, eager
|