Home
last modified time | relevance | path

Searched refs:GetResolutions (Results 1 – 10 of 10) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/pro/utilities/
H A Didlsysmonitorinfo__define.pro28 function idlsysmonitorinfo::GetResolutions
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/graphics/
H A Dgraphics.h24 const char **GetResolutions();
H A Dgraphics.cpp105 const char **Graphics::GetResolutions() in GetResolutions() function in Graphics
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DGraphics.cpp175 PODVector<IntVector3> Graphics::GetResolutions(int monitor) const in GetResolutions() function in Urho3D::Graphics
H A DGraphics.h370 PODVector<IntVector3> GetResolutions(int monitor) const;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D11/
H A DD3D11Graphics.cpp361 PODVector<IntVector3> resolutions = GetResolutions(monitor); in SetMode()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D9/
H A DD3D9Graphics.cpp404 PODVector<IntVector3> resolutions = GetResolutions(monitor); in SetMode()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/OpenGL/
H A DOGLGraphics.cpp351 PODVector<IntVector3> resolutions = GetResolutions(monitor); in SetMode()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/AngelScript/
H A DGraphicsAPI.cpp1845 return VectorToArray<IntVector3>(ptr->GetResolutions(monitor), "Array<IntVector3>"); in GraphicsGetResolutions()
/dports/graphics/urho3d/Urho3D-1.7.1/Docs/
H A DUrho3D.dox1359 - Graphics::SetMode(), Graphics::GetDesktopResolution() and Graphics::GetResolutions() have gained …