Home
last modified time | relevance | path

Searched refs:Allocate (Results 1 – 19 of 19) sorted by relevance

/NW4C-1.2.23/include/nw/demo/
Ddemo_GraphicsMemoryAllocator.h57 void* Allocate(GLenum area, GLenum aim, GLuint id, GLsizei size);
Ddemo_SimpleApp.h113 static void* Allocate(size_t size, u8 alignment = 4);
Ddemo_Memory.h149 void* memory = m_Heap.Allocate(size, alignment); in Alloc()
Ddemo_Particle.h607 ParticleNode* node = this->Allocate(); in AddPool()
627 ParticleNode* Allocate();
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsMemoryAllocator.cpp55 GraphicsMemoryAllocator::Allocate(GLenum area, GLenum aim, GLuint id, GLsizei size) in Allocate() function in nw::demo::GraphicsMemoryAllocator
Ddemo_Memory.cpp121 void* memory = s_MainMemoryHeap.Allocate( size + alignment ); in Alloc()
Ddemo_SimpleApp.cpp159 SimpleApp::Allocate(size_t size, u8 alignment) in Allocate() function in nw::demo::SimpleApp
Ddemo_Particle.cpp209 ParticleEffect::Allocate() in Allocate() function in nw::demo::ParticleEffect
Ddemo_GraphicsSystem.cpp80 void* buffer = s_GraphicsMemoryAllocator.Allocate(area, aim, id, size); in AllocateGraphicsMemory()
/NW4C-1.2.23/demos/font/OldResFont/sources/
Dmain.cpp56 return nw::demo::SimpleApp::Allocate(size, alignment); in MemAlloc()
/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmRenderSystem.cpp70 void* buffer = s_GraphicsMemoryAllocator.Allocate(area, aim, id, size); in smAllocateGraphicsMemory()
/NW4C-1.2.23/demos/font/ResFont/sources/
Dmain.cpp60 return nw::demo::SimpleApp::Allocate(size, alignment); in MemAlloc()
/NW4C-1.2.23/demos/font/PackedFont/sources/
Dmain.cpp74 return nw::demo::SimpleApp::Allocate(size, alignment); in MemAlloc()
/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResShader.cpp148 void* binaryAnalyzerBuffer = CommandCacheManager::Allocate( sizeof(ShaderBinaryInfo) ); in ResBinaryShader_Setup()
/NW4C-1.2.23/demos/font/ArchiveFont/sources/
Dmain.cpp71 return nw::demo::SimpleApp::Allocate(size, alignment); in MemAlloc()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_CommandUtil.h61 static void* Allocate(s32 size) in Allocate() function
1440 else { buffer = CommandCacheManager::Allocate(size); }
/NW4C-1.2.23/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp112 void* buffer = s_GraphicsMemoryAllocator.Allocate(area, aim, id, size); in AllocateGraphicsMemory()
/NW4C-1.2.23/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp120 void* buffer = s_GraphicsMemoryAllocator.Allocate(area, aim, id, size); in AllocateGraphicsMemory()
/NW4C-1.2.23/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp122 void* buffer = s_GraphicsMemoryAllocator.Allocate(area, aim, id, size); in AllocateGraphicsMemory()