Searched refs:fogSampler (Results 1 – 2 of 2) sorted by relevance
175 ResImageLookupTableData* fogSampler = in CreateResFog() local182 resFog->toFogSampler.set_ptr( fogSampler ); in CreateResFog()186 fogSampler->typeInfo = ResImageLookupTable::TYPE_INFO; in CreateResFog()189 fogSampler->m_CommandCacheTableCount = NW_FOG_TABLE_COMMAND_SIZE; in CreateResFog()190 fogSampler->toCommandCacheTable.set_ptr( tableMemory ); in CreateResFog()214 ResImageLookupTable fogSampler = ResImageLookupTable(resFog->toFogSampler.to_ptr()); in DestroyResFog() local215 if (fogSampler.ref().toCommandCacheTable.to_ptr() != NULL) in DestroyResFog()217 allocator->Free( fogSampler.ref().toCommandCacheTable.to_ptr() ); in DestroyResFog()255 ResImageLookupTable fogSampler = this->GetResFog().GetFogSampler(); in Update() local256 NW_ASSERT(fogSampler.IsValid()); in Update()[all …]
363 ResImageLookupTable fogSampler,