| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_Viewport.h | 85 IRenderTarget* renderTarget, in Viewport() argument 91 NW_NULL_ASSERT(renderTarget); in Viewport() 93 f32 width = static_cast<f32>(renderTarget->GetDescription().width); in Viewport() 94 f32 height = static_cast<f32>(renderTarget->GetDescription().height); in Viewport() 147 void SetBound(IRenderTarget* renderTarget) in SetBound() argument 149 NW_NULL_ASSERT(renderTarget); in SetBound() 153 static_cast<f32>(renderTarget->GetDescription().width), in SetBound() 154 static_cast<f32>(renderTarget->GetDescription().height) ); in SetBound()
|
| D | gfx_RenderContext.h | 236 void SetRenderTarget(IRenderTarget* renderTarget, const Viewport& viewport); 242 void SetRenderTarget(IRenderTarget* renderTarget);
|
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_IRenderTarget.cpp | 37 IRenderTarget* renderTarget = NULL; in Create() local 43 renderTarget = new(memory) OnScreenBuffer(allocator, m_Description); in Create() 45 return renderTarget; in Create() 53 IRenderTarget* renderTarget = NULL; in CreateOffScreenBuffer() local 120 renderTarget = new(memory) OffScreenBuffer(allocator, description, texture); in CreateOffScreenBuffer() 122 return renderTarget; in CreateOffScreenBuffer()
|
| D | gfx_RenderContext.cpp | 151 IRenderTarget* renderTarget, in SetRenderTarget() argument 155 this->m_RenderTarget = renderTarget; in SetRenderTarget() 175 IRenderTarget* renderTarget in SetRenderTarget() argument 180 if (renderTarget) in SetRenderTarget() 182 width = static_cast<f32>(renderTarget->GetDescription().width); in SetRenderTarget() 183 height = static_cast<f32>(renderTarget->GetDescription().height); in SetRenderTarget() 190 this->SetRenderTarget(renderTarget, Viewport(x, y, width, height, near, far)); in SetRenderTarget()
|
| /NW4C-2.0.3/demos/Nw4cDemo/sources/ |
| D | SmRenderSystem.cpp | 263 SmRenderSystem::SetRenderTarget( nw::gfx::IRenderTarget* renderTarget ) in SetRenderTarget() argument 265 m_RenderContext->SetRenderTarget(renderTarget); in SetRenderTarget() 266 m_RenderTarget = renderTarget; in SetRenderTarget()
|
| /NW4C-2.0.3/include/nw/demo/ |
| D | demo_Utility.h | 273 const nw::gfx::IRenderTarget* renderTarget in SetCameraAspectRatio() argument 276 NW_POINTER_ASSERT(renderTarget); in SetCameraAspectRatio() 281 static_cast<f32>(renderTarget->GetDescription().height) / in SetCameraAspectRatio() 282 static_cast<f32>(renderTarget->GetDescription().width) in SetCameraAspectRatio()
|
| D | demo_GraphicsSystem.h | 234 void SetRenderTarget(gfx::IRenderTarget* renderTarget);
|
| /NW4C-2.0.3/demos/Nw4cDemo/include/ |
| D | Graphics.h | 46 void SetRenderTarget( nw::gfx::IRenderTarget* renderTarget );
|
| D | SmRenderSystem.h | 108 void SetRenderTarget( nw::gfx::IRenderTarget* renderTarget );
|
| /NW4C-2.0.3/demos/gfx/ProjectionShadowDemo/sources/ |
| D | ProjectionShadowDemo.cpp | 66 nw::gfx::IRenderTarget* renderTarget, in StartShadowRenderCommand() argument 70 m_RenderTarget(renderTarget), in StartShadowRenderCommand() 150 …StartRenderCommand(nw::demo::RenderSystem* renderSystem, nw::gfx::IRenderTarget* renderTarget, s32… in StartRenderCommand() argument 152 m_RenderTarget(renderTarget), in StartRenderCommand()
|
| /NW4C-2.0.3/demos/gfx/ShadowMapDemo/sources/ |
| D | ShadowMapDemo.cpp | 66 nw::gfx::IRenderTarget* renderTarget, in StartShadowRenderCommand() argument 70 m_RenderTarget(renderTarget), in StartShadowRenderCommand() 150 …StartRenderCommand(nw::demo::RenderSystem* renderSystem, nw::gfx::IRenderTarget* renderTarget, s32… in StartRenderCommand() argument 152 m_RenderTarget(renderTarget), in StartRenderCommand()
|
| /NW4C-2.0.3/sources/libraries/demo/ |
| D | demo_GraphicsSystem.cpp | 290 RenderSystem::SetRenderTarget(gfx::IRenderTarget* renderTarget) in SetRenderTarget() argument 293 renderContext->SetRenderTarget(renderTarget); in SetRenderTarget()
|