Home | History | Annotate | Download | only in host

Lines Matching refs:resolutions

40       std::list<ScreenResolution>* resolutions);
61 std::list<ScreenResolution> resolutions;
62 GetSupportedModesAndResolutions(&modes, &resolutions);
63 return resolutions;
73 std::list<ScreenResolution> resolutions;
74 GetSupportedModesAndResolutions(&modes, &resolutions);
79 for (std::list<ScreenResolution>::const_iterator i = resolutions.begin();
80 i != resolutions.end(); ++i, ++index) {
122 std::list<ScreenResolution>* resolutions) {
146 resolutions->push_back(resolution);