Home
last modified time | relevance | path

Searched refs:CallbackConstraint (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/demos/gfx/ConstraintDemo/sources/
DConstraintDemo.cpp141 class CallbackConstraint : public nw::gfx::Skeleton::CalculateMatrixSlot class
151 CallbackConstraint(nw::os::IAllocator* allocator) in CallbackConstraint() function in __anon7229114a0111::CallbackConstraint
166 CallbackConstraint(size_t maxConstrainedCount, nw::os::IAllocator* allocator) in CallbackConstraint() function in __anon7229114a0111::CallbackConstraint
241 class CallbackResourceBasedConstraint : public CallbackConstraint
252 : CallbackConstraint(allocator) in CallbackResourceBasedConstraint()
264 : CallbackConstraint(maxConstrainedCount, allocator) in CallbackResourceBasedConstraint()
297 CallbackConstraint* s_ConstraintEmitter;
673 void* slotMemory = s_DeviceAllocator.Alloc(sizeof(CallbackConstraint)); in SetupCallbackConstraint()
675 new(slotMemory) CallbackConstraint(s_Emitters.size(), &s_DeviceAllocator); in SetupCallbackConstraint()