Searched refs:red (Results 276 - 300 of 545) sorted by relevance

<<11121314151617181920>>

/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dx86p_16.asm378 and edx,1110000000000000b ; red
401 and edx,1110000000000000b ; red
475 and edx,1110000000000000b ; red
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.c1344 rj = all[j].red >> 8;
1358 colors[c->pixel].r = c->red >> 8;
1393 xcmap[i].red = (colors[i].r<<8)|colors[i].r;
1440 col.red = want[i].r << 8;
1447 colors[col.pixel].r = col.red >> 8;
1483 xcmap[i].red = ramp[0*256+c];
/external/bison/src/
H A Dprint-xml.c93 int red = state_reduction_find (s, &rules[r]); local
95 if (reds->lookahead_tokens && red != -1)
/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc144 void TestGLES2Interface::ClearColor(GLclampf red, argument
148 test_context_->clearColor(red, green, blue, alpha);
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dpopup.css146 stroke: red;
/external/chromium_org/native_client_sdk/src/doc/doxygen/
H A Dstylesheet.css128 color: red;
/external/chromium_org/ppapi/c/documentation/
H A Dstylesheet.css124 color: red;
/external/chromium_org/ppapi/cpp/documentation/
H A Dstylesheet.css124 color: red;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
H A Dmain.css213 color: red;
/external/chromium_org/third_party/angle/src/common/
H A Dmathutil.h183 unsigned int convertRGBFloatsTo999E5(float red, float green, float blue);
184 void convert999E5toRGBFloats(unsigned int input, float *red, float *green, float *blue);
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_ycbcr_texture.spec127 YCbCr, not RGB. Queries of the texture's red, green and blue component
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/fbdev/
H A Dnative_fbdev.c127 if (vinfo->red.length == 8 &&
135 if (vinfo->red.length == 5 &&
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_crtc.c154 crtc_gamma_set(xf86CrtcPtr crtc, CARD16 * red, CARD16 * green, CARD16 * blue, argument
160 drmModeCrtcSetGamma(ms->fd, crtcp->drm_crtc->crtc_id, size, red, green, blue);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Daccum.c43 _mesa_ClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ) argument
49 tmp[0] = CLAMP( red, -1.0F, 1.0F );
H A Dclear.c63 * \param red red color component.
75 _mesa_ClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) argument
81 tmp[0] = red;
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp99 virtual void clearColor (float red, float green, float blue, float alpha) = DE_NULL;
130 virtual void blendColor (float red, float green, float blue, float alpha) = DE_NULL;
H A DsglrGLContext.hpp111 virtual void clearColor (float red, float green, float blue, float alpha);
142 virtual void blendColor (float red, float green, float blue, float alpha);
/external/deqp/modules/gles2/functional/
H A Des2fDitheringTests.cpp65 static const char* const s_channelNames[4] = { "red", "green", "blue", "alpha" };
294 errorMask.setPixel(x, y, tcu::RGBA::red);
397 errorMask.setPixel(x, y, tcu::RGBA::red);
514 { "red", Vec4(1.0f, 0.0f, 0.0f, 1.0f) },
/external/deqp/modules/gles3/functional/
H A Des3fDitheringTests.cpp65 static const char* const s_channelNames[4] = { "red", "green", "blue", "alpha" };
294 errorMask.setPixel(x, y, tcu::RGBA::red);
397 errorMask.setPixel(x, y, tcu::RGBA::red);
514 { "red", Vec4(1.0f, 0.0f, 0.0f, 1.0f) },
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DUtils.java153 int da = rgb2.red - rgb.red;
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractImmutableSetTest.java331 for (Integer red : colorElem) {
334 webSafeColorsBuilder.add((red << 16) + (green << 8) + blue);
/external/libpng/
H A Dpngwtran.c182 shift_start[channels] = row_info->bit_depth - bit_depth->red;
183 shift_dec[channels] = bit_depth->red;
/external/linux-tools-perf/perf-3.12.0/lib/
H A Drbtree.c28 * red-black trees properties: http://en.wikipedia.org/wiki/Rbtree
30 * 1) A node is either red or black
33 * 4) Both children of every red node are black
38 * consecutive red nodes in a path and every red node is therefore followed by
42 * We shall indicate color with case, where black nodes are uppercase and red
43 * nodes will be lowercase. Unknown color nodes shall be drawn as red within
52 static inline struct rb_node *rb_red_parent(struct rb_node *red) argument
54 return (struct rb_node *)red->__rb_parent_color;
80 * Loop invariant: node is red
[all...]
/external/llvm/docs/_static/
H A Dllvm.css63 .doc_warning { color: red; font-weight: bold }
/external/mesa3d/docs/
H A DMESA_ycbcr_texture.spec127 YCbCr, not RGB. Queries of the texture's red, green and blue component

Completed in 573 milliseconds

<<11121314151617181920>>