Searched refs:isAlphaPresent (Results 1 - 11 of 11) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.h170 bool isAlphaPresent(hwc_layer_1_t const* layer);
H A Dhwc_utils.cpp379 if(needsScaling(layer) && isAlphaPresent(layer)) {
385 bool isAlphaPresent(hwc_layer_1_t const* layer) { function in namespace:qhwc
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.h250 bool isAlphaPresent(hwc_layer_1_t const* layer);
H A Dhwc_utils.cpp783 if(needsScaling(layer) && isAlphaPresent(layer)) {
789 bool isAlphaPresent(hwc_layer_1_t const* layer) { function in namespace:qhwc
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.h274 bool isAlphaPresent(hwc_layer_1_t const* layer);
H A Dhwc_utils.cpp770 if(needsScaling(layer) && isAlphaPresent(layer)) {
776 bool isAlphaPresent(hwc_layer_1_t const* layer) { function in namespace:qhwc
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_utils.h296 bool isAlphaPresent(hwc_layer_1_t const* layer);
H A Dhwc_copybit.cpp439 if (isAlphaPresent(layer)) {
H A Dhwc_utils.cpp1012 if(needsScaling(layer) && isAlphaPresent(layer)) {
1018 bool isAlphaPresent(hwc_layer_1_t const* layer) { function in namespace:qhwc
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.h324 bool isAlphaPresent(hwc_layer_1_t const* layer);
H A Dhwc_utils.cpp948 if(needsScaling(layer) && isAlphaPresent(layer)) {
954 bool isAlphaPresent(hwc_layer_1_t const* layer) { function in namespace:qhwc

Completed in 130 milliseconds