Searched defs:buf (Results 1 – 15 of 15) sorted by relevance
| /NW4C-1.3.3/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.3.3/include/nw/gfx/ |
| D | gfx_TransformAnim.h | 597 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
|
| D | gfx_AnimObject.h | 165 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
|
| D | gfx_GfxObject.h | 56 static void* operator new( size_t, void* buf ) NW_NO_THROW { return buf; } in new()
|
| /NW4C-1.3.3/sources/libraries/snd/ |
| D | snd_MemorySoundArchive.cpp | 203 s32 MemorySoundArchive::MemoryFileStream::Read( void* buf, u32 length ) in Read()
|
| D | snd_SoundDataManager.cpp | 61 void* buf = buffer; in Initialize() local
|
| D | snd_SoundArchivePlayer.cpp | 325 void* buf = buffer; in SetupMram() local 388 void* buf = *buffer; in CreatePlayerHeap() local 427 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()
|
| /NW4C-1.3.3/include/nw/ut/ |
| D | ut_SharedPtr.h | 48 void* buf = pAllocator->Alloc( sizeof(SharedPtrCount) ); variable
|
| /NW4C-1.3.3/sources/libraries/gfx/res/ |
| D | gfx_ResShape.cpp | 280 void* buf = resStream.GetStream(); in Setup() local
|
| /NW4C-1.3.3/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.3.3/sources/libraries/gfx/ |
| D | gfx_MeshRenderer.cpp | 83 void* buf = pAllocator->Alloc(size); in Create() local
|