Lines Matching refs:AttributeCase
163 class AttributeCase : public TestCase
165 AttributeCase (Context& ctx, const char* name, const char* desc, const char* funcName, bool normalizing, bool useNegative, glu::DataType dataType);
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* funcName, bool normalizing, bool useNegative, glu::DataType dataType)
213 AttributeCase* AttributeCase::create (Context& ctx, glu::DataType dataType)
215 AttributeCase* retVal = new AttributeCase(ctx,
226 AttributeCase::~AttributeCase (void)
231 void AttributeCase::init (void)
275 void AttributeCase::deinit (void)
290 AttributeCase::IterateResult AttributeCase::iterate (void)
324 std::string AttributeCase::genVertexSource (void) const
365 bool AttributeCase::renderWithValue (const tcu::Vec4& v)
401 tcu::Vec4 AttributeCase::computeColor (const tcu::Vec4& value)
421 bool AttributeCase::verifyUnicoloredBuffer (const tcu::Surface& scene, const tcu::Vec4& refValue)
512 #define ADD_CASE(X) group->addChild(AttributeCase::create<X>(m_context, floatTargets[targetNdx].dataType))