Home
last modified time | relevance | path

Searched refs:isUBwcSupported (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/display/msm8994/libgralloc/
Dalloc_controller.cpp772 static bool isUBwcSupported(int format) in isUBwcSupported() function
790 ((usage & GRALLOC_USAGE_PRIVATE_ALLOC_UBWC) && isUBwcSupported(format))) in isUBwcEnabled()
/hardware/qcom/display/msm8996/libgralloc/
Dalloc_controller.cpp928 static bool isUBwcSupported(int format) in isUBwcSupported() function
960 if ((usage & GRALLOC_USAGE_PRIVATE_ALLOC_UBWC) && isUBwcSupported(format)) { in isUBwcEnabled()