Home
last modified time | relevance | path

Searched refs:IsUBwcSupported (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/display/msm8909/gralloc/
Dgr_utils.h77 bool IsUBwcSupported(int format);
Dgr_utils.cpp483 bool IsUBwcSupported(int format) { in IsUBwcSupported() function
511 if ((prod_usage & GRALLOC1_PRODUCER_USAGE_PRIVATE_ALLOC_UBWC) && IsUBwcSupported(format)) { in IsUBwcEnabled()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_allocator.h76 bool IsUBwcSupported(int format);
Dgr_allocator.cpp511 bool Allocator::IsUBwcSupported(int format) { in IsUBwcSupported() function in gralloc1::Allocator
632 if (IsUBwcSupported(format)) { in IsUBwcEnabled()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_allocator.h76 bool IsUBwcSupported(int format);
Dgr_allocator.cpp513 bool Allocator::IsUBwcSupported(int format) { in IsUBwcSupported() function in gralloc1::Allocator
634 if (IsUBwcSupported(format)) { in IsUBwcEnabled()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_utils.h77 bool IsUBwcSupported(int format);
Dgr_utils.cpp483 bool IsUBwcSupported(int format) { in IsUBwcSupported() function
511 if ((prod_usage & GRALLOC1_PRODUCER_USAGE_PRIVATE_ALLOC_UBWC) && IsUBwcSupported(format)) { in IsUBwcEnabled()
/hardware/qcom/sdm845/display/gralloc/
Dgr_utils.h90 bool IsUBwcSupported(int format);
Dgr_utils.cpp560 bool IsUBwcSupported(int format) { in IsUBwcSupported() function
592 if (IsUBwcSupported(format)) { in IsUBwcEnabled()
/hardware/qcom/sm8150/display/gralloc/
Dgr_utils.h156 bool IsUBwcSupported(int format);
Dgr_utils.cpp642 bool IsUBwcSupported(int format) { in IsUBwcSupported() function
699 && IsUBwcSupported(format)) { in IsUBwcEnabled()