HomeSort by relevance Sort by last modified time
    Searched refs:blue (Results 326 - 350 of 837) sorted by null

<<11121314151617181920>>

  /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 87 color: blue;
  /external/chromium_org/chrome/browser/resources/
flags.css 15 color: blue;
  /external/chromium_org/chrome/browser/resources/ntp_android/
mostvisited_tablet.css 145 color: blue;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
presentation.c 131 color.f[2] = background_color->blue;
164 background_color->blue = color.f[2];
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_maos_vbtmp.h 198 UNCLAMPED_FLOAT_TO_UBYTE(v[0].rgba.blue, col[0][2]);
207 UNCLAMPED_FLOAT_TO_UBYTE(v[0].rgba.blue, spec[0][2]);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java 180 Color blue= display.getSystemColor(SWT.COLOR_BLUE); local
263 gc.setForeground(blue);
  /external/libpng/contrib/gregbook/
readpng2.c 434 * green and blue values, regardless of color_type: */
442 mainprog_ptr->bg_blue = pBackground->blue >> 8;
456 mainprog_ptr->bg_blue = (uch)pBackground->blue;
  /external/libpng/contrib/visupng/
PngFile.c 196 pBkgColor->blue = (byte) pBackground->blue;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
presentation.c 131 color.f[2] = background_color->blue;
164 background_color->blue = color.f[2];
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos_vbtmp.h 198 UNCLAMPED_FLOAT_TO_UBYTE(v[0].rgba.blue, col[0][2]);
207 UNCLAMPED_FLOAT_TO_UBYTE(v[0].rgba.blue, spec[0][2]);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11.spec 6 void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 244 info.blue.offset, info.blue.length
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 150 float blue = Float.parseFloat(values[4]); local
152 mVertexColors.set_color(i, new Float4(red, green, blue, 1.0f), false);
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java 165 float blue = new Float(values[4]); 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 89 unsigned short blue; /* scaled from 0x0000 to 0xffff */ member in struct:__anon36613
98 XcmsFloat blue; /* 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 89 unsigned short blue; /* scaled from 0x0000 to 0xffff */ member in struct:__anon38203
98 XcmsFloat blue; /* 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 89 unsigned short blue; /* scaled from 0x0000 to 0xffff */ member in struct:__anon39718
98 XcmsFloat blue; /* 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/icu/
icu4c.css 65 color: blue;
88 color: blue;
107 color: blue;
  /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 439 UNCLAMPED_FLOAT_TO_UBYTE(color->blue, (c)[2]); \
451 UNCLAMPED_FLOAT_TO_UBYTE(spec->blue, (c)[2]); \
461 spec0->blue = spec1->blue; \
836 UNCLAMPED_FLOAT_TO_CHAN(vert.tv.color.blue, color[2]);
842 UNCLAMPED_FLOAT_TO_CHAN(vert.tv.color.blue, rc[2]);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
es1_conversion.c 45 _es_ClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha)
49 (GLclampf) (blue / 65536.0f),
86 _es_Color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
90 (GLfloat) (blue / 255.0f),
95 _es_Color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
99 (GLfloat) (blue / 65536.0f),
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blit.c 388 GLfloat red, green, blue, alpha; local
411 blue = lerp_2d(colWeight, rowWeight,
420 dstColor[dstCol][BCOMP] = IFLOOR(blue);
445 GLfloat red, green, blue, alpha; local
468 blue = lerp_2d(colWeight, rowWeight,
477 dstColor[dstCol][BCOMP] = blue;

Completed in 1329 milliseconds

<<11121314151617181920>>