Lines Matching refs:s32
44 static const s32 NW_PROFILE_OUTPUT_INTERVAL = 600;
45 static const s32 NW_LOAD_METER_INTERVAL = 60;
47 static const s32 POS_COMMAND_SIZE_X = 15;
48 static const s32 POS_COMMAND_SIZE_Y = 115;
49 static const s32 POS_LOAD_METER_X = 16;
50 static const s32 POS_LOAD_METER_Y = 140;
51 static const s32 HEIGHT_LOAD_METER = 18;
52 static const s32 POS_BAR_CHART_X = 15;
53 static const s32 POS_BAR_CHART_Y = 188;
54 static const s32 WIDTH_LOAD_METER_BAR_CHART = 256;
55 static const s32 HEIGHT_LOAD_METER_BAR_CHART = 20;
287 s32 mainLeakSize = s_DeviceMemoryFreeSize - s_DeviceAllocator->GetFreeSize(); in TestMemoryLeak()
288 s32 particleLeakSize = 0; in TestMemoryLeak()
346 static s32 s_ProfileCallCount;
347 static s32 s_DebugFrameCount;
381 s32 channelNumber,
403 void NotifyMemoryLeak(s32 deviceLeakSize, s32 particleLeakSize);
439 s32 display;
462 s32 isModeEnabled;
467 s32 frameCount;
486 s32 packetType;
487 s32 eventCount;
500 s32 packetType;
501 s32 eventCount;
516 s32 packetType;
517 s32 frameCount;
518 s32 width;
519 s32 height;
520 s32 display;
535 s32 packetType;
536 s32 frameCount;
549 s32 packetType;
550 s32 frameCount;
563 s32 callCount;
564 s32 cpuTime;
565 s32 gpuTime;
566 s32 otherGpuTime;
567 s32 cmdSize;
573 s32 packetType;
574 s32 frameCount;
587 s32 deviceLeakSize;
588 s32 particleLeakSize;
594 s32 packetType;
595 s32 frameCount;
608 s32 packetType;
609 s32 frameCount;
610 s32 timing;
623 s32 deviceMemoryUsed;
624 s32 particleMemoryUsed;
647 s32 m_FrameCount;
661 int Initialize(s32,bool,nw::demo::RenderSystem**,const u32*,const u32*){return -1;} in Initialize() argument
665 void NotifyMemoryLeak(s32, s32){} in NotifyMemoryLeak() argument