/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
H A D | GLColor.java | 22 public final int green; field in class:GLColor 26 public GLColor(int red, int green, int blue, int alpha) { argument 28 this.green = green; 33 public GLColor(int red, int green, int blue) { argument 35 this.green = green; 45 green == color.green &&
|
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/ |
H A D | plasma.c | 140 static uint16_t make565(int red, int green, int blue) argument 143 ((green << 2) & 0x03e0) |
|
/development/ndk/platforms/android-9/samples/native-plasma/jni/ |
H A D | plasma.c | 145 static uint16_t make565(int red, int green, int blue) argument 148 ((green << 2) & 0x03e0) |
|
/development/ndk/platforms/android-3/include/linux/ |
H A D | fb.h | 217 struct fb_bitfield green; member in struct:fb_var_screeninfo 247 __u16 *green; member in struct:fb_cmap
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
H A D | MatrixTrackingGL.java | 105 public void glClearColor(float red, float green, float blue, float alpha) { argument 106 mgl.glClearColor(red, green, blue, alpha); 109 public void glClearColorx(int red, int green, int blue, int alpha) { argument 110 mgl.glClearColorx(red, green, blue, alpha); 129 public void glColor4f(float red, float green, float blue, float alpha) { argument 130 mgl.glColor4f(red, green, blue, alpha); 133 public void glColor4x(int red, int green, int blue, int alpha) { argument 134 mgl.glColor4x(red, green, blue, alpha); 137 public void glColorMask(boolean red, boolean green, boolean blue, argument 139 mgl.glColorMask(red, green, blu 765 glColor4ub(byte red, byte green, byte blue, byte alpha) argument [all...] |
/development/tools/emulator/opengl/system/GLESv2_enc/ |
H A D | gl2_enc.cpp | 131 void glBlendColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) argument 144 memcpy(ptr, &green, 4); ptr += 4; 291 void glClearColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) argument 304 memcpy(ptr, &green, 4); ptr += 4; 339 void glColorMask_enc(void *self , GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) argument 352 memcpy(ptr, &green, 1); ptr += 1;
|
H A D | gl2_entry.cpp | 16 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 25 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 28 void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 268 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) argument 271 ctx->glBlendColor(ctx, red, green, blue, alpha); 322 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) argument 325 ctx->glClearColor(ctx, red, green, blue, alpha); 340 void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) argument 343 ctx->glColorMask(ctx, red, green, blue, alpha);
|
/development/tools/emulator/opengl/system/GLESv1_enc/ |
H A D | gl_enc.cpp | 33 void glClearColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) argument 46 memcpy(ptr, &green, 4); ptr += 4; 84 void glColor4f_enc(void *self , GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) argument 97 memcpy(ptr, &green, 4); ptr += 4; 818 void glClearColorx_enc(void *self , GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) argument 831 memcpy(ptr, &green, 4); ptr += 4; 881 void glColor4ub_enc(void *self , GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) argument 894 memcpy(ptr, &green, 1); ptr += 1; 899 void glColor4x_enc(void *self , GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) argument 912 memcpy(ptr, &green, 917 glColorMask_enc(void *self , GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) argument 2984 glClearColorxOES_enc(void *self , GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) argument 3053 glColor4xOES_enc(void *self , GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) argument [all...] |
H A D | gl_entry.cpp | 10 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 13 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 55 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); 59 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); 60 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 61 void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); 185 void glClearColorxOES(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); 189 void glColor4xOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 315 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) argument 318 ctx->glClearColor(ctx, red, green, blu 333 glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) argument 585 glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) argument 609 glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) argument 615 glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) argument 621 glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) argument 1369 glClearColorxOES(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) argument 1393 glColor4xOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) argument [all...] |
/development/tools/emulator/opengl/tests/gles_android_wrapper/ |
H A D | gles.cpp | 61 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) argument 63 getDispatch()->glClearColor(red, green, blue, alpha); 76 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) argument 78 getDispatch()->glColor4f(red, green, blue, alpha); 286 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) argument 288 getDispatch()->glClearColorx(red, green, blue, alpha); 311 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) argument 313 getDispatch()->glColor4ub(red, green, blue, alpha); 316 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) argument 318 getDispatch()->glColor4x(red, green, blu 321 glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) argument 851 glClearColorxOES(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) argument 866 glColor4xOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) argument [all...] |