Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_SceneContext.h189 Builder& MaxSceneNodes(s32 max) { m_MaxSceneNodes = max; return *this; } in MaxSceneNodes()
192 Builder& MaxUserRenderNodes(s32 max) { m_MaxUserRenderNodes = max; return *this; } in MaxUserRenderNodes()
195 Builder& MaxModels(s32 max) { m_MaxModels = max; return *this; } in MaxModels()
198 Builder& MaxSkeletalModels(s32 max) { m_MaxSkeletalModels = max; return *this; } in MaxSkeletalModels()
201 Builder& MaxCameras(s32 max) { m_MaxCameras = max; return *this; } in MaxCameras()
204 Builder& MaxLights(s32 max) { m_MaxLights = max; return *this; } in MaxLights()
207 Builder& MaxFragmentLights(s32 max) { m_MaxFragmentLights = max; return *this; } in MaxFragmentLights()
210 Builder& MaxVertexLights(s32 max) { m_MaxVertexLights = max; return *this; } in MaxVertexLights()
213 Builder& MaxHemiSphereLights(s32 max) { m_MaxHemiSphereLights = max; return *this; } in MaxHemiSphereLights()
216 Builder& MaxAmbientLights(s32 max) { m_MaxAmbientLights = max; return *this; } in MaxAmbientLights()
[all …]
Dgfx_RenderContext.h192 Builder& MaxLights(s32 max) { m_MaxLightSets = max; return *this; } in MaxLights()
195 Builder& MaxFogs(s32 max) { m_MaxFogs = max; return *this; } in MaxFogs()
Dgfx_RenderQueue.h392 Builder& MaxRenderElements(int max) { m_MaxRenderElements = max; return *this; } in MaxRenderElements()
/NW4C-2.0.3/demos/snd/demolib/include/
Ddemolib.h134 ParamInt( const char* name, int init, int step, int min, int max ) in ParamInt()
164 ParamF32( const char* name, f32 init, f32 step, f32 min, f32 max ) in ParamF32()
/NW4C-2.0.3/include/nw/font/
Dfont_CharWriter.h136 ut::Color8 max in SetColorMapping()
597 ut::Color8 max; member
Dfont_Font.h32 #define NW_FONT_MINMAX_ASSERT(exp, min, max) NN_ASSERT((exp) >= (min) && (exp) <= (max)) argument
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Stopwatch.h246 static void SetTargetNo(int min, int max) in SetTargetNo()
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_MmlParser.cpp1004 s16 max; in ReadArg() local
Dsnd_BankFile.cpp125 u8 max; member
/NW4C-2.0.3/include/nw/ut/
Dut_MoveArray.h1010 int max = number; in resize() local