Home
last modified time | relevance | path

Searched refs:GetMultiSampleLevels (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DGraphics.h372 PODVector<int> GetMultiSampleLevels() const;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D11/
H A DD3D11Graphics.cpp1714 PODVector<int> Graphics::GetMultiSampleLevels() const in GetMultiSampleLevels() function in Urho3D::Graphics
2167 PODVector<int> multiSampleLevels = GetMultiSampleLevels(); in CreateDevice()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D9/
H A DD3D9Graphics.cpp1966 PODVector<int> Graphics::GetMultiSampleLevels() const in GetMultiSampleLevels() function in Urho3D::Graphics
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/OpenGL/
H A DOGLGraphics.cpp2099 PODVector<int> Graphics::GetMultiSampleLevels() const in GetMultiSampleLevels() function in Urho3D::Graphics
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/AngelScript/
H A DGraphicsAPI.cpp1855 return VectorToArray<int>(ptr->GetMultiSampleLevels(), "Array<int>"); in GraphicsGetMultiSampleLevels()
/dports/graphics/urho3d/Urho3D-1.7.1/Docs/
H A DUrho3D.dox319 - Implement GetMultiSampleLevels() on OpenGL.