Home
last modified time | relevance | path

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

/NW4C-1.2.23/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.2.23/include/nw/gfx/
Dgfx_TransformAnim.h596 void* buf = allocator->Alloc(sizeof(TransformAnimEvaluator)); in Create() local
749 virtual void SetCacheBuffer(void* buf, int size) in SetCacheBuffer()
949 void* buf = allocator->Alloc(sizeof(TransformAnimInterpolator)); in Create() local
1071 void* buf = allocator->Alloc(sizeof(TransformAnimAdder)); in Create() local
1189 void* buf = allocator->Alloc(sizeof(TransformAnimOverrider)); in Create() local
Dgfx_AnimObject.h164 void* buf = allocator->Alloc(sizeof(AnimGroup)); in Create() local
562 void* buf = allocator->Alloc(sizeof(AnimBinding)); in Create() local
1122 virtual void SetCacheBuffer(void* buf, int size) in SetCacheBuffer()
1316 void* buf = allocator->Alloc(sizeof(AnimEvaluator)); in Create() local
1436 virtual void SetCacheBuffer(void* buf, int size) in SetCacheBuffer()
1830 void* buf = allocator->Alloc(sizeof(AnimInterpolator)); in Create() local
2085 void* buf = allocator->Alloc(sizeof(AnimAdder)); in Create() local
2268 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.2.23/sources/libraries/snd/
Dsnd_MemorySoundArchive.cpp203 s32 MemorySoundArchive::MemoryFileStream::Read( void* buf, u32 length ) in Read()
Dsnd_SoundArchivePlayer.cpp313 void* buf = buffer; in SetupMram() local
376 void* buf = *buffer; in CreatePlayerHeap() local
415 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()
Dsnd_SoundDataManager.cpp87 void* buf = buffer; in Initialize() local
/NW4C-1.2.23/include/nw/ut/
Dut_SharedPtr.h48 void* buf = pAllocator->Alloc( sizeof(SharedPtrCount) ); variable
/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResShape.cpp271 void* buf = resStream.GetStream(); in Setup() local
/NW4C-1.2.23/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.2.23/sources/libraries/gfx/
Dgfx_MeshRenderer.cpp90 void* buf = pAllocator->Alloc(size); in Create() local