| /NW4C-1.3.3/sources/libraries/dev/ |
| D | dev_Profile.cpp | 160 if (ut::CheckFlag(m_Description.mode, ProfileManager::TIMER)) in DumpReports() 167 if (ut::CheckFlag(m_Description.mode, ProfileManager::I_CACHE_MISS)) in DumpReports() 173 if (ut::CheckFlag(m_Description.mode, ProfileManager::D_CACHE_READ_MISS)) in DumpReports() 179 if (ut::CheckFlag(m_Description.mode, ProfileManager::D_CACHE_WRITE_MISS)) in DumpReports() 217 if (ut::CheckFlag(m_Description.mode, ProfileManager::TIMER)) in DumpReports() 230 if (ut::CheckFlag(m_Description.mode, ProfileManager::I_CACHE_MISS)) in DumpReports() 237 if (ut::CheckFlag(m_Description.mode, ProfileManager::D_CACHE_READ_MISS)) in DumpReports() 244 if (ut::CheckFlag(m_Description.mode, ProfileManager::D_CACHE_WRITE_MISS)) in DumpReports() 287 if (ut::CheckFlag(profileManager->GetDescription().mode, ProfileManager::I_CACHE_MISS)) in AutoProfile() 292 …if (ut::CheckFlag(this->m_ProfileManager->GetDescription().mode, ProfileManager::D_CACHE_READ_MISS… in AutoProfile() [all …]
|
| D | dev_ParticleProfile.cpp | 46 description.mode = nw::dev::ProfileManager::TIMER; in Initialize()
|
| /NW4C-1.3.3/sources/libraries/demo/ |
| D | demo_DisplayBufferSwapper.cpp | 121 GLenum mode = NULL; in MakeTransferBufferCommand() local 124 mode = NN_GX_ANTIALIASE_NOT_USED; in MakeTransferBufferCommand() 128 mode = NN_GX_ANTIALIASE_2x1; in MakeTransferBufferCommand() 132 mode = NN_GX_ANTIALIASE_2x2; in MakeTransferBufferCommand() 140 mode, in MakeTransferBufferCommand()
|
| /NW4C-1.3.3/sources/libraries/snd/ |
| D | snd_HardwareManager.cpp | 36 void HardwareManager::SetOutputMode( OutputMode mode ) in SetOutputMode() argument 38 if ( m_OutputMode == mode ) return; in SetOutputMode() 40 m_OutputMode = mode; in SetOutputMode() 43 switch ( mode ) in SetOutputMode()
|
| D | snd_MidiSequencePlayer.cpp | 214 switch ( m_ParameterControlInfo[ channelIndex ].mode ) in HandleControlChangeMessage() 335 m_ParameterControlInfo[ channelIndex ].mode = ParameterControlInfo::NRPN; in HandleControlChangeMessage() 339 m_ParameterControlInfo[ channelIndex ].mode = ParameterControlInfo::NRPN; in HandleControlChangeMessage() 343 m_ParameterControlInfo[ channelIndex ].mode = ParameterControlInfo::RPN; in HandleControlChangeMessage() 347 m_ParameterControlInfo[ channelIndex ].mode = ParameterControlInfo::RPN; in HandleControlChangeMessage()
|
| D | snd_FxDelay.cpp | 221 nw::snd::OutputMode mode ) in UpdateBuffer() argument 224 NW_UNUSED_VARIABLE( mode ); in UpdateBuffer()
|
| /NW4C-1.3.3/demos/gfx/MultiAnimationDemo/sources/ |
| D | MultiAnimationDemo.cpp | 722 const char* mode; in ReportDemo() local 726 mode = "Skeletal"; in ReportDemo() 729 mode = "Material"; in ReportDemo() 732 mode = "Visibility"; in ReportDemo() 735 mode = "Camera"; in ReportDemo() 738 mode = "Light"; in ReportDemo() 741 mode = ""; in ReportDemo() 748 mode in ReportDemo()
|
| /NW4C-1.3.3/include/nw/snd/ |
| D | snd_MidiSequencePlayer.h | 132 Mode mode; member 139 : mode(RPN), in ParameterControlInfo()
|
| D | snd_FxBase.h | 118 OutputMode mode
|
| D | snd_SoundSystem.h | 569 static void SetOutputMode( OutputMode mode ) in SetOutputMode() argument 571 internal::driver::HardwareManager::GetInstance().SetOutputMode( mode ); in SetOutputMode()
|
| D | snd_FxDelay.h | 146 nw::snd::OutputMode mode );
|
| D | snd_FxReverb.h | 244 OutputMode mode );
|
| D | snd_HardwareManager.h | 56 void SetOutputMode( OutputMode mode );
|
| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_GraphicsDevice.h | 99 …tic NW_INLINE void SetFragmentOperationMode(const ResFragmentOperation::FragmentOperationMode mode) in SetFragmentOperationMode() argument 101 if (s_FragOperationMode != mode) in SetFragmentOperationMode() 103 s_FragOperationMode = mode; in SetFragmentOperationMode() 109 …atic NW_INLINE void ActivateFragmentOperationMode(ResFragmentOperation::FragmentOperationMode mode) in ActivateFragmentOperationMode() argument 111 s_FragOperationMode = mode; in ActivateFragmentOperationMode() 122 mode, in ActivateFragmentOperationMode()
|
| D | gfx_MaterialState.h | 257 ResTextureCoordinator::MappingMatrixMode mode, 386 ResBlendOperation::Mode mode = blendOperation.GetMode(); in ActivateBlendOperation() local 388 if (mode == ResBlendOperation::MODE_NOT_USE) in ActivateBlendOperation()
|
| /NW4C-1.3.3/include/nw/font/ |
| D | font_CharWriter.h | 185 void SetGradationMode(GradationMode mode) in SetGradationMode() argument 187 NW_FONT_MINMAX_ASSERT(mode, GRADMODE_NONE, NUM_OF_GRADMODE - 1); in SetGradationMode() 188 m_GradationMode = mode; in SetGradationMode()
|
| D | font_RectDrawerCommand.h | 112 #define NW_FONT_CMD_SET_CULL_FACE( mode ) PICA_CMD_SET_CULL_FACE( mode ) argument
|
| D | font_RectDrawer.h | 278 int mode);
|
| /NW4C-1.3.3/sources/libraries/ut/ |
| D | ut_FrameHeap.cpp | 332 void FrameHeap::Free( int mode ) in Free() argument 338 if ( mode & FREE_HEAD ) in Free() 343 if ( mode & FREE_TAIL ) in Free()
|
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_ActivateCommand.cpp | 759 ToPrimitiveModeGL(u8 mode, bool isGeometryShaderEnabled) in ToPrimitiveModeGL() argument 768 NW_ASSERT( mode < (sizeof(PRIM_MODE_TABLE) / sizeof(GLuint)) ); in ToPrimitiveModeGL() 770 GLuint glMode = PRIM_MODE_TABLE[ mode ]; in ToPrimitiveModeGL() 813 GLuint mode = ToPrimitiveModeGL( in SetupDrawIndexStreamCommand() local 843 if (mode == GL_TRIANGLES) in SetupDrawIndexStreamCommand() 858 switch (mode) in SetupDrawIndexStreamCommand()
|
| /NW4C-1.3.3/include/nw/demo/ |
| D | demo_DisplayBufferSwapper.h | 146 Builder& TransferMode(BufferTransferMode mode) in TransferMode() argument 148 m_Description.transferMode = mode; in TransferMode()
|
| /NW4C-1.3.3/include/nw/ut/ |
| D | ut_FrameHeap.h | 56 void Free( int mode );
|
| /NW4C-1.3.3/sources/libraries/font/ |
| D | font_RectDrawer.cpp | 48 #define NW_FONT_CMD_SET_DRAW_MODE1( mode ) \ argument 49 PICA_CMD_DATA_DRAW_MODE1( 0 /* func */, mode ), \ 566 int mode in SetVertexColor() argument 573 mode != CharWriter::GRADMODE_H ? internal::TEXTCOLOR_START: internal::TEXTCOLOR_END]; in SetVertexColor() 575 mode != CharWriter::GRADMODE_V ? internal::TEXTCOLOR_START: internal::TEXTCOLOR_END]; in SetVertexColor() 577 mode == CharWriter::GRADMODE_NONE ? internal::TEXTCOLOR_START: internal::TEXTCOLOR_END]; in SetVertexColor() 1779 int mode in AddTextColor() argument 1783 SetVertexColor(dst, src, mode); in AddTextColor()
|
| /NW4C-1.3.3/include/nw/dev/ |
| D | dev_Profile.h | 105 mode(TIMER) in Description() 111 u32 mode; //!< 計測を行う項目です。 member
|
| /NW4C-1.3.3/sources/libraries/snd/platform/ |
| D | snd_HardwareManagerDSP.cppi | 124 nn::snd::OutputMode mode = nn::snd::GetSoundOutputMode(); 125 switch ( mode )
|