Searched defs:buf (Results 1 – 15 of 15) sorted by relevance
| /NW4C-1.2.23/sources/libraries/io/ |
| D | io_HioFileStream.cpp | 160 s32 HioFileStream::Read( void* buf, u32 length ) in Read() 177 s32 HioFileStream::Write( const void* buf, u32 length ) in Write()
|
| D | io_RomFileStream.cpp | 153 s32 RomFileStream::Read( void* buf, u32 length ) in Read()
|
| /NW4C-1.2.23/include/nw/gfx/ |
| D | gfx_TransformAnim.h | 596 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
|
| D | gfx_AnimObject.h | 164 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
|
| D | gfx_GfxObject.h | 56 static void* operator new( size_t, void* buf ) NW_NO_THROW { return buf; } in new()
|
| /NW4C-1.2.23/sources/libraries/snd/ |
| D | snd_MemorySoundArchive.cpp | 203 s32 MemorySoundArchive::MemoryFileStream::Read( void* buf, u32 length ) in Read()
|
| D | snd_SoundArchivePlayer.cpp | 313 void* buf = buffer; in SetupMram() local 376 void* buf = *buffer; in CreatePlayerHeap() local 415 void* buf = *buffer; in SetupSoundPlayer() local
|
| D | snd_HioSoundArchive.cpp | 404 s32 HioSoundArchive::HioFileStream::Read( void* buf, u32 length ) in Read()
|
| D | snd_RomSoundArchive.cpp | 648 s32 RomSoundArchive::RomFileStream::Read( void* buf, u32 length ) in Read()
|
| D | snd_SoundDataManager.cpp | 87 void* buf = buffer; in Initialize() local
|
| /NW4C-1.2.23/include/nw/ut/ |
| D | ut_SharedPtr.h | 48 void* buf = pAllocator->Alloc( sizeof(SharedPtrCount) ); variable
|
| /NW4C-1.2.23/sources/libraries/gfx/res/ |
| D | gfx_ResShape.cpp | 271 void* buf = resStream.GetStream(); in Setup() local
|
| /NW4C-1.2.23/sources/libraries/font/ |
| D | font_ArchiveFontBase.cpp | 903 void* buf, in CopyTo() 929 void* buf, in MoveTo()
|
| D | font_RectDrawer.cpp | 1431 u32* __restrict buf, in InitUniformBuffer()
|
| /NW4C-1.2.23/sources/libraries/gfx/ |
| D | gfx_MeshRenderer.cpp | 90 void* buf = pAllocator->Alloc(size); in Create() local
|