Home
last modified time | relevance | path

Searched refs:ResHemiSphereLightData (Results 1 – 5 of 5) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_HemiSphereLight.cpp104 /* static*/ ResHemiSphereLightData*
109 ResHemiSphereLightData* resHemiSphereLight = in CreateResHemiSphereLight()
110 AllocateAndFillN<ResHemiSphereLightData>(allocator, sizeof(ResHemiSphereLightData), 0); in CreateResHemiSphereLight()
144 HemiSphereLight::DestroyResHemiSphereLight(os::IAllocator* allocator, ResHemiSphereLightData* resHe… in DestroyResHemiSphereLight()
163 void* buffer = allocator->Alloc(sizeof(ResHemiSphereLightData)); in CreateOriginalValue()
167ResHemiSphereLightData* originalValue = new(buffer) ResHemiSphereLightData(GetResHemiSphereLight()… in CreateOriginalValue()
Dgfx_Light.cpp171ResHemiSphereLightData* ptr = static_cast<gfx::HemiSphereLight&>(*this).GetResHemiSphereLight().pt… in GetAnimTargetObject()
Dgfx_RenderContext.cpp588 …if (ut::CheckFlag(resLight.GetFlags(), ResHemiSphereLightData::FLAG_IS_INHERITING_DIRECTION_ROTATE… in ActivateHemiSphereLight()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_HemiSphereLight.h149 … struct ResHemiSphereLightDataDestroyer : public std::unary_function<ResHemiSphereLightData*, void>
162 typedef ut::MovePtr<ResHemiSphereLightData, ResHemiSphereLightDataDestroyer> ResPtr;
210 …static ResHemiSphereLightData* CreateResHemiSphereLight(os::IAllocator* allocator, const char* …
218 …static void DestroyResHemiSphereLight(os::IAllocator* allocator, ResHemiSphereLightData* resHemiSp…
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResLight.h106 struct ResHemiSphereLightData : public ResLightData struct