Searched refs:InterpolationCase (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/accuracy/ |
D | es3aVaryingInterpolationTests.cpp | 100 class InterpolationCase : public TestCase class 103 …InterpolationCase (Context& context, const char* name, const char* desc, glu::Precision precisio… 104 ~InterpolationCase (void); 115 InterpolationCase::InterpolationCase (Context& context, const char* name, const char* desc, glu::Pr… in InterpolationCase() function in deqp::gles3::Accuracy::InterpolationCase 124 InterpolationCase::~InterpolationCase (void) in ~InterpolationCase() 153 InterpolationCase::IterateResult InterpolationCase::iterate (void) in iterate() 329 …addChild(new InterpolationCase(m_context, baseName.c_str(), "", (glu::Precision)precision, coor… in init() 330 …addChild(new InterpolationCase(m_context, (baseName + "_proj").c_str(), "", (glu::Precision)precis… in init()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aVaryingInterpolationTests.cpp | 97 class InterpolationCase : public TestCase class 100 …InterpolationCase (Context& context, const char* name, const char* desc, glu::Precision precisio… 101 ~InterpolationCase (void); 112 InterpolationCase::InterpolationCase (Context& context, const char* name, const char* desc, glu::Pr… in InterpolationCase() function in deqp::gles2::Accuracy::InterpolationCase 121 InterpolationCase::~InterpolationCase (void) in ~InterpolationCase() 150 InterpolationCase::IterateResult InterpolationCase::iterate (void) in iterate() 322 …addChild(new InterpolationCase(m_context, baseName.c_str(), "", (glu::Precision)precision, coor… in init() 323 …addChild(new InterpolationCase(m_context, (baseName + "_proj").c_str(), "", (glu::Precision)precis… in init()
|