Home
last modified time | relevance | path

Searched defs:max (Results 1 – 9 of 9) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/
Dgfx_SceneContext.h181 Builder& MaxSceneNodes(s32 max) { m_MaxSceneNodes = max; return *this; } in MaxSceneNodes()
184 Builder& MaxModels(s32 max) { m_MaxModels = max; return *this; } in MaxModels()
187 Builder& MaxSkeletalModels(s32 max) { m_MaxSkeletalModels = max; return *this; } in MaxSkeletalModels()
190 Builder& MaxCameras(s32 max) { m_MaxCameras = max; return *this; } in MaxCameras()
193 Builder& MaxLights(s32 max) { m_MaxLights = max; return *this; } in MaxLights()
196 Builder& MaxFragmentLights(s32 max) { m_MaxFragmentLights = max; return *this; } in MaxFragmentLights()
199 Builder& MaxVertexLights(s32 max) { m_MaxVertexLights = max; return *this; } in MaxVertexLights()
202 Builder& MaxHemiSphereLights(s32 max) { m_MaxHemiSphereLights = max; return *this; } in MaxHemiSphereLights()
205 Builder& MaxAmbientLights(s32 max) { m_MaxAmbientLights = max; return *this; } in MaxAmbientLights()
208 Builder& MaxFogs(s32 max) { m_MaxFogs = max; return *this; } in MaxFogs()
[all …]
Dgfx_RenderContext.h183 Builder& MaxLights(s32 max) { m_MaxLightSets = max; return *this; } in MaxLights()
186 Builder& MaxFogs(s32 max) { m_MaxFogs = max; return *this; } in MaxFogs()
Dgfx_RenderQueue.h390 Builder& MaxRenderElements(int max) { m_MaxRenderElements = max; return *this; } in MaxRenderElements()
/NW4C-1.2.23/include/nw/font/
Dfont_CharWriter.h134 ut::Color8 max in SetColorMapping()
595 ut::Color8 max; member
Dfont_Font.h30 #define NW_FONT_MINMAX_ASSERT(exp, min, max) NN_ASSERT((exp) >= (min) && (exp) <= (max)) argument
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Stopwatch.h244 static void SetTargetNo(int min, int max) in SetTargetNo()
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_MmlParser.cpp1002 s16 max; in ReadArg() local
Dsnd_BankFile.cpp123 u8 max; member
/NW4C-1.2.23/include/nw/ut/
Dut_MoveArray.h989 int max = number; in resize() local