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

/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_adreno_info.cpp165 ADRENOPIXELFORMAT AdrenoMemInfo::GetGpuPixelFormat(int hal_format) { argument
166 switch (hal_format) {
187 ALOGE("%s: No map for format: 0x%x", __FUNCTION__, hal_format);
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_adreno_info.cpp165 ADRENOPIXELFORMAT AdrenoMemInfo::GetGpuPixelFormat(int hal_format) { argument
166 switch (hal_format) {
181 ALOGE("%s: No map for format: 0x%x", __FUNCTION__, hal_format);
/hardware/qcom/display/msm8998/libgralloc/
H A Dgpu.cpp133 static void getDRMFormat(int hal_format, int flags, uint32_t *drm_format, argument
140 switch (hal_format) {
228 qdutils::GetHALPixelFormatString(hal_format));
H A Dalloc_controller.cpp393 ADRENOPIXELFORMAT AdrenoMemInfo::getGpuPixelFormat(int hal_format) argument
395 switch (hal_format) {
418 ALOGE("%s: No map for format: 0x%x", __FUNCTION__, hal_format);
/hardware/qcom/display/msm8994/libgralloc/
H A Dalloc_controller.cpp335 ADRENOPIXELFORMAT AdrenoMemInfo::getGpuPixelFormat(int hal_format) argument
337 switch (hal_format) {
347 ALOGE("%s: No map for format: 0x%x", __FUNCTION__, hal_format);
/hardware/qcom/display/msm8996/libgralloc/
H A Dalloc_controller.cpp393 ADRENOPIXELFORMAT AdrenoMemInfo::getGpuPixelFormat(int hal_format) argument
395 switch (hal_format) {
418 ALOGE("%s: No map for format: 0x%x", __FUNCTION__, hal_format);

Completed in 7510 milliseconds