Home
last modified time | relevance | path

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

/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/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/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/msm8996/libcopybit/
Dc2d2.h275 C2D_ALPHA_BLEND_NONE = (1 << 25), /* disables alpha blending */ enumerator
Dcopybit_c2d.cpp819 ctx->config_mask |= C2D_ALPHA_BLEND_NONE; in set_parameter_copybit()
824 ctx->config_mask &= ~C2D_ALPHA_BLEND_NONE; in set_parameter_copybit()
1327 src_surface.config_mask &= ~C2D_ALPHA_BLEND_NONE; in stretch_copybit_internal()
1338 src_surface.config_mask |= C2D_ALPHA_BLEND_NONE; in stretch_copybit_internal()
/hardware/qcom/display/msm8909/libcopybit/
Dc2d2.h274 C2D_ALPHA_BLEND_NONE = (1 << 25), /* disables alpha blending */ enumerator
Dcopybit_c2d.cpp811 ctx->config_mask |= C2D_ALPHA_BLEND_NONE; in set_parameter_copybit()
816 ctx->config_mask &= ~C2D_ALPHA_BLEND_NONE; in set_parameter_copybit()
1303 src_surface.config_mask &= ~C2D_ALPHA_BLEND_NONE; in stretch_copybit_internal()
1314 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/media/msm8974/libc2dcolorconvert/
DC2DColorConverter.cpp166 …mBlit.config_mask = C2D_ALPHA_BLEND_NONE | C2D_NO_BILINEAR_BIT | C2D_NO_ANTIALIASING_BIT | C2D_TAR… in C2DColorConverter()
/hardware/qcom/media/msm8996/libc2dcolorconvert/
DC2DColorConverter.cpp188 …mBlit.config_mask = C2D_ALPHA_BLEND_NONE | C2D_NO_BILINEAR_BIT | C2D_NO_ANTIALIASING_BIT | C2D_TAR… in C2DColorConverter()