Searched defs:InterpolationCase (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/accuracy/
H A Des2aVaryingInterpolationTests.cpp98 class InterpolationCase : public TestCase class in namespace:deqp::gles2::Accuracy
101 InterpolationCase (Context& context, const char* name, const char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tcu::Vec3& maxVal, bool projective);
102 ~InterpolationCase (void);
113 InterpolationCase::InterpolationCase (Context& context, const char* name, const char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tcu::Vec3& maxVal, bool projective) function in class:deqp::gles2::Accuracy::InterpolationCase
122 InterpolationCase::~InterpolationCase (void)
151 InterpolationCase::IterateResult InterpolationCase::iterate (void)
323 addChild(new InterpolationCase(m_contex
[all...]
/external/deqp/modules/gles3/accuracy/
H A Des3aVaryingInterpolationTests.cpp100 class InterpolationCase : public TestCase class in namespace:deqp::gles3::Accuracy
103 InterpolationCase (Context& context, const char* name, const char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tcu::Vec3& maxVal, bool projective);
104 ~InterpolationCase (void);
115 InterpolationCase::InterpolationCase (Context& context, const char* name, const char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tcu::Vec3& maxVal, bool projective) function in class:deqp::gles3::Accuracy::InterpolationCase
124 InterpolationCase::~InterpolationCase (void)
153 InterpolationCase::IterateResult InterpolationCase::iterate (void)
329 addChild(new InterpolationCase(m_contex
[all...]

Completed in 159 milliseconds