Home
last modified time | relevance | path

Searched refs:UsagePositiveNegativeTestCase (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fPolygonOffsetTests.cpp580 // UsagePositiveNegativeTestCase
582 class UsagePositiveNegativeTestCase : public PolygonOffsetTestCase class
585 UsagePositiveNegativeTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName);
590 UsagePositiveNegativeTestCase::UsagePositiveNegativeTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName) in UsagePositiveNegativeTestCase() function in deqp::gles3::Functional::__anon30578::UsagePositiveNegativeTestCase
595 void UsagePositiveNegativeTestCase::testPolygonOffset (void) in testPolygonOffset()
1237 addChild(new UsagePositiveNegativeTestCase(m_context, (std::string(format.name) + "_render_with_units").c_str(), "test polygon offset", format.internalFormat, format.name)); in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp577 // UsagePositiveNegativeTestCase
579 class UsagePositiveNegativeTestCase : public PolygonOffsetTestCase class
582 UsagePositiveNegativeTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName);
587 UsagePositiveNegativeTestCase::UsagePositiveNegativeTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName) in UsagePositiveNegativeTestCase() function in deqp::gles2::Functional::__anon30431::UsagePositiveNegativeTestCase
592 void UsagePositiveNegativeTestCase::testPolygonOffset (void) in testPolygonOffset()
1233 addChild(new UsagePositiveNegativeTestCase(m_context, (std::string(format.name) + "_render_with_units").c_str(), "test polygon offset", format.internalFormat, format.name)); in init()

Completed in 5 milliseconds