Home
last modified time | relevance | path

Searched refs:C2D_ALPHA_BLEND_NONE (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/display/msm8960/libcopybit/
Dc2d2.h274 C2D_ALPHA_BLEND_NONE = (1 << 25), /* disables alpha blending */ enumerator
Dcopybit_c2d.cpp786 ctx->config_mask |= C2D_ALPHA_BLEND_NONE; in set_parameter_copybit()
791 ctx->config_mask &= ~C2D_ALPHA_BLEND_NONE; in set_parameter_copybit()
1291 src_surface.config_mask &= ~C2D_ALPHA_BLEND_NONE; in stretch_copybit_internal()
1302 src_surface.config_mask |= C2D_ALPHA_BLEND_NONE; in stretch_copybit_internal()
/hardware/qcom/display/msm8994/libcopybit/
Dc2d2.h274 C2D_ALPHA_BLEND_NONE = (1 << 25), /* disables alpha blending */ enumerator
Dcopybit_c2d.cpp815 ctx->config_mask |= C2D_ALPHA_BLEND_NONE; in set_parameter_copybit()
820 ctx->config_mask &= ~C2D_ALPHA_BLEND_NONE; in set_parameter_copybit()
1328 src_surface.config_mask &= ~C2D_ALPHA_BLEND_NONE; in stretch_copybit_internal()
1339 src_surface.config_mask |= C2D_ALPHA_BLEND_NONE; in stretch_copybit_internal()
/hardware/qcom/display/msm8974/libcopybit/
Dc2d2.h274 C2D_ALPHA_BLEND_NONE = (1 << 25), /* disables alpha blending */ enumerator
Dcopybit_c2d.cpp805 ctx->config_mask |= C2D_ALPHA_BLEND_NONE; in set_parameter_copybit()
810 ctx->config_mask &= ~C2D_ALPHA_BLEND_NONE; in set_parameter_copybit()
1319 src_surface.config_mask &= ~C2D_ALPHA_BLEND_NONE; in stretch_copybit_internal()
1330 src_surface.config_mask |= C2D_ALPHA_BLEND_NONE; in stretch_copybit_internal()
/hardware/qcom/display/msm8084/libcopybit/
Dc2d2.h274 C2D_ALPHA_BLEND_NONE = (1 << 25), /* disables alpha blending */ enumerator
Dcopybit_c2d.cpp806 ctx->config_mask |= C2D_ALPHA_BLEND_NONE; in set_parameter_copybit()
811 ctx->config_mask &= ~C2D_ALPHA_BLEND_NONE; in set_parameter_copybit()
1319 src_surface.config_mask &= ~C2D_ALPHA_BLEND_NONE; in stretch_copybit_internal()
1330 src_surface.config_mask |= C2D_ALPHA_BLEND_NONE; in stretch_copybit_internal()
/hardware/qcom/display/msm8226/libcopybit/
Dc2d2.h274 C2D_ALPHA_BLEND_NONE = (1 << 25), /* disables alpha blending */ enumerator
Dcopybit_c2d.cpp812 ctx->config_mask |= C2D_ALPHA_BLEND_NONE; in set_parameter_copybit()
817 ctx->config_mask &= ~C2D_ALPHA_BLEND_NONE; in set_parameter_copybit()
1325 src_surface.config_mask &= ~C2D_ALPHA_BLEND_NONE; in stretch_copybit_internal()
1336 src_surface.config_mask |= C2D_ALPHA_BLEND_NONE; in stretch_copybit_internal()
/hardware/qcom/media/libc2dcolorconvert/
DC2DColorConverter.cpp166 …mBlit.config_mask = C2D_ALPHA_BLEND_NONE | C2D_NO_BILINEAR_BIT | C2D_NO_ANTIALIASING_BIT | C2D_TAR… in C2DColorConverter()