Lines Matching refs:s32
46 static const s32 NW_PROFILE_OUTPUT_INTERVAL = 600;
47 static const s32 NW_LOAD_METER_INTERVAL = 60;
49 static const s32 POS_COMMAND_SIZE_X = 15;
50 static const s32 POS_COMMAND_SIZE_Y = 115;
51 static const s32 POS_LOAD_METER_X = 16;
52 static const s32 POS_LOAD_METER_Y = 140;
53 static const s32 HEIGHT_LOAD_METER = 18;
54 static const s32 POS_BAR_CHART_X = 15;
55 static const s32 POS_BAR_CHART_Y = 188;
56 static const s32 WIDTH_LOAD_METER_BAR_CHART = 256;
57 static const s32 HEIGHT_LOAD_METER_BAR_CHART = 20;
289 s32 mainLeakSize = s_DeviceMemoryFreeSize - s_DeviceAllocator->GetFreeSize(); in TestMemoryLeak()
290 s32 particleLeakSize = 0; in TestMemoryLeak()
348 static s32 s_ProfileCallCount;
349 static s32 s_DebugFrameCount;
383 s32 channelNumber,
405 void NotifyMemoryLeak(s32 deviceLeakSize, s32 particleLeakSize);
441 s32 display;
464 s32 isModeEnabled;
469 s32 frameCount;
488 s32 packetType;
489 s32 eventCount;
502 s32 packetType;
503 s32 eventCount;
518 s32 packetType;
519 s32 frameCount;
520 s32 width;
521 s32 height;
522 s32 display;
537 s32 packetType;
538 s32 frameCount;
551 s32 packetType;
552 s32 frameCount;
565 s32 callCount;
566 s32 cpuTime;
567 s32 gpuTime;
568 s32 otherGpuTime;
569 s32 cmdSize;
575 s32 packetType;
576 s32 frameCount;
589 s32 deviceLeakSize;
590 s32 particleLeakSize;
596 s32 packetType;
597 s32 frameCount;
610 s32 packetType;
611 s32 frameCount;
612 s32 timing;
625 s32 deviceMemoryUsed;
626 s32 particleMemoryUsed;
649 s32 m_FrameCount;
663 int Initialize(s32,bool,nw::demo::RenderSystem**,const u32*,const u32*){return -1;} in Initialize() argument
667 void NotifyMemoryLeak(s32, s32){} in NotifyMemoryLeak() argument