Home
last modified time | relevance | path

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

/aosp_15_r20/external/minigbm/cros_gralloc/gralloc4/
H A DCrosGralloc4Allocator.cc50 std::string drmFormatString = get_drm_format_string(crosDescriptor.drm_format); in allocate() local
54 pixelFormatString.c_str(), drmFormatString.c_str(), usageString.c_str()); in allocate()
H A DCrosGralloc4Mapper.cc709 std::string drmFormatString = get_drm_format_string(drmFormat); in getResolvedDrmFormat() local
711 drmFormatString.c_str()); in getResolvedDrmFormat()
/aosp_15_r20/external/minigbm/cros_gralloc/aidl/
H A DAllocator.cpp147 const std::string drmFormatString = in allocateBuffer() local
156 pixelFormatString.c_str(), drmFormatString.c_str(), usageString.c_str()); in allocateBuffer()