Home
last modified time | relevance | path

Searched refs:hal_format (Results 1 – 7 of 7) sorted by relevance

/external/drm_hwcomposer/
Dplatformdrmgeneric.cpp66 uint32_t DrmGenericImporter::ConvertHalFormatToDrm(uint32_t hal_format) { in ConvertHalFormatToDrm() argument
67 switch (hal_format) { in ConvertHalFormatToDrm()
81 ALOGE("Cannot convert hal format to drm format %u", hal_format); in ConvertHalFormatToDrm()
119 bo->hal_format = gr_handle->format; in ImportBuffer()
Ddrmhwcgralloc.h27 uint32_t hal_format; /* HAL_PIXEL_FORMAT_* */ member
Dplatformdrmgeneric.h38 uint32_t ConvertHalFormatToDrm(uint32_t hal_format);
Dplatformminigbm.cpp85 bo->hal_format = gr_handle->droid_format; in ImportBuffer()
Dhwcutils.cpp123 bo->hal_format, bo->usage, bo->pixel_stride); in ImportBuffer()
Dplatformhisi.cpp155 bo->hal_format = hnd->req_format; in ImportBuffer()
/external/libdrm/android/
Dgralloc_handle.h89 int32_t hal_format, in gralloc_handle_create() argument
104 handle->format = hal_format; in gralloc_handle_create()