Home
last modified time | relevance | path

Searched refs:const_color (Results 1 – 20 of 20) sorted by relevance

/hardware/qcom/display/msm8996/libcopybit/
Dcopybit.cpp637 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in clear_copybit()
638 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in clear_copybit()
639 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in clear_copybit()
640 req->const_color.alpha = MDP_ALPHA_NOP; in clear_copybit()
690 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in fill_color()
691 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in fill_color()
692 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in fill_color()
693 req->const_color.alpha = (uint32_t)((color >> 24) & 0xff); in fill_color()
/hardware/qcom/sdm845/display/libcopybit/
Dcopybit.cpp639 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in clear_copybit()
640 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in clear_copybit()
641 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in clear_copybit()
642 req->const_color.alpha = MDP_ALPHA_NOP; in clear_copybit()
692 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in fill_color()
693 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in fill_color()
694 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in fill_color()
695 req->const_color.alpha = (uint32_t)((color >> 24) & 0xff); in fill_color()
/hardware/qcom/display/msm8994/libcopybit/
Dcopybit.cpp617 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in clear_copybit()
618 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in clear_copybit()
619 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in clear_copybit()
620 req->const_color.alpha = MDP_ALPHA_NOP; in clear_copybit()
670 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in fill_color()
671 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in fill_color()
672 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in fill_color()
673 req->const_color.alpha = (uint32_t)((color >> 24) & 0xff); in fill_color()
/hardware/qcom/display/msm8909/libcopybit/
Dcopybit.cpp639 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in clear_copybit()
640 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in clear_copybit()
641 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in clear_copybit()
642 req->const_color.alpha = MDP_ALPHA_NOP; in clear_copybit()
692 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in fill_color()
693 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in fill_color()
694 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in fill_color()
695 req->const_color.alpha = (uint32_t)((color >> 24) & 0xff); in fill_color()
/hardware/qcom/display/msm8909w_3100/libcopybit/
Dcopybit.cpp639 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in clear_copybit()
640 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in clear_copybit()
641 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in clear_copybit()
642 req->const_color.alpha = MDP_ALPHA_NOP; in clear_copybit()
692 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in fill_color()
693 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in fill_color()
694 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in fill_color()
695 req->const_color.alpha = (uint32_t)((color >> 24) & 0xff); in fill_color()
/hardware/qcom/display/msm8998/libcopybit/
Dcopybit.cpp637 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in clear_copybit()
638 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in clear_copybit()
639 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in clear_copybit()
640 req->const_color.alpha = MDP_ALPHA_NOP; in clear_copybit()
690 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in fill_color()
691 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in fill_color()
692 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in fill_color()
693 req->const_color.alpha = (uint32_t)((color >> 24) & 0xff); in fill_color()
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit.cpp605 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in clear_copybit()
606 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in clear_copybit()
607 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in clear_copybit()
608 req->const_color.alpha = MDP_ALPHA_NOP; in clear_copybit()
658 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in fill_color()
659 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in fill_color()
660 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in fill_color()
661 req->const_color.alpha = (uint32_t)((color >> 24) & 0xff); in fill_color()
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit.cpp605 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in clear_copybit()
606 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in clear_copybit()
607 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in clear_copybit()
608 req->const_color.alpha = MDP_ALPHA_NOP; in clear_copybit()
658 req->const_color.r = (uint32_t)((color >> 0) & 0xff); in fill_color()
659 req->const_color.g = (uint32_t)((color >> 8) & 0xff); in fill_color()
660 req->const_color.b = (uint32_t)((color >> 16) & 0xff); in fill_color()
661 req->const_color.alpha = (uint32_t)((color >> 24) & 0xff); in fill_color()
/hardware/qcom/msm8x26/original-kernel-headers/linux/
Dmsm_mdp.h291 struct color const_color; member
/hardware/qcom/msm8x26/kernel-headers/linux/
Dmsm_mdp.h304 struct color const_color; member
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dmsm_mdp.h289 struct color const_color; member
/hardware/qcom/msm8x84/kernel-headers/linux/
Dmsm_mdp.h301 struct color const_color; member
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dmsm_mdp.h311 struct color const_color; member
/hardware/qcom/msm8994/kernel-headers/linux/
Dmsm_mdp.h322 struct color const_color; member
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_mdp.h385 struct color const_color; member
/hardware/qcom/msm8998/kernel-headers/linux/
Dmsm_mdp.h391 struct color const_color; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_mdp.h361 struct color const_color; member
/hardware/qcom/msm8x09/original-kernel-headers/linux/
Dmsm_mdp.h360 struct color const_color; member
/hardware/qcom/msm8x09/kernel-headers/linux/
Dmsm_mdp.h311 struct color const_color; member
/hardware/qcom/msm8998/original-kernel-headers/linux/
Dmsm_mdp.h367 struct color const_color; member