Home
last modified time | relevance | path

Searched refs:os (Results 1 – 25 of 258) sorted by relevance

1234567891011

/NW4C-1.3.3/include/nw/gfx/
Dgfx_SceneBuilder.h125 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 …]
Dgfx_Fog.h117 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 …]
Dgfx_AmbientLight.h94 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 …]
Dgfx_HemiSphereLight.h95 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 …]
Dgfx_VertexLight.h128 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 …]
Dgfx_FragmentLight.h128 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 …]
Dgfx_MaterialActivator.h24 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);
Dgfx_Material.h62 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 …]
Dgfx_DirectMaterialActivator.h24 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);
Dgfx_SimpleMaterialActivator.h24 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);
Dgfx_PerspectiveProjectionUpdater.h24 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,
Dgfx_FrustumProjectionUpdater.h24 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,
Dgfx_OrthoProjectionUpdater.h24 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,
Dgfx_LookAtTargetViewUpdater.h24 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,
Dgfx_AimTargetViewUpdater.h24 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,
Dgfx_RotateViewUpdater.h24 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,
Dgfx_AnimObject.h139 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 …]
Dgfx_SceneNode.h46 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 …]
Dgfx_ParticleModel.h110 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/
Ddemo_HioPacketChannel.h81 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/
Ddev_Profile.h124 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 …]
Ddev_Screenshot.h33 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/
Dos_MutexCTRWIN.h22 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/
Dfont_Stopwatch.h40 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/
Dos_Utility.h26 #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 {

1234567891011