HomeSort by relevance Sort by last modified time
    Searched refs:GetBppForUncompressedRGB (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/display/msm8996/libgralloc1/
gr_utils.h 54 uint32_t GetBppForUncompressedRGB(int format);
gr_utils.cpp 102 uint32_t GetBppForUncompressedRGB(int format) {
gr_allocator.cpp 211 uint32_t bpp = GetBppForUncompressedRGB(format);
712 bpp = GetBppForUncompressedRGB(format);
747 uint32_t bpp = GetBppForUncompressedRGB(hnd->format);
  /hardware/qcom/display/msm8998/libgralloc1/
gr_utils.h 54 uint32_t GetBppForUncompressedRGB(int format);
gr_utils.cpp 101 uint32_t GetBppForUncompressedRGB(int format) {
gr_allocator.cpp 203 uint32_t bpp = GetBppForUncompressedRGB(format);
681 bpp = GetBppForUncompressedRGB(format);
716 uint32_t bpp = GetBppForUncompressedRGB(hnd->format);

Completed in 236 milliseconds