Searched refs:AttributeFormatTest (Results 1 – 3 of 3) sorted by relevance
1774 AttributeFormatTest::AttributeFormatTest(deqp::Context& context) in AttributeFormatTest() function in gl4cts::DirectStateAccess::VertexArrays::AttributeFormatTest1788 tcu::TestNode::IterateResult AttributeFormatTest::iterate() in iterate()1947 void AttributeFormatTest::PrepareProgram(glw::GLint size, AtributeFormatFunctionType function_selec… in PrepareProgram()2104 glw::GLdouble AttributeFormatTest::NormalizationScaleFactor<glw::GLuint>() in NormalizationScaleFactor()2110 glw::GLdouble AttributeFormatTest::NormalizationScaleFactor<glw::GLushort>() in NormalizationScaleFactor()2116 glw::GLdouble AttributeFormatTest::NormalizationScaleFactor<glw::GLubyte>() in NormalizationScaleFactor()2122 glw::GLdouble AttributeFormatTest::NormalizationScaleFactor<glw::GLint>() in NormalizationScaleFactor()2128 glw::GLdouble AttributeFormatTest::NormalizationScaleFactor<glw::GLshort>() in NormalizationScaleFactor()2134 glw::GLdouble AttributeFormatTest::NormalizationScaleFactor<glw::GLbyte>() in NormalizationScaleFactor()2140 glw::GLdouble AttributeFormatTest::NormalizationScaleFactor() in NormalizationScaleFactor()[all …]
4247 class AttributeFormatTest : public deqp::TestCase class4251 AttributeFormatTest(deqp::Context& context);4266 AttributeFormatTest(const AttributeFormatTest& other);4267 AttributeFormatTest& operator=(const AttributeFormatTest& other);
144 addChild(new VertexArrays::AttributeFormatTest(m_context)); in init()