Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmplane.h43 uint32_t getNumFormatSupported() const;
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmplane.cpp225 uint32_t DrmPlane::getNumFormatSupported() const { in getNumFormatSupported() function in android::DrmPlane
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.cpp184 if (plane->isFormatSupported(DRM_FORMAT_C8) && plane->getNumFormatSupported() == 1) in updateRestrictions()