Searched refs:basicMethods (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/deqp/modules/gles2/stress/ |
H A D | es2sDrawTests.cpp | 435 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 D | es3sDrawTests.cpp | 650 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 D | es2fDrawTests.cpp | 715 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 D | es31fDrawElementsBaseVertexTests.cpp | 956 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 D | es31fDrawTests.cpp | 2914 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 D | es3fDrawTests.cpp | 1146 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 D | NettyServerProviderTest.java | 42 public void basicMethods() { in basicMethods() method in NettyServerProviderTest
|
H A D | NettyChannelProviderTest.java | 62 public void basicMethods() { in basicMethods() method in NettyChannelProviderTest
|
H A D | UdsNettyChannelProviderTest.java | 98 public void basicMethods() { in basicMethods() method in UdsNettyChannelProviderTest
|