Searched refs:CommonEdgeCase (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fMultisampleTests.cpp | 565 class CommonEdgeCase : public MultisampleCase class 577 … CommonEdgeCase (Context& context, const char* name, const char* description, CaseType caseType); 578 ~CommonEdgeCase (void) {} in ~CommonEdgeCase() 601 CommonEdgeCase::CommonEdgeCase (Context& context, const char* name, const char* description, CaseTy… in CommonEdgeCase() function in deqp::gles2::Functional::CommonEdgeCase 611 void CommonEdgeCase::init (void) in init() 634 CommonEdgeCase::IterateResult CommonEdgeCase::iterate (void) in iterate() 1484 …addChild(new CommonEdgeCase (m_context, "common_edge_small_quads", "Test polygons' common edge… in init() 1485 …hild(new CommonEdgeCase (m_context, "common_edge_big_quad", "Test polygons' common edges with… in init() 1486 …ld(new CommonEdgeCase (m_context, "common_edge_viewport_quad", "Test polygons' common edges wit… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fMultisampleTests.cpp | 733 class CommonEdgeCase : public MultisampleCase class 745 …CommonEdgeCase (Context& context, const char* name, const char* description, CaseType caseType, … 746 ~CommonEdgeCase (void) {} in ~CommonEdgeCase() 766 CommonEdgeCase::CommonEdgeCase (Context& context, const char* name, const char* description, CaseTy… in CommonEdgeCase() function in deqp::gles3::Functional::CommonEdgeCase 776 void CommonEdgeCase::init (void) in init() 796 CommonEdgeCase::IterateResult CommonEdgeCase::iterate (void) in iterate() 1669 …dChild(new CommonEdgeCase (m_context, "common_edge_small_quads", "Test polygons' common edges … in init() 1670 …ld(new CommonEdgeCase (m_context, "common_edge_big_quad", "Test polygons' common edges with b… in init() 1671 …(new CommonEdgeCase (m_context, "common_edge_viewport_quad", "Test polygons' common edges with … in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 1558 class CommonEdgeCase : public TestCase class 1569 …CommonEdgeCase (Context& context, const char* name, const char* description, TessPrimitiveType pri… in CommonEdgeCase() function in deqp::gles31::Functional::__anon0bb74b760211::CommonEdgeCase 1592 void CommonEdgeCase::init (void) in init() 1716 void CommonEdgeCase::deinit (void) in deinit() 1721 CommonEdgeCase::IterateResult CommonEdgeCase::iterate (void) in iterate() 7466 for (int caseTypeI = 0; caseTypeI < CommonEdgeCase::CASETYPE_LAST; caseTypeI++) in init() 7470 const CommonEdgeCase::CaseType caseType = (CommonEdgeCase::CaseType)caseTypeI; in init() 7480 + (caseType == CommonEdgeCase::CASETYPE_BASIC ? "" in init() 7481 : caseType == CommonEdgeCase::CASETYPE_PRECISE ? "_precise" in init() 7484 …commonEdgeGroup->addChild(new CommonEdgeCase(m_context, caseName.c_str(), "", primitiveType, spaci… in init()
|