Lines Matching refs:AttributeCase
163 class AttributeCase : public TestCase class
165 …AttributeCase (Context& ctx, const char* name, const char* desc, const char* funcName, bool norm…
168 static AttributeCase* create (Context& ctx, glu::DataType dataType);
169 ~AttributeCase (void);
198 AttributeCase::AttributeCase (Context& ctx, const char* name, const char* desc, const char* funcNam… in AttributeCase() function in deqp::gles2::Functional::__anon9a0b3cab0111::AttributeCase
213 AttributeCase* AttributeCase::create (Context& ctx, glu::DataType dataType) in create()
215 AttributeCase* retVal = new AttributeCase(ctx, in create()
226 AttributeCase::~AttributeCase (void) in ~AttributeCase()
231 void AttributeCase::init (void) in init()
275 void AttributeCase::deinit (void) in deinit()
290 AttributeCase::IterateResult AttributeCase::iterate (void) in iterate()
324 std::string AttributeCase::genVertexSource (void) const in genVertexSource()
365 bool AttributeCase::renderWithValue (const tcu::Vec4& v) in renderWithValue()
401 tcu::Vec4 AttributeCase::computeColor (const tcu::Vec4& value) in computeColor()
421 bool AttributeCase::verifyUnicoloredBuffer (const tcu::Surface& scene, const tcu::Vec4& refValue) in verifyUnicoloredBuffer()
512 #define ADD_CASE(X) group->addChild(AttributeCase::create<X>(m_context, floatTargets[targetNdx].dat… in init()