Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/
Dgfx_Light.h131 Result CreateAnimGroup(os::IAllocator* allocator);
Dgfx_Fog.h320 Result CreateAnimGroup(os::IAllocator* allocator);
Dgfx_Camera.h773 Result CreateAnimGroup(os::IAllocator* allocator);
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_Light.cpp40 Light::CreateAnimGroup(os::IAllocator* allocator) in CreateAnimGroup() function in nw::gfx::Light
Dgfx_AmbientLight.cpp218 result |= CreateAnimGroup(allocator); in Initialize()
Dgfx_HemiSphereLight.cpp219 result |= CreateAnimGroup(allocator); in Initialize()
Dgfx_VertexLight.cpp237 result |= CreateAnimGroup(allocator); in Initialize()
Dgfx_Fog.cpp407 result |= CreateAnimGroup(allocator); in Initialize()
415 Fog::CreateAnimGroup(os::IAllocator* allocator) in CreateAnimGroup() function in nw::gfx::Fog
Dgfx_FragmentLight.cpp271 result |= CreateAnimGroup(allocator); in Initialize()
Dgfx_Camera.cpp78 Camera::CreateAnimGroup(os::IAllocator* allocator) in CreateAnimGroup() function in nw::gfx::Camera
1229 result |= CreateAnimGroup(allocator); in Initialize()