Lines Matching refs:AttributeCase

239 class AttributeCase : public TestCase  class
241AttributeCase (Context& ctx, const char* name, const char* desc, const char* funcName, bool norm…
244 static AttributeCase* create (Context& ctx, glu::DataType dataType);
245 ~AttributeCase (void);
274 AttributeCase::AttributeCase (Context& ctx, const char* name, const char* desc, const char* funcNam… in AttributeCase() function in deqp::gles3::Functional::__anon7ccf6a8d0111::AttributeCase
289 AttributeCase* AttributeCase::create (Context& ctx, glu::DataType dataType) in create()
291 AttributeCase* retVal = new AttributeCase(ctx, in create()
302 AttributeCase::~AttributeCase (void) in ~AttributeCase()
307 void AttributeCase::init (void) in init()
351 void AttributeCase::deinit (void) in deinit()
366 AttributeCase::IterateResult AttributeCase::iterate (void) in iterate()
400 std::string AttributeCase::genVertexSource (void) const in genVertexSource()
442 bool AttributeCase::renderWithValue (const tcu::Vec4& v) in renderWithValue()
478 tcu::Vec4 AttributeCase::computeColor (const tcu::Vec4& value) in computeColor()
498 bool AttributeCase::verifyUnicoloredBuffer (const tcu::Surface& scene, const tcu::Vec4& refValue) in verifyUnicoloredBuffer()
611 #define ADD_CASE(X) group->addChild(AttributeCase::create<X>(m_context, floatTargets[targetNdx].dat… in init()
636 #define ADD_CASE(X) group->addChild(AttributeCase::create<X>(m_context, intTargets[targetNdx].dataT… in init()
652 #define ADD_CASE(X) group->addChild(AttributeCase::create<X>(m_context, uintTargets[targetNdx].data… in init()