Lines Matching refs:buf
165 void* buf = allocator->Alloc(sizeof(AnimGroup)); in Create() local
167 if (buf == NULL) in Create()
172 AnimGroup* animGroup = new(buf) AnimGroup(m_ResAnimGroup, m_SceneNode, allocator); in Create()
587 void* buf = allocator->Alloc(sizeof(AnimBinding)); in Create() local
589 if (buf == NULL) in Create()
594 AnimBinding* animBinding = new(buf) AnimBinding(allocator, m_MaxAnimObjectsPerGroup); in Create()
1140 virtual void SetCacheBuffer(void* buf, int size) in SetCacheBuffer() argument
1142 (void)buf; in SetCacheBuffer()
1335 void* buf = allocator->Alloc(sizeof(AnimEvaluator)); in Create() local
1337 if (buf == NULL) in Create()
1342 AnimEvaluator* animEvaluator = new(buf) AnimEvaluator(allocator); in Create()
1458 virtual void SetCacheBuffer(void* buf, int size) in SetCacheBuffer() argument
1460 m_CacheBuf = buf; in SetCacheBuffer()
1461 if (buf != NULL) in SetCacheBuffer()
1841 void* buf = allocator->Alloc(sizeof(AnimInterpolator)); in Create() local
1843 if (buf == NULL) in Create()
1848 AnimInterpolator* animInterpolator = new(buf) AnimInterpolator(allocator); in Create()
2097 void* buf = allocator->Alloc(sizeof(AnimAdder)); in Create() local
2099 if (buf == NULL) in Create()
2104 AnimAdder* animAdder = new(buf) AnimAdder(allocator); in Create()
2281 void* buf = allocator->Alloc(sizeof(AnimOverrider)); in Create() local
2283 if (buf == NULL) in Create()
2288 AnimOverrider* animOverrider = new(buf) AnimOverrider(allocator); in Create()