Searched refs:UsageTestCase (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fPolygonOffsetTests.cpp | 340 class UsageTestCase : public PolygonOffsetTestCase class 343 …UsageTestCase (Context& context, const char* name, const char* description, GLenum internalFormat… 348 UsageTestCase::UsageTestCase (Context& context, const char* name, const char* description, GLenum i… in UsageTestCase() function in deqp::gles3::Functional::__anon344d1e240111::UsageTestCase 353 void UsageTestCase::testPolygonOffset (void) in testPolygonOffset() 1228 …addChild(new UsageTestCase(m_context, (std::string(format.name) + "_enable").c_str(), "test enable… in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fPolygonOffsetTests.cpp | 337 class UsageTestCase : public PolygonOffsetTestCase class 340 …UsageTestCase (Context& context, const char* name, const char* description, GLenum internalFormat… 345 UsageTestCase::UsageTestCase (Context& context, const char* name, const char* description, GLenum i… in UsageTestCase() function in deqp::gles2::Functional::__anona36ea6820111::UsageTestCase 350 void UsageTestCase::testPolygonOffset (void) in testPolygonOffset() 1223 …addChild(new UsageTestCase(m_context, (std::string(format.name) + "_enable").c_str(), "test enable… in init()
|