Home
last modified time | relevance | path

Searched refs:basicMethods (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/stress/
Des2sDrawTests.cpp422 const gls::DrawTestSpec::DrawMethod basicMethods[] = in init() local
428 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(basicMethods); ++ndx) in init()
430 std::string name = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init()
431 std::string desc = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init()
433 …unalignedGroup->addChild(new MethodGroup(m_context, name.c_str(), desc.c_str(), basicMethods[ndx])… in init()
/third_party/vk-gl-cts/modules/gles3/stress/
Des3sDrawTests.cpp637 const gls::DrawTestSpec::DrawMethod basicMethods[] = in init() local
646 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(basicMethods); ++ndx) in init()
648 const std::string name = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init()
649 const std::string desc = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init()
651 …unalignedGroup->addChild(new MethodGroup(m_context, name.c_str(), desc.c_str(), basicMethods[ndx])… in init()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDrawTests.cpp704 const gls::DrawTestSpec::DrawMethod basicMethods[] = in init() local
710 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(basicMethods); ++ndx) in init()
712 std::string name = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init()
713 std::string desc = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init()
715 this->addChild(new MethodGroup(m_context, name.c_str(), desc.c_str(), basicMethods[ndx])); in init()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDrawElementsBaseVertexTests.cpp927 const gls::DrawTestSpec::DrawMethod basicMethods[] = in init() local
934 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(basicMethods); ++ndx) in init()
936 const std::string name = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init()
937 const std::string desc = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init()
939 this->addChild(new MethodGroup(m_context, name.c_str(), desc.c_str(), basicMethods[ndx])); in init()
Des31fDrawTests.cpp2779 const gls::DrawTestSpec::DrawMethod basicMethods[] = in init() local
2785 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(basicMethods); ++ndx) in init()
2787 const std::string name = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init()
2788 const std::string desc = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init()
2790 this->addChild(new MethodGroup(m_context, name.c_str(), desc.c_str(), basicMethods[ndx])); in init()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDrawTests.cpp1141 const gls::DrawTestSpec::DrawMethod basicMethods[] = in init() local
1150 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(basicMethods); ++ndx) in init()
1152 const std::string name = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init()
1153 const std::string desc = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init()
1155 this->addChild(new MethodGroup(m_context, name.c_str(), desc.c_str(), basicMethods[ndx])); in init()