Home
last modified time | relevance | path

Searched refs:GetRenderTargetDimensions (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/OpenGL/
H A DOGLGraphics.cpp728 IntVector2 viewSize = GetRenderTargetDimensions(); in Clear()
1776 IntVector2 rtSize = GetRenderTargetDimensions(); in SetViewport()
1928 IntVector2 rtSize(GetRenderTargetDimensions()); in SetScissorTest()
1969 IntVector2 rtSize(GetRenderTargetDimensions()); in SetScissorTest()
2231 IntVector2 Graphics::GetRenderTargetDimensions() const in GetRenderTargetDimensions() function in Urho3D::Graphics
2920 IntVector2 rtSize = Graphics::GetRenderTargetDimensions(); in PrepareDraw()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D11/
H A DD3D11Graphics.cpp626 IntVector2 rtSize = GetRenderTargetDimensions(); in Clear()
1465 IntVector2 size = GetRenderTargetDimensions(); in SetViewport()
1579 IntVector2 rtSize(GetRenderTargetDimensions()); in SetScissorTest()
1614 IntVector2 rtSize(GetRenderTargetDimensions()); in SetScissorTest()
1814 IntVector2 Graphics::GetRenderTargetDimensions() const in GetRenderTargetDimensions() function in Urho3D::Graphics
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D9/
H A DD3D9Graphics.cpp1596 IntVector2 rtSize = GetRenderTargetDimensions(); in SetRenderTarget()
1672 IntVector2 size = GetRenderTargetDimensions(); in SetViewport()
1813 IntVector2 rtSize(GetRenderTargetDimensions()); in SetScissorTest()
1856 IntVector2 rtSize(GetRenderTargetDimensions()); in SetScissorTest()
2066 IntVector2 Graphics::GetRenderTargetDimensions() const in GetRenderTargetDimensions() function in Urho3D::Graphics
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DGraphics.h487 IntVector2 GetRenderTargetDimensions() const;
H A DView.cpp668 IntVector2 rtSizeNow = graphics_->GetRenderTargetDimensions(); in Render()
1807 IntVector2 rtSizeNow = graphics_->GetRenderTargetDimensions(); in SetRenderTargets()