Lines Matching refs:os
46 static const size_t CHILDREN_MEMORY_ALIGNMENT = os::IAllocator::CACHE_LINE_ALIGNMENT;
163 SceneNode* Create(os::IAllocator* allocator);
171 size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) const
173 os::MemorySizeCalculator size(alignment);
198 os::IAllocator* allocator);
208 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
210 os::MemorySizeCalculator size(alignment);
219 os::MemorySizeCalculator* pSize, in GetMemorySizeInternal()
223 os::MemorySizeCalculator& size = *pSize; in GetMemorySizeInternal()
254 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT)
263 os::MemorySizeCalculator*, in GetDeviceMemorySizeInternal()
523 os::MemorySizeCalculator* pSize, in GetMemorySizeForInitialize()
530 os::MemorySizeCalculator& size = *pSize; in GetMemorySizeForInitialize()
566 os::IAllocator* allocator, in SceneNode()
632 virtual Result Initialize(os::IAllocator* allocator);
643 Result CreateChildren(os::IAllocator* allocator);
646 Result CreateCallbacks(os::IAllocator* allocator);
649 Result CreateAnimBinding(os::IAllocator* allocator);