Lines Matching refs:fragmentLightingTable
603 ResFragmentLightingTableData* fragmentLightingTable = in CopyResFragmentLightingTable() local
606 fragmentLightingTable->toReflectanceRSampler.set_ptr(NULL); in CopyResFragmentLightingTable()
607 fragmentLightingTable->toReflectanceGSampler.set_ptr(NULL); in CopyResFragmentLightingTable()
608 fragmentLightingTable->toReflectanceBSampler.set_ptr(NULL); in CopyResFragmentLightingTable()
609 fragmentLightingTable->toDistribution0Sampler.set_ptr(NULL); in CopyResFragmentLightingTable()
610 fragmentLightingTable->toDistribution1Sampler.set_ptr(NULL); in CopyResFragmentLightingTable()
611 fragmentLightingTable->toFresnelSampler.set_ptr(NULL); in CopyResFragmentLightingTable()
618 fragmentLightingTable->toReflectanceRSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
628 fragmentLightingTable->toReflectanceGSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
638 fragmentLightingTable->toReflectanceBSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
648 fragmentLightingTable->toDistribution0Sampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
658 fragmentLightingTable->toDistribution1Sampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
668 fragmentLightingTable->toFresnelSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
673 return ::std::make_pair(ResFragmentLightingTable(fragmentLightingTable), result); in CopyResFragmentLightingTable()