Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 24 of 24) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/
Dgfx_AnimEvaluator.h114 void* buf = allocator->Alloc(sizeof(AnimEvaluator)); in Create() local
257 virtual void SetCacheBuffer(void* buf, int size) in SetCacheBuffer()
Dgfx_TransformAnimAdder.h89 void* buf = allocator->Alloc(sizeof(TransformAnimAdder)); in Create() local
Dgfx_TransformAnimOverrider.h90 void* buf = allocator->Alloc(sizeof(TransformAnimOverrider)); in Create() local
Dgfx_AnimOverrider.h91 void* buf = allocator->Alloc(sizeof(AnimOverrider)); in Create() local
Dgfx_TransformAnimInterpolator.h105 void* buf = allocator->Alloc(sizeof(TransformAnimInterpolator)); in Create() local
Dgfx_TransformAnimEvaluator.h116 void* buf = allocator->Alloc(sizeof(TransformAnimEvaluator)); in Create() local
291 virtual void SetCacheBuffer(void* buf, int size) in SetCacheBuffer()
Dgfx_AnimAdder.h89 void* buf = allocator->Alloc(sizeof(AnimAdder)); in Create() local
Dgfx_GfxObject.h58 static void* operator new( size_t, void* buf ) NW_NO_THROW { return buf; } in new()
Dgfx_AnimInterpolator.h109 void* buf = allocator->Alloc(sizeof(AnimInterpolator)); in Create() local
Dgfx_AnimBinding.h116 void* buf = allocator->Alloc(sizeof(AnimBinding)); in Create() local
Dgfx_AnimGroup.h111 void* buf = allocator->Alloc(sizeof(AnimGroup)); in Create() local
Dgfx_BaseAnimEvaluator.h302 virtual void SetCacheBuffer(void* buf, int size) in SetCacheBuffer()
/NW4C-2.0.3/sources/libraries/io/
Dio_HioFileStream.cpp162 s32 HioFileStream::Read( void* buf, u32 length ) in Read()
179 s32 HioFileStream::Write( const void* buf, u32 length ) in Write()
Dio_RomFileStream.cpp155 s32 RomFileStream::Read( void* buf, u32 length ) in Read()
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_MemorySoundArchive.cpp205 s32 MemorySoundArchive::MemoryFileStream::Read( void* buf, u32 length ) in Read()
Dsnd_SoundDataManager.cpp63 void* buf = buffer; in Initialize() local
Dsnd_SoundArchivePlayer.cpp327 void* buf = buffer; in SetupMram() local
390 void* buf = *buffer; in CreatePlayerHeap() local
429 void* buf = *buffer; in SetupSoundPlayer() local
Dsnd_HioSoundArchive.cpp406 s32 HioSoundArchive::HioFileStream::Read( void* buf, u32 length ) in Read()
Dsnd_RomSoundArchive.cpp650 s32 RomSoundArchive::RomFileStream::Read( void* buf, u32 length ) in Read()
/NW4C-2.0.3/include/nw/ut/
Dut_SharedPtr.h50 void* buf = pAllocator->Alloc( sizeof(SharedPtrCount) ); variable
/NW4C-2.0.3/sources/libraries/font/
Dfont_ArchiveFontBase.cpp905 void* buf, in CopyTo()
931 void* buf, in MoveTo()
Dfont_RectDrawer.cpp1460 u32* __restrict buf, in InitUniformBuffer()
/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResShape.cpp281 void* buf = resStream.GetStream(); in Setup() local
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_MeshRenderer.cpp85 void* buf = pAllocator->Alloc(size); in Create() local