Searched defs:DisplayParams (Results 1 – 1 of 1) sorted by relevance
41 struct DisplayParams { struct42 hwc2_display_t id;43 bool is_primary;45 int width;46 int height;48 struct {72 Layer(Hwc2::Composer* composer, const DisplayParams& display_params, argument