Home
last modified time | relevance | path

Searched refs:C2D_GLOBAL_ALPHA_BIT (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/display/libcopybit/
Dc2d2.h226 C2D_GLOBAL_ALPHA_BIT = (1 << 11), /* enables global_alpha field */ enumerator
Dcopybit_c2d.cpp747 ctx->blitState.config_mask |= C2D_GLOBAL_ALPHA_BIT; in set_parameter_copybit()
749 ctx->blitState.config_mask &=~C2D_GLOBAL_ALPHA_BIT; in set_parameter_copybit()
1196 if(ctx->blitState.config_mask & C2D_GLOBAL_ALPHA_BIT) { in stretch_copybit_internal()