Searched defs:blue (Results 1 - 10 of 10) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
H A DGLColor.java23 public final int blue; field in class:GLColor
26 public GLColor(int red, int green, int blue, int alpha) { argument
29 this.blue = blue;
33 public GLColor(int red, int green, int blue) { argument
36 this.blue = blue;
46 blue == color.blue &&
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
H A Dplasma.c140 static uint16_t make565(int red, int green, int blue) argument
144 ((blue >> 3) & 0x001f) );
/development/ndk/platforms/android-9/samples/native-plasma/jni/
H A Dplasma.c145 static uint16_t make565(int red, int green, int blue) argument
149 ((blue >> 3) & 0x001f) );
/development/ndk/platforms/android-3/include/linux/
H A Dfb.h218 struct fb_bitfield blue; member in struct:fb_var_screeninfo
248 __u16 *blue; member in struct:fb_cmap
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DMatrixTrackingGL.java105 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, blue, alph
765 glColor4ub(byte red, byte green, byte blue, byte alpha) argument
[all...]
/development/tools/emulator/opengl/system/GLESv2_enc/
H A Dgl2_enc.cpp131 void glBlendColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) argument
145 memcpy(ptr, &blue, 4); ptr += 4;
291 void glClearColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) argument
305 memcpy(ptr, &blue, 4); ptr += 4;
339 void glColorMask_enc(void *self , GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) argument
353 memcpy(ptr, &blue, 1); ptr += 1;
H A Dgl2_entry.cpp16 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 Dgl_enc.cpp33 void glClearColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) argument
47 memcpy(ptr, &blue, 4); ptr += 4;
84 void glColor4f_enc(void *self , GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) argument
98 memcpy(ptr, &blue, 4); ptr += 4;
818 void glClearColorx_enc(void *self , GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) argument
832 memcpy(ptr, &blue, 4); ptr += 4;
881 void glColor4ub_enc(void *self , GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) argument
895 memcpy(ptr, &blue, 1); ptr += 1;
899 void glColor4x_enc(void *self , GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) argument
913 memcpy(ptr, &blue,
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 Dgl_entry.cpp10 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, blue, alph
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 Dgles.cpp61 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, blue, alph
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...]

Completed in 313 milliseconds