Searched defs:set_alpha (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_composite.c281 boolean set_alpha = FALSE; local
294 set_alpha = (xa_format_type_is_color(src_pic_format) &&
297 if (set_alpha)
H A Dxa_tgsi.c377 boolean repeat_none, boolean swizzle, boolean set_alpha)
402 if (set_alpha)
422 if (set_alpha)
372 xrender_tex(struct ureg_program *ureg, struct ureg_dst dst, struct ureg_src coords, struct ureg_src sampler, struct ureg_src imm0, boolean repeat_none, boolean swizzle, boolean set_alpha) argument
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_composite.c281 boolean set_alpha = FALSE; local
294 set_alpha = (xa_format_type_is_color(src_pic_format) &&
297 if (set_alpha)
H A Dxa_tgsi.c377 boolean repeat_none, boolean swizzle, boolean set_alpha)
402 if (set_alpha)
422 if (set_alpha)
372 xrender_tex(struct ureg_program *ureg, struct ureg_dst dst, struct ureg_src coords, struct ureg_src sampler, struct ureg_src imm0, boolean repeat_none, boolean swizzle, boolean set_alpha) argument
/external/chromium_org/ash/system/tray/
H A Dtray_background_view.cc95 set_alpha(kTrayBackgroundAlpha);
149 void set_alpha(int alpha) { color_ = SkColorSetARGB(alpha, 0, 0, 0); } function in class:ash::internal::TrayBackground
410 background_->set_alpha(hide_background_animator_.alpha() +
612 background_->set_alpha(kTrayBackgroundHoverAlpha);
614 background_->set_alpha(kTrayBackgroundAlpha);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_composite.c236 boolean set_alpha = FALSE; local
264 set_alpha = TRUE; /* fall trough */
270 set_alpha = TRUE; /* fall through */
286 if (set_alpha)
H A Dxorg_exa_tgsi.c400 boolean set_alpha)
427 if (set_alpha)
447 if (set_alpha)
393 xrender_tex(struct ureg_program *ureg, struct ureg_dst dst, struct ureg_src coords, struct ureg_src sampler, struct ureg_src imm0, boolean repeat_none, boolean swizzle, boolean set_alpha) argument
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_composite.c236 boolean set_alpha = FALSE; local
264 set_alpha = TRUE; /* fall trough */
270 set_alpha = TRUE; /* fall through */
286 if (set_alpha)
H A Dxorg_exa_tgsi.c400 boolean set_alpha)
427 if (set_alpha)
447 if (set_alpha)
393 xrender_tex(struct ureg_program *ureg, struct ureg_dst dst, struct ureg_src coords, struct ureg_src sampler, struct ureg_src imm0, boolean repeat_none, boolean swizzle, boolean set_alpha) argument

Completed in 329 milliseconds