| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_SceneBuilder.h | 125 SceneObject* CreateObject(os::IAllocator* allocator, os::IAllocator* deviceAllocator); 137 SceneObject* CreateTree(os::IAllocator* allocator, os::IAllocator* deviceAllocator); 148 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT 151 os::MemorySizeCalculator size(alignment); 167 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT 170 os::MemorySizeCalculator size(alignment); 186 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT 189 os::MemorySizeCalculator size(alignment); 205 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT 208 os::MemorySizeCalculator size(alignment); [all …]
|
| D | gfx_Fog.h | 117 Fog* Create(os::IAllocator* allocator); 125 size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) const; 144 os::IAllocator* allocator); 154 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT 157 os::MemorySizeCalculator size(alignment); 166 os::MemorySizeCalculator* pSize, 239 ResFogDataDestroyer(os::IAllocator* allocator = 0) : m_Allocator(allocator) in m_Allocator() 246 os::IAllocator* m_Allocator; 251 ResFogUpdaterDataDestroyer(os::IAllocator* allocator = 0) : m_Allocator(allocator) in m_Allocator() 258 os::IAllocator* m_Allocator; [all …]
|
| D | gfx_AmbientLight.h | 94 AmbientLight* Create(os::IAllocator* allocator); 102 size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) const; 121 os::IAllocator* allocator); 131 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT 134 os::MemorySizeCalculator size(alignment); 143 os::MemorySizeCalculator* pSize, 182 ResAmbientLightDataDestroyer(os::IAllocator* allocator = 0) : m_Allocator(allocator) in m_Allocator() 189 os::IAllocator* m_Allocator; 201 os::IAllocator* allocator, in AmbientLight() 212 os::IAllocator* allocator, in AmbientLight() [all …]
|
| D | gfx_HemiSphereLight.h | 95 HemiSphereLight* Create(os::IAllocator* allocator); 103 size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) const; 122 os::IAllocator* allocator); 132 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT 135 os::MemorySizeCalculator size(alignment); 144 os::MemorySizeCalculator* pSize, 183 ResHemiSphereLightDataDestroyer(os::IAllocator* allocator = 0) : m_Allocator(allocator) in m_Allocator() 190 os::IAllocator* m_Allocator; 202 os::IAllocator* allocator, in HemiSphereLight() 213 os::IAllocator* allocator, in HemiSphereLight() [all …]
|
| D | gfx_VertexLight.h | 128 VertexLight* Create(os::IAllocator* allocator); 136 size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) const; 155 os::IAllocator* allocator); 165 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT 168 os::MemorySizeCalculator size(alignment); 177 os::MemorySizeCalculator* pSize, 224 ResVertexLightDataDestroyer(os::IAllocator* allocator = 0) : m_Allocator(allocator) in m_Allocator() 231 os::IAllocator* m_Allocator; 243 os::IAllocator* allocator, in VertexLight() 255 os::IAllocator* allocator, in VertexLight() [all …]
|
| D | gfx_FragmentLight.h | 128 FragmentLight* Create(os::IAllocator* allocator); 136 size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) const; 155 os::IAllocator* allocator); 165 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT 168 os::MemorySizeCalculator size(alignment); 177 os::MemorySizeCalculator* pSize, 225 ResFragmentLightDataDestroyer(os::IAllocator* allocator = 0) : m_Allocator(allocator) in m_Allocator() 232 os::IAllocator* m_Allocator; 244 os::IAllocator* allocator, in FragmentLight() 256 os::IAllocator* allocator, in FragmentLight() [all …]
|
| D | gfx_MaterialActivator.h | 24 namespace os 56 static MaterialActivator* Create(os::IAllocator* allocator); 63 static size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) 65 os::MemorySizeCalculator size(alignment); 75 os::MemorySizeCalculator* pSize) in GetMemorySizeInternal() 77 os::MemorySizeCalculator& size = *pSize; in GetMemorySizeInternal() 92 MaterialActivator(os::IAllocator* allocator);
|
| D | gfx_Material.h | 62 os::IAllocator* allocator); 74 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) 76 os::MemorySizeCalculator size(alignment); 86 os::MemorySizeCalculator* pSize, 262 os::IAllocator* allocator, 274 ResMaterialDestroyer(os::IAllocator* allocator = 0) : m_Allocator(allocator) in m_Allocator() 281 os::IAllocator* m_Allocator; 287 Result Initialize(os::IAllocator* allocator); 294 Result CreateBuffers(os::IAllocator* allocator); 305 os::IAllocator* allocator, [all …]
|
| D | gfx_DirectMaterialActivator.h | 24 namespace os 56 static DirectMaterialActivator* Create(os::IAllocator* allocator); 63 static size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) 65 os::MemorySizeCalculator size(alignment); 75 os::MemorySizeCalculator* pSize) in GetMemorySizeInternal() 77 os::MemorySizeCalculator& size = *pSize; in GetMemorySizeInternal() 114 DirectMaterialActivator(os::IAllocator* allocator);
|
| D | gfx_SimpleMaterialActivator.h | 24 namespace os 56 static SimpleMaterialActivator* Create(os::IAllocator* allocator); 63 static size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) 65 os::MemorySizeCalculator size(alignment); 73 static void GetMemorySizeInternal(os::MemorySizeCalculator* pSize) in GetMemorySizeInternal() 75 os::MemorySizeCalculator& size = *pSize; in GetMemorySizeInternal() 104 SimpleMaterialActivator(os::IAllocator* allocator);
|
| D | gfx_PerspectiveProjectionUpdater.h | 24 namespace os 53 static PerspectiveProjectionUpdater* Create(os::IAllocator* allocator); 64 os::IAllocator* allocator, 69 os::MemorySizeCalculator* pSize, in GetMemorySizeInternal() 72 os::MemorySizeCalculator& size = *pSize; in GetMemorySizeInternal() 131 os::IAllocator* pAllocator,
|
| D | gfx_FrustumProjectionUpdater.h | 24 namespace os 53 static FrustumProjectionUpdater* Create(os::IAllocator* allocator); 64 os::IAllocator* allocator, 69 os::MemorySizeCalculator* pSize, in GetMemorySizeInternal() 72 os::MemorySizeCalculator& size = *pSize; in GetMemorySizeInternal() 129 os::IAllocator* pAllocator,
|
| D | gfx_OrthoProjectionUpdater.h | 24 namespace os 53 static OrthoProjectionUpdater* Create(os::IAllocator* allocator); 64 os::IAllocator* allocator, 69 os::MemorySizeCalculator* pSize, in GetMemorySizeInternal() 72 os::MemorySizeCalculator& size = *pSize; in GetMemorySizeInternal() 130 os::IAllocator* pAllocator,
|
| D | gfx_LookAtTargetViewUpdater.h | 24 namespace os 53 static LookAtTargetViewUpdater* Create(os::IAllocator* allocator); 64 os::IAllocator* allocator, 69 os::MemorySizeCalculator* pSize, in GetMemorySizeInternal() 72 os::MemorySizeCalculator& size = *pSize; in GetMemorySizeInternal() 133 os::IAllocator* pAllocator,
|
| D | gfx_AimTargetViewUpdater.h | 24 namespace os 53 static AimTargetViewUpdater* Create(os::IAllocator* allocator); 64 os::IAllocator* allocator, 69 os::MemorySizeCalculator* pSize, in GetMemorySizeInternal() 72 os::MemorySizeCalculator& size = *pSize; in GetMemorySizeInternal() 133 os::IAllocator* pAllocator,
|
| D | gfx_RotateViewUpdater.h | 24 namespace os 53 static RotateViewUpdater* Create(os::IAllocator* allocator); 64 os::IAllocator* allocator, 69 os::MemorySizeCalculator* pSize, in GetMemorySizeInternal() 72 os::MemorySizeCalculator& size = *pSize; in GetMemorySizeInternal() 133 os::IAllocator* pAllocator,
|
| D | gfx_AnimObject.h | 139 size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) const 141 os::MemorySizeCalculator size(alignment); 149 void GetMemorySizeInternal(os::MemorySizeCalculator* pSize) const in GetMemorySizeInternal() 151 os::MemorySizeCalculator& size = *pSize; in GetMemorySizeInternal() 163 AnimGroup* Create(os::IAllocator* allocator) in Create() 338 os::IAllocator* allocator); 350 …static void GetMemorySizeForInitialize(os::MemorySizeCalculator* pSize, const anim::ResAnimGroup r… 390 AnimObject(os::IAllocator* allocator, u32 animType) in AnimObject() 561 size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) const 563 os::MemorySizeCalculator size(alignment); [all …]
|
| D | gfx_SceneNode.h | 46 static const size_t CHILDREN_MEMORY_ALIGNMENT = os::IAllocator::CACHE_LINE_ALIGNMENT; 163 SceneNode* Create(os::IAllocator* allocator); 171 size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) const 173 os::MemorySizeCalculator size(alignment); 198 os::IAllocator* allocator); 208 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) 210 os::MemorySizeCalculator size(alignment); 219 os::MemorySizeCalculator* pSize, in GetMemorySizeInternal() 223 os::MemorySizeCalculator& size = *pSize; in GetMemorySizeInternal() 254 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) [all …]
|
| D | gfx_ParticleModel.h | 110 os::IAllocator* mainAllocator, 111 os::IAllocator* deviceAllocator); 121 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) 123 os::MemorySizeCalculator size(alignment); 132 os::MemorySizeCalculator* pSize, 143 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) 145 os::MemorySizeCalculator size(alignment); 154 os::MemorySizeCalculator* pSize, 334 virtual Result Initialize(os::IAllocator* allocator); 338 os::MemorySizeCalculator* pSize, [all …]
|
| /NW4C-1.3.3/include/nw/demo/ |
| D | demo_HioPacketChannel.h | 81 os::IAllocator* allocator, 82 os::IAllocator* deviceAllocator 105 static bool Initialize(os::IAllocator* deviceAllocator); 203 os::IAllocator* allocator, 204 os::IAllocator* deviceAllocator, 210 nw::os::IAllocator* m_Allocator; 211 nw::os::IAllocator* m_DeviceAllocator; 213 static nw::os::IAllocator* s_DeviceAllocatorForHioWorkMemory; 230 namespace os 254 HioPacketChannel* Create(os::IAllocator* ,os::IAllocator* ) { return NULL; } in Create() [all …]
|
| /NW4C-1.3.3/include/nw/dev/ |
| D | dev_Profile.h | 124 os::IAllocator* allocator); 130 void Destroy(os::IAllocator* allocator); 187 static_cast<float>(nn::os::Tick(tick).ToTimeSpan().GetNanoSeconds()) / accuracy; in TickToTime() 194 os::IAllocator* allocator, 241 static void Initialize(int maxReport, os::IAllocator* allocator); 244 static void Finalize(os::IAllocator* allocator); 324 os::IAllocator*) in CreateProfileManager() 329 void Destroy(os::IAllocator*){}; in Destroy() 376 static void Initialize(int, os::IAllocator*){} in Initialize() 378 static void Finalize(os::IAllocator*){} in Finalize() [all …]
|
| D | dev_Screenshot.h | 33 namespace os 116 nw::os::IAllocator* allocator, 148 nw::os::IAllocator* allocator, in Screenshot() 164 nw::os::IAllocator* m_Allocator; 181 nw::os::IAllocator* allocator, 234 void Destroy(os::IAllocator* allocator); 239 nw::os::IAllocator* allocator, 246 nw::os::IAllocator* m_Allocator; 281 …static Screenshot* Create(DisplayDescription, nw::os::IAllocator*, void*, void*, size_t) { return … 296 static ScreenshotManager* Create(nw::os::IAllocator*, int, int) { return NULL; } [all …]
|
| /NW4C-1.3.3/include/nw/os/platform/ |
| D | os_MutexCTRWIN.h | 22 namespace os { 33 nn::os::ipc::InitMutex( &m_Mutex ); in LockObject() 38 nn::os::ipc::DestroyMutex( m_Mutex ); in ~LockObject() 43 nn::os::ipc::LockMutex( m_Mutex ); in Lock() 48 nn::Result result = nn::os::ipc::TryLockMutex( m_Mutex ); in TryLock() 54 nn::os::ipc::UnlockMutex( m_Mutex ); in Unlock() 58 nn::os::ipc::Mutex m_Mutex;
|
| /NW4C-1.3.3/include/nw/font/ |
| D | font_Stopwatch.h | 40 using namespace nn::os; in Start() 48 using namespace nn::os; in Stop() 52 m_StartTick = nn::os::Tick(); in Stop() 57 m_TotalTick = nn::os::Tick(); in Reset() 67 return m_StartTick != nn::os::Tick(); in IsRunning() 71 nn::os::Tick m_StartTick; 72 nn::os::Tick m_TotalTick;
|
| /NW4C-1.3.3/include/nw/os/ |
| D | os_Utility.h | 26 #define nwosPanic(...) ::nw::os::Halt() 29 #define nwosPrintf ::nw::os::internal::Printf 30 #define nwosVPrintf ::nw::os::internal::VPrintf 31 #define nwosPanic(...) ::nw::os::internal::Panic( NN_FILE_NAME, __LINE__, __VA_ARGS__ ) 32 #define nwosWarning(...) ::nw::os::internal::Warning( NN_FILE_NAME, __LINE__, __VA_ARGS__ ) 36 namespace os {
|