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

/external/deqp/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp335 // UsageTestCase
337 class UsageTestCase : public PolygonOffsetTestCase class in namespace:deqp::gles2::Functional::__anon4954
340 UsageTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName);
345 UsageTestCase::UsageTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName) function in class:deqp::gles2::Functional::__anon4954::UsageTestCase
350 void UsageTestCase::testPolygonOffset (void)
1223 addChild(new UsageTestCase(m_context, (std::string(format.name) + "_enable").c_str(), "test enable GL_POLYGON_OFFSET_FILL", format.internalFormat, format.name));
/external/deqp/modules/gles3/functional/
H A Des3fPolygonOffsetTests.cpp338 // UsageTestCase
340 class UsageTestCase : public PolygonOffsetTestCase class in namespace:deqp::gles3::Functional::__anon5100
343 UsageTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName);
348 UsageTestCase::UsageTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName) function in class:deqp::gles3::Functional::__anon5100::UsageTestCase
353 void UsageTestCase::testPolygonOffset (void)
1228 addChild(new UsageTestCase(m_context, (std::string(format.name) + "_enable").c_str(), "test enable GL_POLYGON_OFFSET_FILL", format.internalFormat, format.name));

Completed in 80 milliseconds