HomeSort by relevance Sort by last modified time
    Searched full:rgba (Results 101 - 125 of 1122) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/tests/RenderScriptTests/SceneGraph/res/raw/
plastic.glsl 17 lowp vec4 col = texture2D(UNI_diffuse, t0).rgba;
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
mmx_blend.S 212 #define GMB_LOAD(rgba, dest, MPP, MQQ) \
213 ONE(MOVD ( REGIND(rgba), MPP )) /* | | | | qa1 | qb1 | qg1 | qr1 */ ;\
216 TWO(MOVQ ( REGIND(rgba), MPP )) /* qa2 | qb2 | qg2 | qr2 | qa1 | qb1 | qg1 | qr1 */ ;\
240 #define GMB_STORE(rgba, MSS ) \
241 ONE(MOVD ( MSS, REGIND(rgba) )) /* | | | | sa1 | sb1 | sg1 | sr1 */ ;\
242 TWO(MOVQ ( MSS, REGIND(rgba) )) /* sa2 | sb2 | sg2 | sr2 | sa1 | sb1 | sg1 | sr1 */
273 #define MAIN( rgba, dest ) \
274 GMB_LOAD( rgba, dest, MM1, MM2 ) ;\
279 GMB_STORE( rgba, MM3 )
294 #define MAIN( rgba, dest )
    [all...]
  /external/mesa3d/src/mesa/x86/
mmx_blend.S 212 #define GMB_LOAD(rgba, dest, MPP, MQQ) \
213 ONE(MOVD ( REGIND(rgba), MPP )) /* | | | | qa1 | qb1 | qg1 | qr1 */ ;\
216 TWO(MOVQ ( REGIND(rgba), MPP )) /* qa2 | qb2 | qg2 | qr2 | qa1 | qb1 | qg1 | qr1 */ ;\
240 #define GMB_STORE(rgba, MSS ) \
241 ONE(MOVD ( MSS, REGIND(rgba) )) /* | | | | sa1 | sb1 | sg1 | sr1 */ ;\
242 TWO(MOVQ ( MSS, REGIND(rgba) )) /* sa2 | sb2 | sg2 | sr2 | sa1 | sb1 | sg1 | sr1 */
273 #define MAIN( rgba, dest ) \
274 GMB_LOAD( rgba, dest, MM1, MM2 ) ;\
279 GMB_STORE( rgba, MM3 )
294 #define MAIN( rgba, dest )
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 567 * \param rgba the quad to put the texel/color into
757 print_sample(const char *function, const float *rgba)
761 rgba[0], rgba[TGSI_NUM_CHANNELS], rgba[2*TGSI_NUM_CHANNELS], rgba[3*TGSI_NUM_CHANNELS]);
766 print_sample_4(const char *function, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE])
770 rgba[0][0], rgba[1][0], rgba[2][0], rgba[3][0]
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 567 * \param rgba the quad to put the texel/color into
757 print_sample(const char *function, const float *rgba)
761 rgba[0], rgba[TGSI_NUM_CHANNELS], rgba[2*TGSI_NUM_CHANNELS], rgba[3*TGSI_NUM_CHANNELS]);
766 print_sample_4(const char *function, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE])
770 rgba[0][0], rgba[1][0], rgba[2][0], rgba[3][0]
    [all...]
  /external/chromium_org/chrome/browser/resources/gaia_auth/
offline.css 69 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
72 box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
79 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
81 box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
107 border: 1px solid rgba(0,0,0,0.1);
137 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
143 box-shadow: 0 1px 1px rgba(0,0,0,0.1);
149 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
153 box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
167 text-shadow: 0 1px rgba(0,0,0,0.1)
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
ProgramFragmentFixedFunction.java 146 RGBA (4);
192 mShader += " col.rgba = texture2D(UNI_Tex0, t0).rgba;\n";
197 case RGBA:
198 mShader += " col.rgba = texture2D(UNI_Tex0, t0).rgba;\n";
208 mShader += " col.rgba *= texture2D(UNI_Tex0, t0).rgba;\n";
213 case RGBA:
214 mShader += " col.rgba *= texture2D(UNI_Tex0, t0).rgba;\n"
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/
timeline_view.css 114 border: 1px solid rgba(0, 0, 0, 0.5);
144 border: 1px solid rgba(0, 0, 0, 0.5);
145 color: rgba(0,0,0,0.8);
154 background-color: rgba(255, 255, 255, 1.0);
155 border: 1px solid rgba(0, 0, 0, 0.8);
156 box-shadow: 0 0 .05em rgba(0, 0, 0, 0.4);
157 color: rgba(0, 0, 0, 1);
171 border: solid 1px rgba(128, 0, 0, 0.2);
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_container.css 44 background: -webkit-linear-gradient(rgba(255,255,255,0.99),
45 rgba(255,255,255,0.95));
46 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3),
47 0 4px 23px 5px rgba(0, 0, 0, 0.2),
48 0 2px 6px rgba(0, 0, 0, 0.15);
53 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3),
54 0 4px 23px 5px rgba(0, 0, 0, 0.2),
55 0 2px 6px rgba(0, 0, 0, 0.15);
screen_error_message.css 40 background-image: -webkit-linear-gradient(rgba(255,255,255,0.99),
41 rgba(255,255,255,0.97));
42 border-bottom: 1px solid rgba(238,238,238,0.97);
57 background-image: -webkit-linear-gradient(rgba(249,249,249,0.97),
58 rgba(249,249,249,0.95));
  /external/chromium_org/chrome/browser/resources/file_manager/js/
tree.css.js 57 'tree-triangle', 'rgba(122, 122, 122, 0.6)', 'rgba(0, 0, 0, 0.6)');
  /external/chromium_org/chrome/common/
instant_types.h 132 // The RGBA color components for the text and links of the theme.
139 // The color in RGBA format where the R, G, B and A values
157 // The theme background color in RGBA format always valid.
160 // The theme text color in RGBA format.
163 // The theme link color in RGBA format.
166 // The theme text color light in RGBA format.
169 // The theme color for the header in RGBA format.
172 // The theme color for the section border in RGBA format.
  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/
canvas-animation-no-clear.html 27 ctx.fillStyle = "rgba(1, 1, 1, 0.01)";
29 ctx.fillStyle = "rgba(0, 255, 0, 0.5)";
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
bootstrap.css 613 border: 1px solid rgba(0, 0, 0, 0.15);
800 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
801 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
802 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
811 border-color: rgba(82, 168, 236, 0.8);
816 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
817 -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
818 box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
    [all...]
  /external/chromium_org/chrome/browser/devtools/frontend/
devtools_discovery_page.html 8 text-shadow: rgba(255, 255, 255, 0.496094) 0px 1px 0px;
40 border: 4px solid rgba(184, 184, 184, 1);
48 background-color: rgba(242, 242, 242, 1);
49 border-color: rgba(110, 116, 128, 1);
58 border-color: rgba(184, 184, 184, 1);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasStyle.h 45 static PassRefPtr<CanvasStyle> createFromRGBA(RGBA32 rgba) { return adoptRef(new CanvasStyle(rgba)); }
58 String color() const { ASSERT(m_type == RGBA || m_type == CMYKA); return Color(m_rgba).serialized(); }
70 enum Type { RGBA, CMYKA, Gradient, ImagePattern, CurrentColor, CurrentColorWithOverrideAlpha };
73 CanvasStyle(RGBA32 rgba);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_paint.c 100 void vegaSetColor(VGPaint paint, VGuint rgba)
116 paint_set_colori(p, rgba);
127 VGuint rgba = 0; local
131 return rgba;
136 return rgba;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
pack.h 54 GLfloat rgba[][4],
148 _mesa_pack_rgba_span_from_uints(struct gl_context *ctx, GLuint n, GLuint rgba[][4],
154 _mesa_pack_rgba_span_from_ints(struct gl_context *ctx, GLuint n, GLint rgba[][4],
160 _mesa_rebase_rgba_float(GLuint n, GLfloat rgba[][4], GLenum baseFormat);
163 _mesa_rebase_rgba_uint(GLuint n, GLuint rgba[][4], GLenum baseFormat);
  /external/chromium_org/ui/webui/resources/css/
tabs.css 34 background: rgba(160, 160, 160, .3);
35 border: 1px solid rgba(160, 160, 160, .3);
58 background: rgba(238, 238, 238, .3);
67 background: rgba(247, 247, 247, .3);
102 box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
  /external/mesa3d/src/gallium/state_trackers/vega/
api_paint.c 100 void vegaSetColor(VGPaint paint, VGuint rgba)
116 paint_set_colori(p, rgba);
127 VGuint rgba = 0; local
131 return rgba;
136 return rgba;
  /external/mesa3d/src/mesa/main/
pack.h 54 GLfloat rgba[][4],
148 _mesa_pack_rgba_span_from_uints(struct gl_context *ctx, GLuint n, GLuint rgba[][4],
154 _mesa_pack_rgba_span_from_ints(struct gl_context *ctx, GLuint n, GLint rgba[][4],
160 _mesa_rebase_rgba_float(GLuint n, GLfloat rgba[][4], GLenum baseFormat);
163 _mesa_rebase_rgba_uint(GLuint n, GLuint rgba[][4], GLenum baseFormat);
  /external/skia/gm/
gammatext.cpp 70 CGFloat rgba[] = { local
76 CGContextSetRGBFillColor(cg, rgba[0], rgba[1], rgba[2], rgba[3]);
  /external/chromium/chrome/browser/resources/
print_preview.css 28 text-shadow: 0 0 1px rgba(80, 108, 164, .5);
33 text-shadow: 0 0 1px rgba(40, 60, 120, .5);
59 -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .1),
60 0 2px 2px rgba(0, 0, 0, .1);
69 border-bottom: 1px solid rgba(255, 255, 255, .5);
104 text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
301 -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .1),
333 -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .15),
349 0 1px 2px rgba(0, 0, 0, .2);
364 text-shadow: 0 1px 0 rgba(255, 255, 255, .5)
    [all...]
  /external/chromium_org/remoting/webapp/
main.css 68 box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
77 box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
83 box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
102 text-shadow: 0px 1px rgba(0,0,0,0.1);
110 text-shadow: 0px 1px rgba(0,0,0,0.3);
116 box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
123 box-shadow:inset 0 0 0 1px rgba(255,255,255,0.5);
127 box-shadow:inset 0 0 0 1px #fff, 0px 1px 1px rgba(0,0,0,0.1);
135 text-shadow: 0px 1px rgba(0,0,0,0.1);
154 background-color: rgba(0,0,0,0.2)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.c 232 GLubyte (*rgba)[4] = span->array->rgba8;
240 COPY_4UBV(rgba[i], color);
253 rgba[i][RCOMP] = FixedToChan(r);
254 rgba[i][GCOMP] = FixedToChan(g);
255 rgba[i][BCOMP] = FixedToChan(b);
256 rgba[i][ACOMP] = FixedToChan(a);
267 GLushort (*rgba)[4] = span->array->rgba16;
275 COPY_4V(rgba[i], color);
279 GLushort (*rgba)[4] = span->array->rgba16;
291 rgba[i][RCOMP] = FixedToChan(r)
    [all...]

Completed in 575 milliseconds

1 2 3 45 6 7 8 91011>>