Lines Matching refs:buf
164 void* buf = allocator->Alloc(sizeof(AnimGroup)); in Create() local
166 if (buf == NULL) in Create()
171 AnimGroup* animGroup = new(buf) AnimGroup(m_ResAnimGroup, m_SceneNode, allocator); in Create()
562 void* buf = allocator->Alloc(sizeof(AnimBinding)); in Create() local
564 if (buf == NULL) in Create()
569 AnimBinding* animBinding = new(buf) AnimBinding(allocator, m_MaxAnimObjectsPerGroup); in Create()
1122 virtual void SetCacheBuffer(void* buf, int size) in SetCacheBuffer() argument
1124 (void)buf; in SetCacheBuffer()
1316 void* buf = allocator->Alloc(sizeof(AnimEvaluator)); in Create() local
1318 if (buf == NULL) in Create()
1323 AnimEvaluator* animEvaluator = new(buf) AnimEvaluator(allocator); in Create()
1436 virtual void SetCacheBuffer(void* buf, int size) in SetCacheBuffer() argument
1438 m_CacheBuf = buf; in SetCacheBuffer()
1439 if (buf != NULL) in SetCacheBuffer()
1830 void* buf = allocator->Alloc(sizeof(AnimInterpolator)); in Create() local
1832 if (buf == NULL) in Create()
1837 AnimInterpolator* animInterpolator = new(buf) AnimInterpolator(allocator); in Create()
2085 void* buf = allocator->Alloc(sizeof(AnimAdder)); in Create() local
2087 if (buf == NULL) in Create()
2092 AnimAdder* animAdder = new(buf) AnimAdder(allocator); in Create()
2268 void* buf = allocator->Alloc(sizeof(AnimOverrider)); in Create() local
2270 if (buf == NULL) in Create()
2275 AnimOverrider* animOverrider = new(buf) AnimOverrider(allocator); in Create()