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

/hardware/qcom/display/msm8994/libgralloc/
H A Dalloc_controller.cpp176 if (isUBwcEnabled(format, usage)) {
484 if (isUBwcEnabled(format, usage)) {
787 bool isUBwcEnabled(int format, int usage) function
/hardware/qcom/display/msm8996/libgralloc/
H A Dalloc_controller.cpp219 bool ubwc_enabled = isUBwcEnabled(format, usage);
552 if (isUBwcEnabled(format, usage)) {
715 tiled = isUBwcEnabled(format, usage) || isMacroTileEnabled(format, usage);
888 if(isUBwcEnabled(format, usage)) {
950 bool isUBwcEnabled(int format, int usage) function
/hardware/qcom/display/msm8998/libgralloc/
H A Dalloc_controller.cpp240 bool ubwc_enabled = isUBwcEnabled(format, usage);
576 if (isUBwcEnabled(format, usage)) {
738 tiled = isUBwcEnabled(format, usage) || isMacroTileEnabled(format, usage);
911 if(isUBwcEnabled(format, usage)) {
973 bool isUBwcEnabled(int format, int usage) function

Completed in 8 milliseconds