Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/gfx/ConstraintDemo/sources/
DConstraintDemo.cpp139 class CallbackConstraint : public nw::gfx::Skeleton::CalculateMatrixSlot class
149 CallbackConstraint(nw::os::IAllocator* allocator) in CallbackConstraint() function in __anon86f6228c0111::CallbackConstraint
164 CallbackConstraint(size_t maxConstrainedCount, nw::os::IAllocator* allocator) in CallbackConstraint() function in __anon86f6228c0111::CallbackConstraint
239 class CallbackResourceBasedConstraint : public CallbackConstraint
250 : 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()