Lines Matching refs:AttributeCase
239 class AttributeCase : public TestCase
241 AttributeCase (Context& ctx, const char* name, const char* desc, const char* funcName, bool normalizing, bool useNegative, glu::DataType dataType);
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* funcName, bool normalizing, bool useNegative, glu::DataType dataType)
289 AttributeCase* AttributeCase::create (Context& ctx, glu::DataType dataType)
291 AttributeCase* retVal = new AttributeCase(ctx,
302 AttributeCase::~AttributeCase (void)
307 void AttributeCase::init (void)
351 void AttributeCase::deinit (void)
366 AttributeCase::IterateResult AttributeCase::iterate (void)
400 std::string AttributeCase::genVertexSource (void) const
442 bool AttributeCase::renderWithValue (const tcu::Vec4& v)
478 tcu::Vec4 AttributeCase::computeColor (const tcu::Vec4& value)
498 bool AttributeCase::verifyUnicoloredBuffer (const tcu::Surface& scene, const tcu::Vec4& refValue)
611 #define ADD_CASE(X) group->addChild(AttributeCase::create<X>(m_context, floatTargets[targetNdx].dataType))
636 #define ADD_CASE(X) group->addChild(AttributeCase::create<X>(m_context, intTargets[targetNdx].dataType))
652 #define ADD_CASE(X) group->addChild(AttributeCase::create<X>(m_context, uintTargets[targetNdx].dataType))