Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/gfx/ConstraintDemo/sources/
DConstraintDemo.cpp146 class CallbackConstraint : public nw::gfx::Skeleton::CalculateMatrixSlot class
156 CallbackConstraint(nw::os::IAllocator* allocator) in CallbackConstraint() function in __anon60c7001d0111::CallbackConstraint
171 CallbackConstraint(size_t maxConstrainedCount, nw::os::IAllocator* allocator) in CallbackConstraint() function in __anon60c7001d0111::CallbackConstraint
241 CallbackConstraint* s_ConstraintEmitter;
618 void* slotMemory = s_DeviceAllocator.Alloc(sizeof(CallbackConstraint)); in SetupCallbackConstraint()
620 new(slotMemory) CallbackConstraint(s_Emitters.size(), &s_DeviceAllocator); in SetupCallbackConstraint()