Searched refs:CallbackConstraint (Results 1 – 1 of 1) sorted by relevance
139 class CallbackConstraint : public nw::gfx::Skeleton::CalculateMatrixSlot class149 CallbackConstraint(nw::os::IAllocator* allocator) in CallbackConstraint() function in __anon86f6228c0111::CallbackConstraint164 CallbackConstraint(size_t maxConstrainedCount, nw::os::IAllocator* allocator) in CallbackConstraint() function in __anon86f6228c0111::CallbackConstraint239 class CallbackResourceBasedConstraint : public CallbackConstraint250 : CallbackConstraint(allocator) in CallbackResourceBasedConstraint()262 : CallbackConstraint(maxConstrainedCount, allocator) in CallbackResourceBasedConstraint()295 CallbackConstraint* s_ConstraintEmitter;671 void* slotMemory = s_DeviceAllocator.Alloc(sizeof(CallbackConstraint)); in SetupCallbackConstraint()673 new(slotMemory) CallbackConstraint(s_Emitters.size(), &s_DeviceAllocator); in SetupCallbackConstraint()