Home
last modified time | relevance | path

Searched refs:OffsetDirection (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcNearestEdgeTests.cpp53 enum class OffsetDirection enum
69 NearestEdgeTestCase(deqp::Context& context, OffsetDirection direction);
75 static std::string getName (OffsetDirection direction);
76 static std::string getDesc (OffsetDirection direction);
101 std::string NearestEdgeTestCase::getName (OffsetDirection direction) in getName()
105 case OffsetDirection::LEFT: return "offset_left"; in getName()
106 case OffsetDirection::RIGHT: return "offset_right"; in getName()
113 std::string NearestEdgeTestCase::getDesc (OffsetDirection direction) in getDesc()
117 case OffsetDirection::LEFT: return "Sampling point near the left edge"; in getDesc()
118 case OffsetDirection::RIGHT: return "Sampling point near the right edge"; in getDesc()
[all …]