Home
last modified time | relevance | path

Searched refs:drm_modifier_from_handle (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gchips/gralloc4/interfaces/libs/drmutils/
Ddrmutils.h41 uint64_t drm_modifier_from_handle(const private_handle_t *hnd);
/hardware/google/gchips/gralloc4/interfaces/libs/drmutils/src/
Ddrmutils.cpp116 uint64_t drm_modifier_from_handle(const private_handle_t *hnd) in drm_modifier_from_handle() function
/hardware/google/gchips/gralloc4/src/hidl_common/
DMapperMetadata.cpp484 err = android::gralloc4::encodePixelFormatModifier(drm_modifier_from_handle(handle), &vec); in get_metadata()
815 …err = android::gralloc4::encodePixelFormatModifier(drm_modifier_from_handle(&partial_handle), &vec… in getFromBufferDescriptorInfo()