Lines Matching refs:IAllocator
130 VertexLight* Create(os::IAllocator* allocator);
138 size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) const;
157 os::IAllocator* allocator);
167 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT
226 ResVertexLightDataDestroyer(os::IAllocator* allocator = 0) : m_Allocator(allocator) in m_Allocator()
233 os::IAllocator* m_Allocator;
245 os::IAllocator* allocator, in VertexLight()
257 os::IAllocator* allocator, in VertexLight()
278 virtual Result Initialize(os::IAllocator* allocator);
288 …static ResVertexLightData* CreateResVertexLight(os::IAllocator* allocator, const char* name = N…
296 … static void DestroyResVertexLight(os::IAllocator* allocator, ResVertexLightData* resVertexLight);
299 Result CreateOriginalValue(os::IAllocator* allocator);