Searched refs:inputFormat (Results 1 – 12 of 12) sorted by relevance
/hardware/qcom/display/msm8084/libgralloc/ |
D | gpu.cpp | 174 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, in getGrallocInformationFromFormat() argument 179 if (inputFormat <= HAL_PIXEL_FORMAT_BGRA_8888) { in getGrallocInformationFromFormat() 182 } else if ((inputFormat == HAL_PIXEL_FORMAT_R_8) || in getGrallocInformationFromFormat() 183 (inputFormat == HAL_PIXEL_FORMAT_RG_88)) { in getGrallocInformationFromFormat()
|
D | gpu.h | 70 void getGrallocInformationFromFormat(int inputFormat,
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | gpu.cpp | 178 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, in getGrallocInformationFromFormat() argument 183 if (inputFormat <= HAL_PIXEL_FORMAT_BGRA_8888) { in getGrallocInformationFromFormat() 186 } else if ((inputFormat == HAL_PIXEL_FORMAT_R_8) || in getGrallocInformationFromFormat() 187 (inputFormat == HAL_PIXEL_FORMAT_RG_88)) { in getGrallocInformationFromFormat()
|
D | gpu.h | 70 void getGrallocInformationFromFormat(int inputFormat,
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | gpu.cpp | 161 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, in getGrallocInformationFromFormat() argument 166 if (inputFormat <= HAL_PIXEL_FORMAT_BGRA_8888) { in getGrallocInformationFromFormat() 169 } else if ((inputFormat == HAL_PIXEL_FORMAT_R_8) || in getGrallocInformationFromFormat() 170 (inputFormat == HAL_PIXEL_FORMAT_RG_88)) { in getGrallocInformationFromFormat()
|
D | gpu.h | 71 void getGrallocInformationFromFormat(int inputFormat,
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | gpu.cpp | 189 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, in getGrallocInformationFromFormat() argument 194 if (inputFormat <= HAL_PIXEL_FORMAT_BGRA_8888) { in getGrallocInformationFromFormat() 197 } else if ((inputFormat == HAL_PIXEL_FORMAT_R_8) || in getGrallocInformationFromFormat() 198 (inputFormat == HAL_PIXEL_FORMAT_RG_88)) { in getGrallocInformationFromFormat()
|
D | gpu.h | 70 void getGrallocInformationFromFormat(int inputFormat,
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | gpu.h | 70 void getGrallocInformationFromFormat(int inputFormat,
|
D | gpu.cpp | 177 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, in getGrallocInformationFromFormat() argument 182 if (isUncompressedRgbFormat(inputFormat) == TRUE) { in getGrallocInformationFromFormat()
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | gpu.h | 70 void getGrallocInformationFromFormat(int inputFormat,
|
D | gpu.cpp | 189 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, in getGrallocInformationFromFormat() argument 194 if (isUncompressedRgbFormat(inputFormat) == TRUE) { in getGrallocInformationFromFormat()
|