Lines Matching refs:result
32 Result result = RESOURCE_RESULT_OK; in Setup() local
35 result |= resFragmentLightingTable.Setup(allocator, graphicsFile); in Setup()
40 result |= RESOURCE_RESULT_IRRELEVANT_LOCATION_LUT; in Setup()
43 return result; in Setup()
53 Result result = RESOURCE_RESULT_OK; in Setup() local
64 result |= this->GetDistribution0Sampler().GetSampler().Setup(); in Setup()
67 result |= referenceResult; in Setup()
79 result |= this->GetDistribution1Sampler().GetSampler().Setup(); in Setup()
82 result |= referenceResult; in Setup()
94 result |= this->GetReflectanceRSampler().GetSampler().Setup(); in Setup()
97 result |= referenceResult; in Setup()
109 result |= this->GetReflectanceGSampler().GetSampler().Setup(); in Setup()
112 result |= referenceResult; in Setup()
124 result |= this->GetReflectanceBSampler().GetSampler().Setup(); in Setup()
127 result |= referenceResult; in Setup()
139 result |= this->GetFresnelSampler().GetSampler().Setup(); in Setup()
142 result |= referenceResult; in Setup()
145 return result; in Setup()