Searched defs:inputFormat (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/display/msm8084/libgralloc/
H A Dgpu.cpp174 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, argument
179 if (inputFormat <= HAL_PIXEL_FORMAT_BGRA_8888) {
182 } else if ((inputFormat == HAL_PIXEL_FORMAT_R_8) ||
183 (inputFormat == HAL_PIXEL_FORMAT_RG_88)) {
/hardware/qcom/display/msm8226/libgralloc/
H A Dgpu.cpp178 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, argument
183 if (inputFormat <= HAL_PIXEL_FORMAT_BGRA_8888) {
186 } else if ((inputFormat == HAL_PIXEL_FORMAT_R_8) ||
187 (inputFormat == HAL_PIXEL_FORMAT_RG_88)) {
/hardware/qcom/display/msm8909/libgralloc/
H A Dgpu.cpp189 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, argument
194 if (inputFormat <= HAL_PIXEL_FORMAT_BGRA_8888) {
197 } else if ((inputFormat == HAL_PIXEL_FORMAT_R_8) ||
198 (inputFormat == HAL_PIXEL_FORMAT_RG_88)) {
/hardware/qcom/display/msm8960/libgralloc/
H A Dgpu.cpp161 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, argument
166 if (inputFormat <= HAL_PIXEL_FORMAT_BGRA_8888) {
169 } else if ((inputFormat == HAL_PIXEL_FORMAT_R_8) ||
170 (inputFormat == HAL_PIXEL_FORMAT_RG_88)) {
/hardware/qcom/display/msm8994/libgralloc/
H A Dgpu.cpp189 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, argument
194 if (isUncompressedRgbFormat(inputFormat) == TRUE) {
/hardware/qcom/display/msm8996/libgralloc/
H A Dgpu.cpp177 void gpu_context_t::getGrallocInformationFromFormat(int inputFormat, argument
182 if (isUncompressedRgbFormat(inputFormat) == TRUE) {

Completed in 125 milliseconds