Lines Matching refs:fragmentLightingTable
615 ResFragmentLightingTableData* fragmentLightingTable = in CopyResFragmentLightingTable() local
618 fragmentLightingTable->toReflectanceRSampler.set_ptr(NULL); in CopyResFragmentLightingTable()
619 fragmentLightingTable->toReflectanceGSampler.set_ptr(NULL); in CopyResFragmentLightingTable()
620 fragmentLightingTable->toReflectanceBSampler.set_ptr(NULL); in CopyResFragmentLightingTable()
621 fragmentLightingTable->toDistribution0Sampler.set_ptr(NULL); in CopyResFragmentLightingTable()
622 fragmentLightingTable->toDistribution1Sampler.set_ptr(NULL); in CopyResFragmentLightingTable()
623 fragmentLightingTable->toFresnelSampler.set_ptr(NULL); in CopyResFragmentLightingTable()
630 fragmentLightingTable->toReflectanceRSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
640 fragmentLightingTable->toReflectanceGSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
650 fragmentLightingTable->toReflectanceBSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
660 fragmentLightingTable->toDistribution0Sampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
670 fragmentLightingTable->toDistribution1Sampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
680 fragmentLightingTable->toFresnelSampler.set_ptr(copyResult.first.ptr()); in CopyResFragmentLightingTable()
685 return ::std::make_pair(ResFragmentLightingTable(fragmentLightingTable), result); in CopyResFragmentLightingTable()