Searched refs:blue (Results 226 - 250 of 473) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h31 GLAPI void APIENTRY GLAPI_PREFIX(Color3b)(GLbyte red, GLbyte green, GLbyte blue);
33 GLAPI void APIENTRY GLAPI_PREFIX(Color3d)(GLdouble red, GLdouble green, GLdouble blue);
35 GLAPI void APIENTRY GLAPI_PREFIX(Color3f)(GLfloat red, GLfloat green, GLfloat blue);
37 GLAPI void APIENTRY GLAPI_PREFIX(Color3i)(GLint red, GLint green, GLint blue);
39 GLAPI void APIENTRY GLAPI_PREFIX(Color3s)(GLshort red, GLshort green, GLshort blue);
41 GLAPI void APIENTRY GLAPI_PREFIX(Color3ub)(GLubyte red, GLubyte green, GLubyte blue);
43 GLAPI void APIENTRY GLAPI_PREFIX(Color3ui)(GLuint red, GLuint green, GLuint blue);
45 GLAPI void APIENTRY GLAPI_PREFIX(Color3us)(GLushort red, GLushort green, GLushort blue);
47 GLAPI void APIENTRY GLAPI_PREFIX(Color4b)(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha);
49 GLAPI void APIENTRY GLAPI_PREFIX(Color4d)(GLdouble red, GLdouble green, GLdouble blue, GLdoubl
1463 Color3b(GLbyte red, GLbyte green, GLbyte blue) argument
1477 Color3d(GLdouble red, GLdouble green, GLdouble blue) argument
1491 Color3f(GLfloat red, GLfloat green, GLfloat blue) argument
1505 Color3i(GLint red, GLint green, GLint blue) argument
1519 Color3s(GLshort red, GLshort green, GLshort blue) argument
1533 Color3ub(GLubyte red, GLubyte green, GLubyte blue) argument
1547 Color3ui(GLuint red, GLuint green, GLuint blue) argument
1561 Color3us(GLushort red, GLushort green, GLushort blue) argument
1575 Color4b(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) argument
1589 Color4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) argument
1603 Color4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) argument
1617 Color4i(GLint red, GLint green, GLint blue, GLint alpha) argument
1631 Color4s(GLshort red, GLshort green, GLshort blue, GLshort alpha) argument
1645 Color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) argument
1659 Color4ui(GLuint red, GLuint green, GLuint blue, GLuint alpha) argument
1673 Color4us(GLushort red, GLushort green, GLushort blue, GLushort alpha) argument
2828 ClearAccum(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) argument
2842 ClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) argument
2870 ColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) argument
3872 BlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) argument
3879 BlendColorEXT(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) argument
7833 SecondaryColor3bEXT(GLbyte red, GLbyte green, GLbyte blue) argument
7840 SecondaryColor3b(GLbyte red, GLbyte green, GLbyte blue) argument
7861 SecondaryColor3dEXT(GLdouble red, GLdouble green, GLdouble blue) argument
7868 SecondaryColor3d(GLdouble red, GLdouble green, GLdouble blue) argument
7889 SecondaryColor3fEXT(GLfloat red, GLfloat green, GLfloat blue) argument
7896 SecondaryColor3f(GLfloat red, GLfloat green, GLfloat blue) argument
7917 SecondaryColor3iEXT(GLint red, GLint green, GLint blue) argument
7924 SecondaryColor3i(GLint red, GLint green, GLint blue) argument
7945 SecondaryColor3sEXT(GLshort red, GLshort green, GLshort blue) argument
7952 SecondaryColor3s(GLshort red, GLshort green, GLshort blue) argument
7973 SecondaryColor3ubEXT(GLubyte red, GLubyte green, GLubyte blue) argument
7980 SecondaryColor3ub(GLubyte red, GLubyte green, GLubyte blue) argument
8001 SecondaryColor3uiEXT(GLuint red, GLuint green, GLuint blue) argument
8008 SecondaryColor3ui(GLuint red, GLuint green, GLuint blue) argument
8029 SecondaryColor3usEXT(GLushort red, GLushort green, GLushort blue) argument
8036 SecondaryColor3us(GLushort red, GLushort green, GLushort blue) argument
[all...]
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl.h779 GLAPI void GLAPIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha );
785 GLAPI void GLAPIENTRY glColorMask( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha );
886 GLAPI void GLAPIENTRY glClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha );
1019 GLAPI void GLAPIENTRY glColor3b( GLbyte red, GLbyte green, GLbyte blue );
1020 GLAPI void GLAPIENTRY glColor3d( GLdouble red, GLdouble green, GLdouble blue );
1021 GLAPI void GLAPIENTRY glColor3f( GLfloat red, GLfloat green, GLfloat blue );
1022 GLAPI void GLAPIENTRY glColor3i( GLint red, GLint green, GLint blue );
1023 GLAPI void GLAPIENTRY glColor3s( GLshort red, GLshort green, GLshort blue );
1024 GLAPI void GLAPIENTRY glColor3ub( GLubyte red, GLubyte green, GLubyte blue );
1025 GLAPI void GLAPIENTRY glColor3ui( GLuint red, GLuint green, GLuint blue );
[all...]
/external/mesa3d/include/GL/
H A Dgl.h778 GLAPI void GLAPIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha );
784 GLAPI void GLAPIENTRY glColorMask( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha );
885 GLAPI void GLAPIENTRY glClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha );
1018 GLAPI void GLAPIENTRY glColor3b( GLbyte red, GLbyte green, GLbyte blue );
1019 GLAPI void GLAPIENTRY glColor3d( GLdouble red, GLdouble green, GLdouble blue );
1020 GLAPI void GLAPIENTRY glColor3f( GLfloat red, GLfloat green, GLfloat blue );
1021 GLAPI void GLAPIENTRY glColor3i( GLint red, GLint green, GLint blue );
1022 GLAPI void GLAPIENTRY glColor3s( GLshort red, GLshort green, GLshort blue );
1023 GLAPI void GLAPIENTRY glColor3ub( GLubyte red, GLubyte green, GLubyte blue );
1024 GLAPI void GLAPIENTRY glColor3ui( GLuint red, GLuint green, GLuint blue );
[all...]
/external/chromium_org/third_party/libpng/
H A Dpngrutil.c580 pal_ptr->blue = buf[2];
591 palette[i].blue = buf[2];
809 png_ptr->sig_bit.blue = buf[2];
817 png_ptr->sig_bit.blue = buf[0];
1285 pp->blue = *entry_start++;
1292 pp->blue = png_get_uint_16(entry_start); entry_start += 2;
1306 pp[i].blue = *entry_start++;
1313 pp[i].blue = png_get_uint_16(entry_start); entry_start += 2;
1383 png_ptr->trans_values.blue = png_get_uint_16(buf + 4);
1493 png_ptr->background.blue
[all...]
/external/qemu/distrib/libpng-1.2.46/
H A Dpngrutil.c596 pal_ptr->blue = buf[2];
607 palette[i].blue = buf[2];
825 png_ptr->sig_bit.blue = buf[2];
833 png_ptr->sig_bit.blue = buf[0];
1301 pp->blue = *entry_start++;
1308 pp->blue = png_get_uint_16(entry_start); entry_start += 2;
1322 pp[i].blue = *entry_start++;
1329 pp[i].blue = png_get_uint_16(entry_start); entry_start += 2;
1399 png_ptr->trans_values.blue = png_get_uint_16(buf + 4);
1509 png_ptr->background.blue
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_span.c94 span->blue = b;
99 span->blue = IntToFixed(b);
237 color[BCOMP] = FixedToInt(span->blue);
246 GLfixed b = span->blue;
272 color[BCOMP] = FixedToInt(span->blue);
284 b = span->blue;
337 /* interpolate red/green/blue/alpha to get float colors */
342 GLfloat b = FixedToFloat(span->blue);
351 GLfloat b = FixedToFloat(span->blue);
778 span->blue
[all...]
H A Ds_points.c111 span.blue = ChanToFixed(vert->color[2]);
284 span.blue = ChanToFixed(vert->color[2]);
388 span.blue = ChanToFixed(vert->color[2]);
/external/libpng/
H A Dpngwrite.c663 png_uint_32 blue = (png_uint_32)((s2 - s1) & 0xffffL); local
666 *(rp + 4) = (png_byte)((blue >> 8) & 0xff);
667 *(rp + 5) = (png_byte)(blue & 0xff);
2025 palette[i].blue = (png_byte)PNG_sRGB_FROM_LINEAR(255 *
2034 palette[i].blue = palette[i].red = palette[i].green =
2057 palette[i].blue = png_unpremultiply(entry[afirst + (2 ^ bgr)],
2066 palette[i].blue = palette[i].red = palette[i].green =
2085 palette[i].blue = entry[afirst + (2 ^ bgr)];
2096 palette[i].blue = palette[i].red = palette[i].green =
2191 /* blue */ 1500
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_span.c94 span->blue = b;
99 span->blue = IntToFixed(b);
237 color[BCOMP] = FixedToInt(span->blue);
246 GLfixed b = span->blue;
272 color[BCOMP] = FixedToInt(span->blue);
284 b = span->blue;
337 /* interpolate red/green/blue/alpha to get float colors */
342 GLfloat b = FixedToFloat(span->blue);
351 GLfloat b = FixedToFloat(span->blue);
778 span->blue
[all...]
H A Ds_points.c111 span.blue = ChanToFixed(vert->color[2]);
284 span.blue = ChanToFixed(vert->color[2]);
388 span.blue = ChanToFixed(vert->color[2]);
/external/opencv/otherlibs/highgui/
H A Dgrfmt_exr.cpp496 Y = (Y - b * m_chroma.blue[1] - r * m_chroma.red[1]) / m_chroma.green[1];
537 out[i] = in[n] * m_chroma.blue[0] + in[n + 1] * m_chroma.green[0] + in[n + 2] * m_chroma.red[0];
543 o[i] = (uchar) (in[n] * m_chroma.blue[0] + in[n + 1] * m_chroma.green[0] + in[n + 2] * m_chroma.red[0]);
555 ((int *)out)[i] = int(si[n] * m_chroma.blue[0] + si[n + 1] * m_chroma.green[0] + si[n + 2] * m_chroma.red[0]);
561 ((uchar *)out)[i] = uchar((ui[n] * m_chroma.blue[0] + ui[n + 1] * m_chroma.green[0] + ui[n + 2] * m_chroma.red[0]) * (256.0 / 4294967296.0));
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_composite.cpp120 int blue; member in struct:_RGB
124 return (color.red * 30 + color.green * 59 + color.blue * 11) / 100;
133 if (color.blue < n) {
134 n = color.blue;
140 if (color.blue > x) {
141 x = color.blue;
146 color.blue = l + ((color.blue - l) * l / (l - n));
151 color.blue = l + ((color.blue
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h75 virtual void blendColor(WGC3Dclampf red, WGC3Dclampf green, WGC3Dclampf blue, WGC3Dclampf alpha) { } argument
90 virtual void clearColor(WGC3Dclampf red, WGC3Dclampf green, WGC3Dclampf blue, WGC3Dclampf alpha) { } argument
93 virtual void colorMask(WGC3Dboolean red, WGC3Dboolean green, WGC3Dboolean blue, WGC3Dboolean alpha) { } argument
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp50 gl::unorm<8>(color.blue),
183 DWORD ConvertColorMask(bool red, bool green, bool blue, bool alpha) argument
187 (blue ? D3DCOLORWRITEENABLE_BLUE : 0) |
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLNoOpInterface.cpp53 GrGLclampf blue,
77 GrGLclampf blue,
86 GrGLboolean blue,
51 noOpGLBlendColor(GrGLclampf red, GrGLclampf green, GrGLclampf blue, GrGLclampf alpha) argument
75 noOpGLClearColor(GrGLclampf red, GrGLclampf green, GrGLclampf blue, GrGLclampf alpha) argument
84 noOpGLColorMask(GrGLboolean red, GrGLboolean green, GrGLboolean blue, GrGLboolean alpha) argument
/external/skia/src/gpu/gl/
H A DGrGLNoOpInterface.cpp53 GrGLclampf blue,
77 GrGLclampf blue,
86 GrGLboolean blue,
51 noOpGLBlendColor(GrGLclampf red, GrGLclampf green, GrGLclampf blue, GrGLclampf alpha) argument
75 noOpGLClearColor(GrGLclampf red, GrGLclampf green, GrGLclampf blue, GrGLclampf alpha) argument
84 noOpGLColorMask(GrGLboolean red, GrGLboolean green, GrGLboolean blue, GrGLboolean alpha) argument
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc83 GLclampf blue,
87 glBlendColor(red, green, blue, alpha);
166 GLclampf blue,
170 glClearColor(red, green, blue, alpha);
191 GLboolean blue,
195 glColorMask(red, green, blue, alpha);
80 BlendColor(PP_Resource context_id, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) argument
163 ClearColor(PP_Resource context_id, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) argument
188 ColorMask(PP_Resource context_id, GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) argument
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c53 glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) { argument
55 glGetCurrentContextPPAPI(), red, green, blue, alpha); local
104 glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) { argument
106 glGetCurrentContextPPAPI(), red, green, blue, alpha); local
118 glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) { argument
120 glGetCurrentContextPPAPI(), red, green, blue, alpha); local
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dx86p_16.asm374 and eax,BYTE 11000b ; blue
397 and eax,BYTE 11000b ; blue
471 and eax,BYTE 11000b ; blue
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.c1346 bj = all[j].blue >> 8;
1360 colors[c->pixel].b = c->blue >> 8;
1395 xcmap[i].blue = (colors[i].b<<8)|colors[i].b;
1442 col.blue = want[i].b << 8;
1449 colors[col.pixel].b = col.blue >> 8;
1485 xcmap[i].blue = ramp[2*256+c];
/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc146 GLclampf blue,
148 test_context_->clearColor(red, green, blue, alpha);
144 ClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) argument
/external/chromium_org/chrome/browser/resources/
H A Dcomponents.css11 color: blue;
H A Dplugins.css11 color: blue;
/external/chromium_org/chrome/browser/resources/feedback/css/
H A Dfeedback.css171 button.blue-button {
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dpopup.css127 stroke: blue;

Completed in 1139 milliseconds

1234567891011>>