Searched refs:basicMethods (Results 1 – 8 of 8) sorted by relevance
/external/deqp/modules/gles2/stress/ |
D | es2sDrawTests.cpp | 422 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()
|
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/ |
D | NettyServerProviderTest.java | 39 public void basicMethods() { in basicMethods() method in NettyServerProviderTest
|
D | NettyChannelProviderTest.java | 60 public void basicMethods() { in basicMethods() method in NettyChannelProviderTest
|
/external/deqp/modules/gles3/stress/ |
D | es3sDrawTests.cpp | 637 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()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDrawTests.cpp | 704 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()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawElementsBaseVertexTests.cpp | 906 const gls::DrawTestSpec::DrawMethod basicMethods[] = in init() local 913 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(basicMethods); ++ndx) in init() 915 const std::string name = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init() 916 const std::string desc = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init() 918 this->addChild(new MethodGroup(m_context, name.c_str(), desc.c_str(), basicMethods[ndx])); in init()
|
D | es31fDrawTests.cpp | 2765 const gls::DrawTestSpec::DrawMethod basicMethods[] = in init() local 2771 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(basicMethods); ++ndx) in init() 2773 const std::string name = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init() 2774 const std::string desc = gls::DrawTestSpec::drawMethodToString(basicMethods[ndx]); in init() 2776 this->addChild(new MethodGroup(m_context, name.c_str(), desc.c_str(), basicMethods[ndx])); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDrawTests.cpp | 1141 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()
|