Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResTexture.h201 NW_RES_FIELD_PRIMITIVE_DECL( s32, Width ) // GetWidth(), SetWidth()
298 NW_RES_FIELD_PRIMITIVE_DECL( s32, Width ) // GetWidth(), SetWidth() in NW_RES_CTOR()
458 DynamicBuilder& Width(s32 width) in Width() function
715 DynamicBuilder& Width(s32 width) in Width() function
909 DynamicBuilder& Width(s32 width) in Width() function
/NW4C-2.0.3/include/nw/gfx/
Dgfx_IRenderTarget.h160 Builder& Width(s32 width) { m_Description.width = width; return *this; } in Width() function
/NW4C-2.0.3/include/nw/demo/
Ddemo_DisplayBufferSwapper.h135 Builder& Width(s32 width) { m_Description.width = width; return *this; } in Width() function
/NW4C-2.0.3/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp375 .Width(s_ShadowTextureSize) in InitializeGraphics()
/NW4C-2.0.3/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp383 .Width(s_ShadowTextureSize) in InitializeGraphics()