Lines Matching refs:result
34 Result result = RESOURCE_RESULT_OK; in Setup() local
37 result |= resFragmentLightingTable.Setup(allocator, graphicsFile); in Setup()
42 result |= RESOURCE_RESULT_IRRELEVANT_LOCATION_LUT; in Setup()
45 return result; in Setup()
55 Result result = RESOURCE_RESULT_OK; in Setup() local
66 result |= this->GetDistribution0Sampler().GetSampler().Setup(); in Setup()
69 result |= referenceResult; in Setup()
81 result |= this->GetDistribution1Sampler().GetSampler().Setup(); in Setup()
84 result |= referenceResult; in Setup()
96 result |= this->GetReflectanceRSampler().GetSampler().Setup(); in Setup()
99 result |= referenceResult; in Setup()
111 result |= this->GetReflectanceGSampler().GetSampler().Setup(); in Setup()
114 result |= referenceResult; in Setup()
126 result |= this->GetReflectanceBSampler().GetSampler().Setup(); in Setup()
129 result |= referenceResult; in Setup()
141 result |= this->GetFresnelSampler().GetSampler().Setup(); in Setup()
144 result |= referenceResult; in Setup()
147 return result; in Setup()