HomeSort by relevance Sort by last modified time
    Searched refs:green (Results 301 - 325 of 798) sorted by null

<<11121314151617181920>>

  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 15 void glClearColorxOES ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
18 void glColor4xOES ( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha )
GLES11.spec 6 void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
  /hardware/ti/omap4xxx/kernel-headers/linux/
omapfb.h 201 struct fb_bitfield green; member in struct:omapfb_ovl_colormode
  /packages/apps/Contacts/src/com/android/contacts/widget/
TextHighlightingAnimation.java 165 color = Color.argb(mAlpha, Color.red(color), Color.green(color), Color.blue(color));
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c 607 for ( i=0; i<vinfo.green.length; ++i ) {
609 vformat->Gmask |= (0x00000001<<vinfo.green.offset);
853 fprintf(stderr, "\tgreen: %d/%d\n", vinfo->green.length, vinfo->green.offset);
1048 vinfo.green.length = vinfo.green.offset = 0;
1090 for ( i=0; i<vinfo.green.length; ++i ) {
1092 Gmask |= (0x00000001<<vinfo.green.offset);
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_enc.h 25 void glClearColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
28 void glColor4f_enc(void *self , GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
70 void glClearColorx_enc(void *self , GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
74 void glColor4ub_enc(void *self , GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
75 void glColor4x_enc(void *self , GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
76 void glColorMask_enc(void *self , GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
200 void glClearColorxOES_enc(void *self , GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
204 void glColor4xOES_enc(void *self , GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
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)
318 ctx->glClearColor(ctx, red, green, blue, alpha)
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
main.css 105 color: green;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
presentation.c 130 color.f[1] = background_color->green;
163 background_color->green = color.f[1];
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_maos_vbtmp.h 197 UNCLAMPED_FLOAT_TO_UBYTE(v[0].rgba.green, col[0][1]);
206 UNCLAMPED_FLOAT_TO_UBYTE(v[0].rgba.green, spec[0][1]);
  /external/chromium_org/webkit/data/test_shell/sort/
sort.js 205 this.swap_x.style.backgroundColor = "green";
206 this.swap_y.style.backgroundColor = "green";
314 this.swap_x.style.backgroundColor="green";
321 this.swap_y.style.backgroundColor="green";
  /external/libpng/contrib/gregbook/
readpng2.c 434 * green and blue values, regardless of color_type: */
441 mainprog_ptr->bg_green = pBackground->green >> 8;
455 mainprog_ptr->bg_green = (uch)pBackground->green;
  /external/libpng/contrib/visupng/
PngFile.c 195 pBkgColor->green = (byte) pBackground->green;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
presentation.c 130 color.f[1] = background_color->green;
163 background_color->green = color.f[1];
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos_vbtmp.h 197 UNCLAMPED_FLOAT_TO_UBYTE(v[0].rgba.green, col[0][1]);
206 UNCLAMPED_FLOAT_TO_UBYTE(v[0].rgba.green, spec[0][1]);
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 243 info.green.offset, info.green.length,
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 149 float green = Float.parseFloat(values[3]); local
152 mVertexColors.set_color(i, new Float4(red, green, blue, 1.0f), false);
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java 164 float green = new Float(values[3]); local
167 mVertexColors.set_color(i, new Float4(red, green, blue, 1.0f), false);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xcms.h 88 unsigned short green; /* scaled from 0x0000 to 0xffff */ member in struct:__anon36613
97 XcmsFloat green; /* 0.0 - 1.0 */ member in struct:__anon36614
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xcms.h 88 unsigned short green; /* scaled from 0x0000 to 0xffff */ member in struct:__anon38203
97 XcmsFloat green; /* 0.0 - 1.0 */ member in struct:__anon38204
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xcms.h 88 unsigned short green; /* scaled from 0x0000 to 0xffff */ member in struct:__anon39718
97 XcmsFloat green; /* 0.0 - 1.0 */ member in struct:__anon39719
  /development/ndk/platforms/android-4/include/GLES/
gl.h 594 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
597 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
641 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
648 GL_API void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES/
gl.h 594 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
597 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
641 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
647 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
648 GL_API void GL_APIENTRY glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_swtcl.c 438 UNCLAMPED_FLOAT_TO_UBYTE(color->green, (c)[1]); \
450 UNCLAMPED_FLOAT_TO_UBYTE(spec->green, (c)[1]); \
460 spec0->green = spec1->green; \
835 UNCLAMPED_FLOAT_TO_CHAN(vert.tv.color.green, color[1]);
841 UNCLAMPED_FLOAT_TO_CHAN(vert.tv.color.green, rc[1]);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
es1_conversion.c 45 _es_ClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha)
48 (GLclampf) (green / 65536.0f),
86 _es_Color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
89 (GLfloat) (green / 255.0f),
95 _es_Color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
98 (GLfloat) (green / 65536.0f),

Completed in 1187 milliseconds

<<11121314151617181920>>