Searched refs:AllocateAndFill (Results 1 – 4 of 4) sorted by relevance
158 AllocateAndFill<ResReferenceLookupTableData>(allocator, 0); in CreateResFragmentLight()165 AllocateAndFill<ResLightingLookupTableData>(allocator, 0); in CreateResFragmentLight()168 AllocateAndFill<ResReferenceLookupTableData>(allocator, 0); in CreateResFragmentLight()
141 AllocateAndFill<ResImageLookupTableData>(allocator, 0); in CreateResFog()144 AllocateAndFill<ResFogUpdaterData>(allocator, 0); in CreateResFog()195 AllocateAndFill<ResFogUpdaterData>(allocator, 0); in CreateResFogUpdater()
153 using nw::os::AllocateAndFill;
180 AllocateAndFill(os::IAllocator* allocator, u8 value) in AllocateAndFill() function