Searched refs:AllocateAndFillN (Results 1 – 8 of 8) sorted by relevance
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_Common.h | 170 using nw::os::AllocateAndFillN;
|
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_FragmentLight.cpp | 222 AllocateAndFillN<ResFragmentLightData>(allocator, sizeof(ResFragmentLightData), 0); in CreateResFragmentLight() 285 AllocateAndFillN<ResFragmentLightData>(allocator, sizeof(ResFragmentLightData), 0); in CloneResFragmentLight()
|
| D | gfx_AmbientLight.cpp | 141 AllocateAndFillN<ResAmbientLightData>(allocator, sizeof(ResAmbientLightData), 0); in CreateResAmbientLight()
|
| D | gfx_HemiSphereLight.cpp | 143 AllocateAndFillN<ResHemiSphereLightData>(allocator, sizeof(ResHemiSphereLightData), 0); in CreateResHemiSphereLight()
|
| D | gfx_VertexLight.cpp | 161 AllocateAndFillN<ResVertexLightData>(allocator, sizeof(ResVertexLightData), 0); in CreateResVertexLight()
|
| D | gfx_Fog.cpp | 146 AllocateAndFillN<ResFogData>(allocator, sizeof(ResFogData), 0); in CreateResFog()
|
| D | gfx_Camera.cpp | 202 AllocateAndFillN<ResCameraData>(allocator, sizeof(ResCameraData), 0); in Create()
|
| /NW4C-2.0.3/include/nw/os/ |
| D | os_Memory.h | 245 AllocateAndFillN(os::IAllocator* allocator, size_t size, u8 value) in AllocateAndFillN() function
|