Lines Matching refs:os
128 VertexLight* Create(os::IAllocator* allocator);
136 size_t GetMemorySize(size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT) const;
155 os::IAllocator* allocator);
165 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT
168 os::MemorySizeCalculator size(alignment);
177 os::MemorySizeCalculator* pSize,
224 ResVertexLightDataDestroyer(os::IAllocator* allocator = 0) : m_Allocator(allocator) in m_Allocator()
231 os::IAllocator* m_Allocator;
243 os::IAllocator* allocator, in VertexLight()
255 os::IAllocator* allocator, in VertexLight()
276 virtual Result Initialize(os::IAllocator* allocator);
286 …static ResVertexLightData* CreateResVertexLight(os::IAllocator* allocator, const char* name = N…
294 … static void DestroyResVertexLight(os::IAllocator* allocator, ResVertexLightData* resVertexLight);
297 Result CreateOriginalValue(os::IAllocator* allocator);