Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_FragmentLight.cpp253 ResReferenceLookupTableData* distanceSampler = in CreateResFragmentLight() local
256 distanceSampler->typeInfo = ResReferenceLookupTable_TYPE_INFO; in CreateResFragmentLight()
257 distanceSampler->toTargetLut.set_ptr(NULL); in CreateResFragmentLight()
258 distanceSampler->toPath.set_ptr(NULL); in CreateResFragmentLight()
274 resFragmentLight->toDistanceSampler.set_ptr( distanceSampler ); in CreateResFragmentLight()
321 ResReferenceLookupTableData* distanceSampler = in CloneResFragmentLight() local
324 distanceSampler->typeInfo = ResReferenceLookupTable_TYPE_INFO; in CloneResFragmentLight()
327 distanceSampler->toTargetLut.set_ptr(srcDistanceSampler.Dereference().ptr()); in CloneResFragmentLight()
331 distanceSampler->toTargetLut.set_ptr(NULL); in CloneResFragmentLight()
333 distanceSampler->toTableName.set_ptr(NULL); in CloneResFragmentLight()
[all …]