Searched refs:kLodMax (Results 1 – 3 of 3) sorted by relevance
48 static constexpr float kLodMax = 1000.0; variable
246 descriptor.lodMaxClamp = kLodMax; in TEST_F()262 desc->lodMinClamp == kLodMin && desc->lodMaxClamp == kLodMax; in TEST_F()
43 static const float kLodMax = 1000.0; variable