Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/io/
Dio_HioFileStream.cpp160 s32 HioFileStream::Read( void* buf, u32 length ) in Read()
177 s32 HioFileStream::Write( const void* buf, u32 length ) in Write()
Dio_RomFileStream.cpp153 s32 RomFileStream::Read( void* buf, u32 length ) in Read()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_TransformAnim.h597 void* buf = allocator->Alloc(sizeof(TransformAnimEvaluator)); in Create() local
772 virtual void SetCacheBuffer(void* buf, int size) in SetCacheBuffer()
960 void* buf = allocator->Alloc(sizeof(TransformAnimInterpolator)); in Create() local
1083 void* buf = allocator->Alloc(sizeof(TransformAnimAdder)); in Create() local
1202 void* buf = allocator->Alloc(sizeof(TransformAnimOverrider)); in Create() local
Dgfx_AnimObject.h165 void* buf = allocator->Alloc(sizeof(AnimGroup)); in Create() local
587 void* buf = allocator->Alloc(sizeof(AnimBinding)); in Create() local
1140 virtual void SetCacheBuffer(void* buf, int size) in SetCacheBuffer()
1335 void* buf = allocator->Alloc(sizeof(AnimEvaluator)); in Create() local
1458 virtual void SetCacheBuffer(void* buf, int size) in SetCacheBuffer()
1841 void* buf = allocator->Alloc(sizeof(AnimInterpolator)); in Create() local
2097 void* buf = allocator->Alloc(sizeof(AnimAdder)); in Create() local
2281 void* buf = allocator->Alloc(sizeof(AnimOverrider)); in Create() local
Dgfx_GfxObject.h56 static void* operator new( size_t, void* buf ) NW_NO_THROW { return buf; } in new()
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_MemorySoundArchive.cpp203 s32 MemorySoundArchive::MemoryFileStream::Read( void* buf, u32 length ) in Read()
Dsnd_SoundDataManager.cpp61 void* buf = buffer; in Initialize() local
Dsnd_SoundArchivePlayer.cpp325 void* buf = buffer; in SetupMram() local
388 void* buf = *buffer; in CreatePlayerHeap() local
427 void* buf = *buffer; in SetupSoundPlayer() local
Dsnd_HioSoundArchive.cpp404 s32 HioSoundArchive::HioFileStream::Read( void* buf, u32 length ) in Read()
Dsnd_RomSoundArchive.cpp648 s32 RomSoundArchive::RomFileStream::Read( void* buf, u32 length ) in Read()
/NW4C-1.3.3/include/nw/ut/
Dut_SharedPtr.h48 void* buf = pAllocator->Alloc( sizeof(SharedPtrCount) ); variable
/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResShape.cpp280 void* buf = resStream.GetStream(); in Setup() local
/NW4C-1.3.3/sources/libraries/font/
Dfont_ArchiveFontBase.cpp903 void* buf, in CopyTo()
929 void* buf, in MoveTo()
Dfont_RectDrawer.cpp1431 u32* __restrict buf, in InitUniformBuffer()
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_MeshRenderer.cpp83 void* buf = pAllocator->Alloc(size); in Create() local