Searched defs:IsUBwcEnabled (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/sdm845/libgralloc1/
H A Dgr_utils.cpp186 if (IsUBwcEnabled(format, prod_usage, cons_usage)) {
497 bool IsUBwcEnabled(int format, gralloc1_producer_usage_t prod_usage, function in namespace:gralloc1
674 bool ubwc_enabled = IsUBwcEnabled(format, prod_usage, cons_usage);
/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_allocator.cpp206 if (IsUBwcEnabled(format, prod_usage, cons_usage)) {
601 bool Allocator::IsUBwcEnabled(int format, gralloc1_producer_usage_t prod_usage, function in class:gralloc1::Allocator
775 bool ubwc_enabled = IsUBwcEnabled(format, prod_usage, cons_usage);
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_allocator.cpp204 if (IsUBwcEnabled(format, prod_usage, cons_usage)) {
600 bool Allocator::IsUBwcEnabled(int format, gralloc1_producer_usage_t prod_usage, function in class:gralloc1::Allocator
774 bool ubwc_enabled = IsUBwcEnabled(format, prod_usage, cons_usage);

Completed in 14 milliseconds