Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.cpp435 const gls::DrawTestSpec::DrawMethod basicMethods[] = { in init() local
440 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(basicMethods); ++ndx) in init()
442 std::string name = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init()
443 std::string desc = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init()
445 …nalignedGroup->addChild(new MethodGroup(m_context, name.c_str(), desc.c_str(), basicMethods[ndx])); in init()
/aosp_15_r20/external/deqp/modules/gles3/stress/
H A Des3sDrawTests.cpp650 const gls::DrawTestSpec::DrawMethod basicMethods[] = { in init() local
658 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(basicMethods); ++ndx) in init()
660 const std::string name = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init()
661 const std::string desc = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init()
663 …nalignedGroup->addChild(new MethodGroup(m_context, name.c_str(), desc.c_str(), basicMethods[ndx])); in init()
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp715 const gls::DrawTestSpec::DrawMethod basicMethods[] = { in init() local
720 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(basicMethods); ++ndx) in init()
722 std::string name = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init()
723 std::string desc = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init()
725 … this->addChild(new MethodGroup(m_context, name.c_str(), desc.c_str(), basicMethods[ndx])); in init()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fDrawElementsBaseVertexTests.cpp956 const gls::DrawTestSpec::DrawMethod basicMethods[] = { in init() local
962 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(basicMethods); ++ndx) in init()
964 const std::string name = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init()
965 const std::string desc = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init()
967 this->addChild(new MethodGroup(m_context, name.c_str(), desc.c_str(), basicMethods[ndx])); in init()
H A Des31fDrawTests.cpp2914 const gls::DrawTestSpec::DrawMethod basicMethods[] = { in init() local
2919 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(basicMethods); ++ndx) in init()
2921 const std::string name = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init()
2922 const std::string desc = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init()
2924 … this->addChild(new MethodGroup(m_context, name.c_str(), desc.c_str(), basicMethods[ndx])); in init()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp1146 const gls::DrawTestSpec::DrawMethod basicMethods[] = { in init() local
1152 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(basicMethods); ++ndx) in init()
1154 const std::string name = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init()
1155 const std::string desc = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init()
1157 … this->addChild(new MethodGroup(m_context, name.c_str(), desc.c_str(), basicMethods[ndx])); in init()
/aosp_15_r20/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
H A DNettyServerProviderTest.java42 public void basicMethods() { in basicMethods() method in NettyServerProviderTest
H A DNettyChannelProviderTest.java62 public void basicMethods() { in basicMethods() method in NettyChannelProviderTest
H A DUdsNettyChannelProviderTest.java98 public void basicMethods() { in basicMethods() method in UdsNettyChannelProviderTest