Searched refs:C2D_GLOBAL_ALPHA_BIT (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/display/msm8084/libcopybit/
H A Dc2d2.h226 C2D_GLOBAL_ALPHA_BIT = (1 << 11), /* enables global_alpha field */ enumerator in enum:__anon1405
H A Dcopybit_c2d.cpp798 ctx->config_mask |= C2D_GLOBAL_ALPHA_BIT;
800 ctx->config_mask &= ~C2D_GLOBAL_ALPHA_BIT;
1318 if(src_surface.config_mask & C2D_GLOBAL_ALPHA_BIT) {
/hardware/qcom/display/msm8226/libcopybit/
H A Dc2d2.h226 C2D_GLOBAL_ALPHA_BIT = (1 << 11), /* enables global_alpha field */ enumerator in enum:__anon1483
H A Dcopybit_c2d.cpp804 ctx->config_mask |= C2D_GLOBAL_ALPHA_BIT;
806 ctx->config_mask &= ~C2D_GLOBAL_ALPHA_BIT;
1324 if(src_surface.config_mask & C2D_GLOBAL_ALPHA_BIT) {
/hardware/qcom/display/msm8960/libcopybit/
H A Dc2d2.h226 C2D_GLOBAL_ALPHA_BIT = (1 << 11), /* enables global_alpha field */ enumerator in enum:__anon1554
H A Dcopybit_c2d.cpp778 ctx->config_mask |= C2D_GLOBAL_ALPHA_BIT;
780 ctx->config_mask &= ~C2D_GLOBAL_ALPHA_BIT;
1290 if(src_surface.config_mask & C2D_GLOBAL_ALPHA_BIT) {
/hardware/qcom/display/msm8974/libcopybit/
H A Dc2d2.h226 C2D_GLOBAL_ALPHA_BIT = (1 << 11), /* enables global_alpha field */ enumerator in enum:__anon1620
H A Dcopybit_c2d.cpp797 ctx->config_mask |= C2D_GLOBAL_ALPHA_BIT;
799 ctx->config_mask &= ~C2D_GLOBAL_ALPHA_BIT;
1318 if(src_surface.config_mask & C2D_GLOBAL_ALPHA_BIT) {

Completed in 24 milliseconds