Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/include/
DPlaneCapabilities.h29 static bool isSizeSupported(int planeType, HwcLayer *hwcLayer);
/hardware/intel/img/hwcomposer/ips/anniedale/
DPlaneCapabilities.cpp77 bool PlaneCapabilities::isSizeSupported(int planeType, HwcLayer *hwcLayer) in isSizeSupported() function in android::intel::PlaneCapabilities
/hardware/intel/img/hwcomposer/common/base/
DHwcLayerList.cpp91 valid = PlaneCapabilities::isSizeSupported(planeType, hwcLayer); in checkSupported()