Lines Matching refs:angleSampler
260 ResLightingLookupTableData* angleSampler = in CreateResFragmentLight() local
270 angleSampler->toSampler.set_ptr(referenceAngleSampler); in CreateResFragmentLight()
271 angleSampler->m_Input = ResLightingLookupTable::INPUT_NH; in CreateResFragmentLight()
272 angleSampler->m_Scale = ResLightingLookupTable::SCALE_1; in CreateResFragmentLight()
275 resFragmentLight->toAngleSampler.set_ptr( angleSampler ); in CreateResFragmentLight()
342 ResLightingLookupTableData* angleSampler = in CloneResFragmentLight() local
364 angleSampler->toSampler.set_ptr(referenceAngleSampler); in CloneResFragmentLight()
365 angleSampler->m_Input = srcAngleSampler.GetInput(); in CloneResFragmentLight()
366 angleSampler->m_Scale = srcAngleSampler.GetScale(); in CloneResFragmentLight()
370 angleSampler->toSampler.set_ptr(NULL); in CloneResFragmentLight()
373 resFragmentLight->toAngleSampler.set_ptr( angleSampler ); in CloneResFragmentLight()
406 ResLightingLookupTableData* angleSampler = in DestroyResFragmentLight() local
408 if ( angleSampler->toSampler.to_ptr() != NULL ) in DestroyResFragmentLight()
410 allocator->Free( angleSampler->toSampler.to_ptr() ); in DestroyResFragmentLight()
412 allocator->Free( angleSampler ); in DestroyResFragmentLight()