Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_StandardSkeleton.cpp28 NW_UT_RUNTIME_TYPEINFO_DEFINITION(StandardSkeleton, Skeleton);
31 StandardSkeleton*
32 StandardSkeleton::Create( in Create()
43 void* memory = allocator->Alloc(sizeof(StandardSkeleton)); in Create()
56 StandardSkeleton* skeleton = new(memory) StandardSkeleton( in Create()
Dgfx_SkeletalModel.cpp67 skeleton.Reset(StandardSkeleton::Create( in Create()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_StandardSkeleton.h32 class StandardSkeleton : public Skeleton
35 NW_DISALLOW_COPY_AND_ASSIGN(StandardSkeleton);
52 static StandardSkeleton* Create(
87 size += sizeof(StandardSkeleton); in GetMemorySizeInternal()
174 StandardSkeleton( in StandardSkeleton() function
193 virtual ~StandardSkeleton() in ~StandardSkeleton()
Dgfx_SkeletalModel.h226 StandardSkeleton::GetMemorySizeInternal( in GetMemorySizeInternal()