Searched defs:max (Results 1 – 10 of 10) sorted by relevance
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_SceneContext.h | 189 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 …]
|
| D | gfx_RenderContext.h | 192 Builder& MaxLights(s32 max) { m_MaxLightSets = max; return *this; } in MaxLights() 195 Builder& MaxFogs(s32 max) { m_MaxFogs = max; return *this; } in MaxFogs()
|
| D | gfx_RenderQueue.h | 392 Builder& MaxRenderElements(int max) { m_MaxRenderElements = max; return *this; } in MaxRenderElements()
|
| /NW4C-2.0.3/demos/snd/demolib/include/ |
| D | demolib.h | 134 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/ |
| D | font_CharWriter.h | 136 ut::Color8 max in SetColorMapping() 597 ut::Color8 max; member
|
| D | font_Font.h | 32 #define NW_FONT_MINMAX_ASSERT(exp, min, max) NN_ASSERT((exp) >= (min) && (exp) <= (max)) argument
|
| /NW4C-2.0.3/include/nw/lyt/ |
| D | lyt_Stopwatch.h | 246 static void SetTargetNo(int min, int max) in SetTargetNo()
|
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_MmlParser.cpp | 1004 s16 max; in ReadArg() local
|
| D | snd_BankFile.cpp | 125 u8 max; member
|
| /NW4C-2.0.3/include/nw/ut/ |
| D | ut_MoveArray.h | 1010 int max = number; in resize() local
|