| /NW4C-1.3.3/demos/Nw4cDemo/include/ |
| D | framework.h | 44 NW_DEV_LOG( "[DEMO] Command Buffer Single\n\n" ); in SwapCommandBufferMode() 49 NW_DEV_LOG( "[DEMO] Command Buffer Double\n\n" ); in SwapCommandBufferMode() 59 NW_DEV_LOG( "[DEMO] Layout Draw Off\n\n" ); in SwapLayoutVisible() 64 NW_DEV_LOG( "[DEMO] Layout Draw On\n\n" ); in SwapLayoutVisible() 74 NW_DEV_LOG( "[DEMO] Cpu Meter Draw Off\n\n" ); in SwapCpuMeterVisible() 79 NW_DEV_LOG( "[DEMO] Cpu Meter Draw On\n\n" ); in SwapCpuMeterVisible() 89 NW_DEV_LOG( "[DEMO] Demo Stop\n\n" ); in SwapPlay() 94 NW_DEV_LOG( "[DEMO] Demo Play\n\n" ); in SwapPlay() 120 NW_DEV_LOG( "[DEMO] Demo Add Frame\n\n" ); in SetAddFrame()
|
| /NW4C-1.3.3/sources/libraries/demo/ |
| D | demo_DebugUtility.cpp | 54 … NW_DEV_LOG("-------------------------------------------------------------------------------\n"); in CalcLoadMeter() 55 … NW_DEV_LOG("| Entering CPU profiling mode. |\n"); in CalcLoadMeter() 56 … NW_DEV_LOG("-------------------------------------------------------------------------------\n"); in CalcLoadMeter() 57 NW_DEV_LOG("Command list won't run.\n"); in CalcLoadMeter() 58 NW_DEV_LOG("Load meter will be output to log.\n"); in CalcLoadMeter() 59 NW_DEV_LOG("To leave profiling mode, turn DBG switch OFF.\n"); in CalcLoadMeter() 60 NW_DEV_LOG("\n"); in CalcLoadMeter() 64 … NW_DEV_LOG("-------------------------------------------------------------------------------\n"); in CalcLoadMeter() 65 … NW_DEV_LOG("| Leaving CPU profiling mode. |\n"); in CalcLoadMeter() 66 … NW_DEV_LOG("-------------------------------------------------------------------------------\n"); in CalcLoadMeter() [all …]
|
| D | demo_HioPacketChannel.cpp | 129 NW_DEV_LOG("SendPacket() : Failed to send packet\n"); in SendPacket() 139 NW_DEV_LOG("SendPacket() : Failed to send packet\n"); in SendPacket() 150 NW_DEV_LOG("SendPacket() : Failed to send packet\n"); in SendPacket() 161 NW_DEV_LOG("SendPacket() : Failed to send packet\n"); in SendPacket() 172 NW_DEV_LOG("SendPacket() : Failed to send packet\n"); in SendPacket()
|
| D | demo_AutoTester.cpp | 314 NW_DEV_LOG("NW_SCREENSHOT_TEST: OK\n"); in SendScreenshot() 319 NW_DEV_LOG("NW_SCREENSHOT_TEST: NG\n"); in SendScreenshot()
|
| /NW4C-1.3.3/demos/Nw4cDemo/sources/ |
| D | main.cpp | 280 NW_DEV_LOG( "\n[CPU COST LOG]\n" ); in OutputLog() 286 NW_DEV_LOG( "CPU COST:%8.4f[%8.4f%%]\n", cpuCost, cpuCost/16.666f*100.f ); in OutputLog() 287 NW_DEV_LOG( "[GPU COST LOG]\n" ); in OutputLog() 293 NW_DEV_LOG( "GPU COST:%8.4f[%8.4f%%]\n\n", gpuCost, gpuCost/16.666f*100.f ); in OutputLog() 400 NW_DEV_LOG( "[DEMO] Demo Reset\n\n" ); in SendPadMassage() 406 …NW_DEV_LOG( "[DEMO] FRAME_END - START:%8.4f[%8.4f%%]\n", s_FrameStatus.GetAllTime(), s_FrameStatus… in SendPadMassage() 407 …NW_DEV_LOG( "[DEMO] WAIT GPU :%8.4f[%8.4f%%]\n", s_FrameStatus.GetGpuWaitTime(), s_FrameSt… in SendPadMassage() 408 NW_DEV_LOG( "[DEMO] COMMNAD REQ COUNT :%d\n", s_FrameStatus.GetUsedReqCount() ); in SendPadMassage() 409 NW_DEV_LOG( "[DEMO] STEREO PARAM LEVEL :%f\n", s_Demo->GetStereoLevel() ); in SendPadMassage() 410 NW_DEV_LOG( "[DEMO] STEREO PARAM RANGE :%f\n", s_Demo->GetStereoRange() ); in SendPadMassage() [all …]
|
| D | SmSceneCtrl.cpp | 237 NW_DEV_LOG( "SceneContex:SceneNode Num %d\n", cnt ); in OutputLog() 248 NW_DEV_LOG( "SceneContex:ModelArray Num %d\n", cnt ); in OutputLog() 259 NW_DEV_LOG( "SceneContex:Particle Model Array Num %d\n", cnt ); in OutputLog() 270 NW_DEV_LOG( "SceneContex:Particle Set Array Num %d\n", cnt ); in OutputLog()
|
| D | SmCamera.cpp | 231 if (animGroup == NULL){ NW_DEV_LOG("SmCamera:Dont have AnimGroup"); } in SetAnimEvaluatorNo()
|
| /NW4C-1.3.3/include/nw/dev/ |
| D | dev_Utility.h | 31 void NW_DEV_LOG( const char* fmt, ... ); 47 #define NW_DEV_LOG(...) (void)0 macro
|
| D | dev_Profile.h | 453 …NW_DEV_LOG("%d : %6.2f us\n", i, static_cast<float>( m_Ticks[i].ToTimeSpan().GetNanoSeconds() ) / … in Report() 456 …NW_DEV_LOG("Total : %6.2f us\n", static_cast<float>( total.ToTimeSpan().GetNanoSeconds() ) / 1000.… in Report()
|
| /NW4C-1.3.3/include/nw/demo/ |
| D | demo_Memory.h | 158 NW_DEV_LOG("Alloc(): Specified memory block allocated\n"); in Alloc() 181 NW_DEV_LOG("Free(): Specified memory block freed\n"); in Free()
|
| D | demo_DebugUtility.h | 298 NW_DEV_LOG( in TestMemoryLeak() 305 NW_DEV_LOG( in TestMemoryLeak()
|
| /NW4C-1.3.3/sources/libraries/dev/ |
| D | dev_Profile.cpp | 133 NW_DEV_LOG("\n"); in DumpReports() 142 NW_DEV_LOG("Time: [ms]\n"); in DumpReports() 148 NW_DEV_LOG("Time: [us]\n"); in DumpReports() 199 NW_DEV_LOG(caption); in DumpReports() 261 NW_DEV_LOG(output); in DumpReports()
|
| D | dev_Utility.cpp | 30 NW_DEV_LOG( const char* fmt, ... ) in NW_DEV_LOG() function
|
| D | dev_Screenshot.cpp | 109 …NW_DEV_LOG("|%s|0x%08x, 0x%08x, 0x%08x, 0x%08x, 0x%08x|\n", display, m_Hash[0], m_Hash[1], m_Hash[… in DumpHash()
|
| /NW4C-1.3.3/demos/gfx/ParticleCtrlEmissionDemo/sources/ |
| D | ParticleCtrlEmissionDemo.cpp | 338 NW_DEV_LOG("[ParticleCtrlEmissionDemo Ctrl]\n"); in InitializeParticleCtrlEmissionDemo() 339 NW_DEV_LOG("l : Decrement Emission Ratio\n"); in InitializeParticleCtrlEmissionDemo() 340 NW_DEV_LOG("r : Additive Emission Ratio\n"); in InitializeParticleCtrlEmissionDemo()
|
| /NW4C-1.3.3/demos/gfx/ParticleChokeDemo/sources/ |
| D | ParticleChokeDemo.cpp | 354 NW_DEV_LOG("[ParticleChokeDemo]\n"); in InitializeParticleChokeDemo() 355 NW_DEV_LOG("Button R : Restart Partcile\n"); in InitializeParticleChokeDemo()
|
| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_RenderQueue.h | 336 NW_DEV_LOG("%3d : Command(%x)\n", in operator() 346 NW_DEV_LOG("%3d : Model(%s), Mesh(%s), Material(%s)\n", in operator()
|