| /NW4C-2.0.3/sources/libraries/dev/ |
| D | dev_Profile.cpp | 162 if (ut::CheckFlag(m_Description.mode, ProfileManager::TIMER)) in DumpReports() 169 if (ut::CheckFlag(m_Description.mode, ProfileManager::I_CACHE_MISS)) in DumpReports() 175 if (ut::CheckFlag(m_Description.mode, ProfileManager::D_CACHE_READ_MISS)) in DumpReports() 181 if (ut::CheckFlag(m_Description.mode, ProfileManager::D_CACHE_WRITE_MISS)) in DumpReports() 219 if (ut::CheckFlag(m_Description.mode, ProfileManager::TIMER)) in DumpReports() 232 if (ut::CheckFlag(m_Description.mode, ProfileManager::I_CACHE_MISS)) in DumpReports() 239 if (ut::CheckFlag(m_Description.mode, ProfileManager::D_CACHE_READ_MISS)) in DumpReports() 246 if (ut::CheckFlag(m_Description.mode, ProfileManager::D_CACHE_WRITE_MISS)) in DumpReports() 289 if (ut::CheckFlag(profileManager->GetDescription().mode, ProfileManager::I_CACHE_MISS)) in AutoProfile() 294 …if (ut::CheckFlag(this->m_ProfileManager->GetDescription().mode, ProfileManager::D_CACHE_READ_MISS… in AutoProfile() [all …]
|
| D | dev_ParticleProfile.cpp | 48 description.mode = nw::dev::ProfileManager::TIMER; in Initialize()
|
| /NW4C-2.0.3/sources/libraries/demo/ |
| D | demo_DisplayBufferSwapper.cpp | 123 GLenum mode = NULL; in MakeTransferBufferCommand() local 126 mode = NN_GX_ANTIALIASE_NOT_USED; in MakeTransferBufferCommand() 130 mode = NN_GX_ANTIALIASE_2x1; in MakeTransferBufferCommand() 134 mode = NN_GX_ANTIALIASE_2x2; in MakeTransferBufferCommand() 142 mode, in MakeTransferBufferCommand()
|
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_HardwareManager.cpp | 38 void HardwareManager::SetOutputMode( OutputMode mode ) in SetOutputMode() argument 40 if ( m_OutputMode == mode ) return; in SetOutputMode() 42 m_OutputMode = mode; in SetOutputMode() 45 switch ( mode ) in SetOutputMode()
|
| D | snd_MidiSequencePlayer.cpp | 216 switch ( m_ParameterControlInfo[ channelIndex ].mode ) in HandleControlChangeMessage() 337 m_ParameterControlInfo[ channelIndex ].mode = ParameterControlInfo::NRPN; in HandleControlChangeMessage() 341 m_ParameterControlInfo[ channelIndex ].mode = ParameterControlInfo::NRPN; in HandleControlChangeMessage() 345 m_ParameterControlInfo[ channelIndex ].mode = ParameterControlInfo::RPN; in HandleControlChangeMessage() 349 m_ParameterControlInfo[ channelIndex ].mode = ParameterControlInfo::RPN; in HandleControlChangeMessage()
|
| D | snd_FxDelay.cpp | 223 nw::snd::OutputMode mode ) in UpdateBuffer() argument 226 NW_UNUSED_VARIABLE( mode ); in UpdateBuffer()
|
| /NW4C-2.0.3/demos/gfx/MultiAnimationDemo/sources/ |
| D | MultiAnimationDemo.cpp | 726 const char* mode; in ReportDemo() local 730 mode = "Skeletal"; in ReportDemo() 733 mode = "Material"; in ReportDemo() 736 mode = "Visibility"; in ReportDemo() 739 mode = "Camera"; in ReportDemo() 742 mode = "Light"; in ReportDemo() 745 mode = ""; in ReportDemo() 752 mode in ReportDemo()
|
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_MidiSequencePlayer.h | 134 Mode mode; member 141 : mode(RPN), in ParameterControlInfo()
|
| D | snd_FxBase.h | 120 OutputMode mode
|
| D | snd_SoundSystem.h | 598 static void SetOutputMode( OutputMode mode ) in SetOutputMode() argument 600 internal::driver::HardwareManager::GetInstance().SetOutputMode( mode ); in SetOutputMode()
|
| D | snd_FxDelay.h | 148 nw::snd::OutputMode mode );
|
| D | snd_FxReverb.h | 252 OutputMode mode );
|
| D | snd_HardwareManager.h | 58 void SetOutputMode( OutputMode mode );
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_GraphicsDevice.h | 101 …tic NW_INLINE void SetFragmentOperationMode(const ResFragmentOperation::FragmentOperationMode mode) in SetFragmentOperationMode() argument 103 if (s_FragOperationMode != mode) in SetFragmentOperationMode() 105 s_FragOperationMode = mode; in SetFragmentOperationMode() 111 …atic NW_INLINE void ActivateFragmentOperationMode(ResFragmentOperation::FragmentOperationMode mode) in ActivateFragmentOperationMode() argument 113 s_FragOperationMode = mode; in ActivateFragmentOperationMode() 124 mode, in ActivateFragmentOperationMode()
|
| D | gfx_MaterialState.h | 259 ResTextureCoordinator::MappingMatrixMode mode, 388 ResBlendOperation::Mode mode = blendOperation.GetMode(); in ActivateBlendOperation() local 390 if (mode == ResBlendOperation::MODE_NOT_USE) in ActivateBlendOperation()
|
| /NW4C-2.0.3/include/nw/font/ |
| D | font_CharWriter.h | 187 void SetGradationMode(GradationMode mode) in SetGradationMode() argument 189 NW_FONT_MINMAX_ASSERT(mode, GRADMODE_NONE, NUM_OF_GRADMODE - 1); in SetGradationMode() 190 m_GradationMode = mode; in SetGradationMode()
|
| D | font_RectDrawerCommand.h | 114 #define NW_FONT_CMD_SET_CULL_FACE( mode ) PICA_CMD_SET_CULL_FACE( mode ) argument
|
| D | font_RectDrawer.h | 280 int mode);
|
| /NW4C-2.0.3/sources/libraries/ut/ |
| D | ut_FrameHeap.cpp | 334 void FrameHeap::Free( int mode ) in Free() argument 340 if ( mode & FREE_HEAD ) in Free() 345 if ( mode & FREE_TAIL ) in Free()
|
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_ActivateCommand.cpp | 761 ToPrimitiveModeGL(u8 mode, bool isGeometryShaderEnabled) in ToPrimitiveModeGL() argument 770 NW_ASSERT( mode < (sizeof(PRIM_MODE_TABLE) / sizeof(GLuint)) ); in ToPrimitiveModeGL() 772 GLuint glMode = PRIM_MODE_TABLE[ mode ]; in ToPrimitiveModeGL() 815 GLuint mode = ToPrimitiveModeGL( in SetupDrawIndexStreamCommand() local 845 if (mode == GL_TRIANGLES) in SetupDrawIndexStreamCommand() 860 switch (mode) in SetupDrawIndexStreamCommand()
|
| /NW4C-2.0.3/include/nw/demo/ |
| D | demo_DisplayBufferSwapper.h | 148 Builder& TransferMode(BufferTransferMode mode) in TransferMode() argument 150 m_Description.transferMode = mode; in TransferMode()
|
| /NW4C-2.0.3/include/nw/ut/ |
| D | ut_FrameHeap.h | 58 void Free( int mode );
|
| /NW4C-2.0.3/sources/libraries/font/ |
| D | font_RectDrawer.cpp | 50 #define NW_FONT_CMD_SET_DRAW_MODE1( mode ) \ argument 51 PICA_CMD_DATA_DRAW_MODE1( 0 /* func */, mode ), \ 592 int mode in SetVertexColor() argument 599 mode != CharWriter::GRADMODE_H ? internal::TEXTCOLOR_START: internal::TEXTCOLOR_END]; in SetVertexColor() 601 mode != CharWriter::GRADMODE_V ? internal::TEXTCOLOR_START: internal::TEXTCOLOR_END]; in SetVertexColor() 603 mode == CharWriter::GRADMODE_NONE ? internal::TEXTCOLOR_START: internal::TEXTCOLOR_END]; in SetVertexColor() 1825 int mode in AddTextColor() argument 1829 SetVertexColor(dst, src, mode); in AddTextColor()
|
| /NW4C-2.0.3/include/nw/dev/ |
| D | dev_Profile.h | 107 mode(TIMER) in Description() 113 u32 mode; //!< 計測を行う項目です。 member
|
| /NW4C-2.0.3/sources/libraries/snd/platform/ |
| D | snd_HardwareManagerDSP.cppi | 126 nn::snd::OutputMode mode = nn::snd::GetSoundOutputMode(); 127 switch ( mode )
|