Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/
Dgfx_Viewport.h91 f32 width = static_cast<f32>(renderTarget->GetDescription().width); in Viewport()
92 f32 height = static_cast<f32>(renderTarget->GetDescription().height); in Viewport()
151 static_cast<f32>(renderTarget->GetDescription().width), in SetBound()
152 static_cast<f32>(renderTarget->GetDescription().height) ); in SetBound()
Dgfx_FrameBuffer.h70 const Description& GetDescription() const { return m_Description; } in GetDescription() function
71 Description& GetDescription() { return m_Description; } in GetDescription() function
Dgfx_OffScreenBuffer.h46 virtual const Description& GetDescription() const { return m_Description; } in GetDescription() function
Dgfx_OnScreenBuffer.h44 virtual const Description& GetDescription() const { return m_Description; } in GetDescription() function
Dgfx_Common.h124 int GetDescription() const in GetDescription() function
Dgfx_IRenderTarget.h240 virtual const Description& GetDescription() const = 0;
Dgfx_Material.h137 const ResShaderProgramDescription GetDescription() const { return m_ProgramDescription; } in GetDescription() function
/NW4C-1.3.3/sources/libraries/dev/
Ddev_Profile.cpp287 if (ut::CheckFlag(profileManager->GetDescription().mode, ProfileManager::I_CACHE_MISS)) in AutoProfile()
292 …if (ut::CheckFlag(this->m_ProfileManager->GetDescription().mode, ProfileManager::D_CACHE_READ_MISS… in AutoProfile()
297 …else if (ut::CheckFlag(this->m_ProfileManager->GetDescription().mode, ProfileManager::D_CACHE_WRIT… in AutoProfile()
305 …if (ut::CheckFlag(this->m_ProfileManager->GetDescription().mode, ProfileManager::D_CACHE_READ_MISS… in AutoProfile()
311 …if (ut::CheckFlag(this->m_ProfileManager->GetDescription().mode, ProfileManager::D_CACHE_WRITE_MIS… in AutoProfile()
339 if (ut::CheckFlag(this->m_ProfileManager->GetDescription().mode, ProfileManager::I_CACHE_MISS)) in ~AutoProfile()
345 …if (ut::CheckFlag(this->m_ProfileManager->GetDescription().mode, ProfileManager::D_CACHE_READ_MISS… in ~AutoProfile()
351 …else if (ut::CheckFlag(this->m_ProfileManager->GetDescription().mode, ProfileManager::D_CACHE_WRIT… in ~AutoProfile()
360 …if (ut::CheckFlag(this->m_ProfileManager->GetDescription().mode, ProfileManager::D_CACHE_READ_MISS… in ~AutoProfile()
367 …if (ut::CheckFlag(this->m_ProfileManager->GetDescription().mode, ProfileManager::D_CACHE_WRITE_MIS… in ~AutoProfile()
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_RenderContext.cpp161 this->m_RenderTarget->GetDescription().width, in SetRenderTarget()
162 this->m_RenderTarget->GetDescription().height); in SetRenderTarget()
166 GraphicsDevice::SetDepthFormat(this->m_RenderTarget->GetDescription().depthFormat); in SetRenderTarget()
180 width = static_cast<f32>(renderTarget->GetDescription().width); in SetRenderTarget()
181 height = static_cast<f32>(renderTarget->GetDescription().height); in SetRenderTarget()
445 ResShaderProgramDescription description = this->m_Material->GetDescription(); in ActivateShaderProgram()
Dgfx_FrameBuffer.cpp141 const FrameBufferObject::Description& description = this->GetDescription(); in ActivateBuffer()
253 const FrameBufferObject::Description& description = this->GetDescription(); in ClearBuffer()
Dgfx_SortingMaterialIdGenerator.cpp134 ResShaderProgramDescription resDescription = (*iter).material->GetDescription(); in Generate()
/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResModel.cpp62 if ( (result.GetDescription() & RESOURCE_RESULT_NOT_FOUND_SHADER) == 0 ) in Setup()
/NW4C-1.3.3/include/nw/demo/
Ddemo_DisplayBufferSwapper.h201 const Description& GetDescription() const { return m_Description; } in GetDescription() function
Ddemo_Utility.h279 static_cast<f32>(renderTarget->GetDescription().height) / in SetCameraAspectRatio()
280 static_cast<f32>(renderTarget->GetDescription().width) in SetCameraAspectRatio()
/NW4C-1.3.3/demos/gfx/ResourceDemo/sources/
DResourceDemo.cpp277 if (result.GetDescription() & nw::gfx::RESOURCE_RESULT_NOT_FOUND_SHADER) in InitializeScenes()
283 if (result.GetDescription() & nw::gfx::RESOURCE_RESULT_NOT_FOUND_LUT) in InitializeScenes()
/NW4C-1.3.3/include/nw/dev/
Ddev_Profile.h173 const ProfileManager::Description& GetDescription() const { return m_Description; } in GetDescription() function
/NW4C-1.3.3/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp379 static_cast<f32>(s_RenderTarget->GetDescription().height) / in BuildCameras()
380 static_cast<f32>(s_RenderTarget->GetDescription().width)); in BuildCameras()
/NW4C-1.3.3/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp420 static_cast<f32>(s_RenderTarget->GetDescription().height) / in BuildCameras()
421 static_cast<f32>(s_RenderTarget->GetDescription().width)); in BuildCameras()
/NW4C-1.3.3/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp402 static_cast<f32>(s_RenderTarget->GetDescription().height) / in BuildCameras()
403 static_cast<f32>(s_RenderTarget->GetDescription().width)); in BuildCameras()
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_Particle.cpp131 … if (m_ShaderResource && (result.GetDescription() & nw::gfx::RESOURCE_RESULT_NOT_FOUND_SHADER)) in Setup()
/NW4C-1.3.3/demos/gfx/DynamicMaterialDemo/sources/
DDynamicMaterialDemo.cpp295 if (result.GetDescription() & nw::gfx::RESOURCE_RESULT_NOT_FOUND_LUT) in BuildResources()
/NW4C-1.3.3/demos/gfx/MultiAnimationDemo/sources/
DMultiAnimationDemo.cpp316 if (result.GetDescription() & nw::gfx::RESOURCE_RESULT_NOT_FOUND_LUT) in BuildResources()