Searched refs:scale_with_gpu (Results 1 – 1 of 1) sorted by relevance
63 char scale_with_gpu[PROPERTY_VALUE_MAX]; in Init() local64 property_get("vendor.hwc.drm.scale_with_gpu", scale_with_gpu, "0"); in Init()65 scale_with_gpu_ = bool(strncmp(scale_with_gpu, "0", 1)); in Init()