Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fPolygonOffsetTests.cpp336 // UsageTestCase
338 class UsageTestCase : public PolygonOffsetTestCase class
341 UsageTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName);
346 UsageTestCase::UsageTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName) in UsageTestCase() function in deqp::gles3::Functional::__anon30578::UsageTestCase
351 void UsageTestCase::testPolygonOffset (void) in testPolygonOffset()
1231 addChild(new UsageTestCase(m_context, (std::string(format.name) + "_enable").c_str(), "test enable GL_POLYGON_OFFSET_FILL", format.internalFormat, format.name)); in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp333 // UsageTestCase
335 class UsageTestCase : public PolygonOffsetTestCase class
338 UsageTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName);
343 UsageTestCase::UsageTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName) in UsageTestCase() function in deqp::gles2::Functional::__anon30431::UsageTestCase
348 void UsageTestCase::testPolygonOffset (void) in testPolygonOffset()
1227 addChild(new UsageTestCase(m_context, (std::string(format.name) + "_enable").c_str(), "test enable GL_POLYGON_OFFSET_FILL", format.internalFormat, format.name)); in init()

Completed in 4 milliseconds