Lines Matching refs:fogSampler
177 ResImageLookupTableData* fogSampler = in CreateResFog() local
184 resFog->toFogSampler.set_ptr( fogSampler ); in CreateResFog()
188 fogSampler->typeInfo = ResImageLookupTable::TYPE_INFO; in CreateResFog()
191 fogSampler->m_CommandCacheTableCount = NW_FOG_TABLE_COMMAND_SIZE; in CreateResFog()
192 fogSampler->toCommandCacheTable.set_ptr( tableMemory ); in CreateResFog()
216 ResImageLookupTable fogSampler = ResImageLookupTable(resFog->toFogSampler.to_ptr()); in DestroyResFog() local
217 if (fogSampler.ref().toCommandCacheTable.to_ptr() != NULL) in DestroyResFog()
219 allocator->Free( fogSampler.ref().toCommandCacheTable.to_ptr() ); in DestroyResFog()
257 ResImageLookupTable fogSampler = this->GetResFog().GetFogSampler(); in Update() local
258 NW_ASSERT(fogSampler.IsValid()); in Update()
259 NW_ASSERT(fogSampler.GetCommandCacheCount() == NW_FOG_TABLE_COMMAND_SIZE); in Update()
289 fogSampler, in Update()
298 ResImageLookupTable fogSampler, in SetupFogSampler() argument
314 fogSampler.SetCommandCache(0, 0); in SetupFogSampler()
315 fogSampler.SetCommandCache(1, HEADER_FOG_TABLE_INDEX); in SetupFogSampler()
316 fogSampler.SetCommandCache(3, HEADER_FOG_TABLE_PARAM); in SetupFogSampler()
375 fogSampler.SetCommandCache(commandIndex, value ); in SetupFogSampler()