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

  /hardware/qcom/display/msm8998/libdrmutils/
drm_master.h 44 uint64_t drm_format_modifier = 0; member in struct:drm_utils::DRMBuffer
drm_master.cpp 107 drm_buffer.drm_format_modifier);
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_info_drm.h 57 void GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier,
hw_info_drm.cpp 373 void HWInfoDRM::GetSDMFormat(uint32_t drm_format, uint64_t drm_format_modifier,
381 fmts.push_back(drm_format_modifier ? kFormatRGBA8888Ubwc : kFormatRGBA8888);
390 fmts.push_back(drm_format_modifier ? kFormatRGBX8888Ubwc : kFormatRGBX8888);
408 fmts.push_back(drm_format_modifier ? kFormatBGR565Ubwc : kFormatBGR565);
414 fmts.push_back(drm_format_modifier ? kFormatRGBA1010102Ubwc : kFormatRGBA1010102);
420 fmts.push_back(drm_format_modifier ? kFormatRGBX1010102Ubwc : kFormatRGBX1010102);
438 fmts.push_back(drm_format_modifier == (DRM_FORMAT_MOD_QCOM_COMPRESSED |
445 if (drm_format_modifier) {
  /hardware/qcom/display/msm8998/libgralloc/
gpu.cpp 134 uint64_t *drm_format_modifier) {
137 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED;
201 *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED;
214 // *drm_format_modifier = DRM_FORMAT_MOD_QCOM_COMPRESSED |
387 &buf.drm_format_modifier);

Completed in 464 milliseconds