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

/external/skia/src/core/
H A DSkPM4fPriv.h19 static inline Sk4f set_alpha(const Sk4f& px, float alpha) { function
/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/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 89 milliseconds