Home
last modified time | relevance | path

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

/external/minigbm/cros_gralloc/aidl/
DAllocator.cpp127 const std::string drmFormatString = get_drm_format_string(crosDescriptor.drm_format); in allocate() local
132 pixelFormatString.c_str(), drmFormatString.c_str(), usageString.c_str()); in allocate()
/external/minigbm/cros_gralloc/gralloc4/
DCrosGralloc4Allocator.cc84 std::string drmFormatString = get_drm_format_string(crosDescriptor.drm_format); in allocate() local
88 pixelFormatString.c_str(), drmFormatString.c_str(), usageString.c_str()); in allocate()
DCrosGralloc4Mapper.cc670 std::string drmFormatString = get_drm_format_string(drmFormat); in getResolvedDrmFormat() local
672 drmFormatString.c_str()); in getResolvedDrmFormat()