Home
last modified time | relevance | path

Searched refs:GetDescription (Results 1 – 22 of 22) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/
Dgfx_Viewport.h93 f32 width = static_cast<f32>(renderTarget->GetDescription().width); in Viewport()
94 f32 height = static_cast<f32>(renderTarget->GetDescription().height); in Viewport()
153 static_cast<f32>(renderTarget->GetDescription().width), in SetBound()
154 static_cast<f32>(renderTarget->GetDescription().height) ); in SetBound()
Dgfx_FrameBuffer.h72 const Description& GetDescription() const { return m_Description; } in GetDescription() function
73 Description& GetDescription() { return m_Description; } in GetDescription() function
Dgfx_OnScreenBuffer.h46 virtual const Description& GetDescription() const { return m_Description; } in GetDescription() function
Dgfx_OffScreenBuffer.h48 virtual const Description& GetDescription() const { return m_Description; } in GetDescription() function
Dgfx_Common.h127 int GetDescription() const in GetDescription() function
Dgfx_IRenderTarget.h242 virtual const Description& GetDescription() const = 0;
Dgfx_Material.h139 const ResShaderProgramDescription GetDescription() const { return m_ProgramDescription; } in GetDescription() function
/NW4C-2.0.3/sources/libraries/dev/
Ddev_Profile.cpp289 if (ut::CheckFlag(profileManager->GetDescription().mode, ProfileManager::I_CACHE_MISS)) in AutoProfile()
294 …if (ut::CheckFlag(this->m_ProfileManager->GetDescription().mode, ProfileManager::D_CACHE_READ_MISS… in AutoProfile()
299 …else if (ut::CheckFlag(this->m_ProfileManager->GetDescription().mode, ProfileManager::D_CACHE_WRIT… in AutoProfile()
307 …if (ut::CheckFlag(this->m_ProfileManager->GetDescription().mode, ProfileManager::D_CACHE_READ_MISS… in AutoProfile()
313 …if (ut::CheckFlag(this->m_ProfileManager->GetDescription().mode, ProfileManager::D_CACHE_WRITE_MIS… in AutoProfile()
341 if (ut::CheckFlag(this->m_ProfileManager->GetDescription().mode, ProfileManager::I_CACHE_MISS)) in ~AutoProfile()
347 …if (ut::CheckFlag(this->m_ProfileManager->GetDescription().mode, ProfileManager::D_CACHE_READ_MISS… in ~AutoProfile()
353 …else if (ut::CheckFlag(this->m_ProfileManager->GetDescription().mode, ProfileManager::D_CACHE_WRIT… in ~AutoProfile()
362 …if (ut::CheckFlag(this->m_ProfileManager->GetDescription().mode, ProfileManager::D_CACHE_READ_MISS… in ~AutoProfile()
369 …if (ut::CheckFlag(this->m_ProfileManager->GetDescription().mode, ProfileManager::D_CACHE_WRITE_MIS… in ~AutoProfile()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_RenderContext.cpp163 this->m_RenderTarget->GetDescription().width, in SetRenderTarget()
164 this->m_RenderTarget->GetDescription().height); in SetRenderTarget()
168 GraphicsDevice::SetDepthFormat(this->m_RenderTarget->GetDescription().depthFormat); in SetRenderTarget()
182 width = static_cast<f32>(renderTarget->GetDescription().width); in SetRenderTarget()
183 height = static_cast<f32>(renderTarget->GetDescription().height); in SetRenderTarget()
449 ResShaderProgramDescription description = this->m_Material->GetDescription(); in ActivateShaderProgram()
Dgfx_FrameBuffer.cpp143 const FrameBufferObject::Description& description = this->GetDescription(); in ActivateBuffer()
255 const FrameBufferObject::Description& description = this->GetDescription(); in ClearBuffer()
Dgfx_SortingMaterialIdGenerator.cpp136 ResShaderProgramDescription resDescription = (*iter).material->GetDescription(); in Generate()
/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResModel.cpp64 if ( (result.GetDescription() & RESOURCE_RESULT_NOT_FOUND_SHADER) == 0 ) in Setup()
/NW4C-2.0.3/include/nw/demo/
Ddemo_DisplayBufferSwapper.h203 const Description& GetDescription() const { return m_Description; } in GetDescription() function
Ddemo_Utility.h281 static_cast<f32>(renderTarget->GetDescription().height) / in SetCameraAspectRatio()
282 static_cast<f32>(renderTarget->GetDescription().width) in SetCameraAspectRatio()
/NW4C-2.0.3/demos/gfx/ResourceDemo/sources/
DResourceDemo.cpp279 if (result.GetDescription() & nw::gfx::RESOURCE_RESULT_NOT_FOUND_SHADER) in InitializeScenes()
285 if (result.GetDescription() & nw::gfx::RESOURCE_RESULT_NOT_FOUND_LUT) in InitializeScenes()
/NW4C-2.0.3/include/nw/dev/
Ddev_Profile.h175 const ProfileManager::Description& GetDescription() const { return m_Description; } in GetDescription() function
/NW4C-2.0.3/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp381 static_cast<f32>(s_RenderTarget->GetDescription().height) / in BuildCameras()
382 static_cast<f32>(s_RenderTarget->GetDescription().width)); in BuildCameras()
/NW4C-2.0.3/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp404 static_cast<f32>(s_RenderTarget->GetDescription().height) / in BuildCameras()
405 static_cast<f32>(s_RenderTarget->GetDescription().width)); in BuildCameras()
/NW4C-2.0.3/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp422 static_cast<f32>(s_RenderTarget->GetDescription().height) / in BuildCameras()
423 static_cast<f32>(s_RenderTarget->GetDescription().width)); in BuildCameras()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_Particle.cpp133 … if (m_ShaderResource && (result.GetDescription() & nw::gfx::RESOURCE_RESULT_NOT_FOUND_SHADER)) in Setup()
/NW4C-2.0.3/demos/gfx/DynamicMaterialDemo/sources/
DDynamicMaterialDemo.cpp297 if (result.GetDescription() & nw::gfx::RESOURCE_RESULT_NOT_FOUND_LUT) in BuildResources()
/NW4C-2.0.3/demos/gfx/MultiAnimationDemo/sources/
DMultiAnimationDemo.cpp318 if (result.GetDescription() & nw::gfx::RESOURCE_RESULT_NOT_FOUND_LUT) in BuildResources()