HomeSort by relevance Sort by last modified time
    Searched defs:isUBwcEnabled (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/display/msm8994/libgralloc/
alloc_controller.cpp 178 if (isUBwcEnabled(format, usage)) {
489 if (isUBwcEnabled(format, usage)) {
796 bool isUBwcEnabled(int format, int usage)
  /hardware/qcom/display/msm8909/libgralloc/
alloc_controller.cpp 225 bool ubwc_enabled = isUBwcEnabled(format, usage);
542 if (isUBwcEnabled(format, usage)) {
    [all...]
  /hardware/qcom/display/msm8909w_3100/libgralloc/
alloc_controller.cpp 225 bool ubwc_enabled = isUBwcEnabled(format, usage);
542 if (isUBwcEnabled(format, usage)) {
    [all...]
  /hardware/qcom/display/msm8996/libgralloc/
alloc_controller.cpp 220 bool ubwc_enabled = isUBwcEnabled(format, usage);
556 if (isUBwcEnabled(format, usage)) {
722 tiled = isUBwcEnabled(format, usage) || isMacroTileEnabled(format, usage);
    [all...]

Completed in 287 milliseconds