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

  /hardware/qcom/display/msm8996/libgralloc1/
gr_utils.h 53 bool IsUncompressedRGBFormat(int format);
gr_utils.cpp 34 bool IsUncompressedRGBFormat(int format) {
gr_allocator.cpp 210 if (IsUncompressedRGBFormat(format)) {
736 if (!gralloc1::IsUncompressedRGBFormat(hnd->format)) {
778 if (IsUncompressedRGBFormat(format)) {
gr_buf_mgr.cpp 449 if (IsUncompressedRGBFormat(inputFormat)) {
  /hardware/qcom/display/msm8998/libgralloc1/
gr_utils.h 53 bool IsUncompressedRGBFormat(int format);
gr_utils.cpp 34 bool IsUncompressedRGBFormat(int format) {
gr_allocator.cpp 202 if (IsUncompressedRGBFormat(format)) {
705 if (!gralloc1::IsUncompressedRGBFormat(hnd->format)) {
745 if (IsUncompressedRGBFormat(format)) {
gr_buf_mgr.cpp 467 if (IsUncompressedRGBFormat(inputFormat)) {

Completed in 122 milliseconds