Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_Light.h133 Result CreateAnimGroup(os::IAllocator* allocator);
Dgfx_Fog.h322 Result CreateAnimGroup(os::IAllocator* allocator);
Dgfx_Camera.h801 Result CreateAnimGroup(os::IAllocator* allocator);
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_Light.cpp43 Light::CreateAnimGroup(os::IAllocator* allocator) in CreateAnimGroup() function in nw::gfx::Light
Dgfx_AmbientLight.cpp220 result |= CreateAnimGroup(allocator); in Initialize()
Dgfx_HemiSphereLight.cpp221 result |= CreateAnimGroup(allocator); in Initialize()
Dgfx_VertexLight.cpp239 result |= CreateAnimGroup(allocator); in Initialize()
Dgfx_Fog.cpp409 result |= CreateAnimGroup(allocator); in Initialize()
417 Fog::CreateAnimGroup(os::IAllocator* allocator) in CreateAnimGroup() function in nw::gfx::Fog
Dgfx_FragmentLight.cpp452 result |= CreateAnimGroup(allocator); in Initialize()
Dgfx_Camera.cpp81 Camera::CreateAnimGroup(os::IAllocator* allocator) in CreateAnimGroup() function in nw::gfx::Camera
1232 result |= CreateAnimGroup(allocator); in Initialize()