Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_Common.h154 using nw::os::AllocateAndFillN;
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_AmbientLight.cpp108 AllocateAndFillN<ResAmbientLightData>(allocator, sizeof(ResAmbientLightData), 0); in CreateResAmbientLight()
Dgfx_HemiSphereLight.cpp110 AllocateAndFillN<ResHemiSphereLightData>(allocator, sizeof(ResHemiSphereLightData), 0); in CreateResHemiSphereLight()
Dgfx_VertexLight.cpp128 AllocateAndFillN<ResVertexLightData>(allocator, sizeof(ResVertexLightData), 0); in CreateResVertexLight()
Dgfx_FragmentLight.cpp127 AllocateAndFillN<ResFragmentLightData>(allocator, sizeof(ResFragmentLightData), 0); in CreateResFragmentLight()
Dgfx_Fog.cpp110 AllocateAndFillN<ResFogData>(allocator, sizeof(ResFogData), 0); in CreateResFog()
Dgfx_Camera.cpp199 AllocateAndFillN<ResCameraData>(allocator, sizeof(ResCameraData), 0); in Create()
/NW4C-1.2.23/include/nw/os/
Dos_Memory.h205 AllocateAndFillN(os::IAllocator* allocator, size_t size, u8 value) in AllocateAndFillN() function