Searched refs:GetResolutions (Results 1 – 10 of 10) sorted by relevance
28 function idlsysmonitorinfo::GetResolutions
24 const char **GetResolutions();
105 const char **Graphics::GetResolutions() in GetResolutions() function in Graphics
175 PODVector<IntVector3> Graphics::GetResolutions(int monitor) const in GetResolutions() function in Urho3D::Graphics
370 PODVector<IntVector3> GetResolutions(int monitor) const;
361 PODVector<IntVector3> resolutions = GetResolutions(monitor); in SetMode()
404 PODVector<IntVector3> resolutions = GetResolutions(monitor); in SetMode()
351 PODVector<IntVector3> resolutions = GetResolutions(monitor); in SetMode()
1845 return VectorToArray<IntVector3>(ptr->GetResolutions(monitor), "Array<IntVector3>"); in GraphicsGetResolutions()
1359 - Graphics::SetMode(), Graphics::GetDesktopResolution() and Graphics::GetResolutions() have gained …