Home
last modified time | relevance | path

Searched refs:foundInCodeInOrder (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/tests/compiler_tests/
DOVR_multiview_test.cpp685 EXPECT_FALSE(foundInCodeInOrder(SH_ESSL_OUTPUT, notExpectedStrings1)); in TEST_F()
686 EXPECT_FALSE(foundInCodeInOrder(SH_GLSL_COMPATIBILITY_OUTPUT, notExpectedStrings1)); in TEST_F()
721 EXPECT_TRUE(foundInCodeInOrder(SH_ESSL_OUTPUT, expectedStrings)); in TEST_F()
722 EXPECT_TRUE(foundInCodeInOrder(SH_GLSL_COMPATIBILITY_OUTPUT, expectedStrings)); in TEST_F()
742 EXPECT_TRUE(foundInCodeInOrder(SH_ESSL_OUTPUT, expectedStrings)); in TEST_F()
743 EXPECT_TRUE(foundInCodeInOrder(SH_GLSL_COMPATIBILITY_OUTPUT, expectedStrings)); in TEST_F()
761 EXPECT_TRUE(foundInCodeInOrder(SH_ESSL_OUTPUT, expectedStrings)); in TEST_F()
762 EXPECT_TRUE(foundInCodeInOrder(SH_GLSL_COMPATIBILITY_OUTPUT, expectedStrings)); in TEST_F()
776 EXPECT_FALSE(foundInCodeInOrder(SH_ESSL_OUTPUT, notExpectedStrings1)); in TEST_F()
777 EXPECT_FALSE(foundInCodeInOrder(SH_GLSL_COMPATIBILITY_OUTPUT, notExpectedStrings1)); in TEST_F()
[all …]
DOVR_multiview2_test.cpp704 EXPECT_FALSE(foundInCodeInOrder(SH_ESSL_OUTPUT, notExpectedStrings1)); in TEST_F()
705 EXPECT_FALSE(foundInCodeInOrder(SH_GLSL_COMPATIBILITY_OUTPUT, notExpectedStrings1)); in TEST_F()
740 EXPECT_TRUE(foundInCodeInOrder(SH_ESSL_OUTPUT, expectedStrings)); in TEST_F()
741 EXPECT_TRUE(foundInCodeInOrder(SH_GLSL_COMPATIBILITY_OUTPUT, expectedStrings)); in TEST_F()
761 EXPECT_TRUE(foundInCodeInOrder(SH_ESSL_OUTPUT, expectedStrings)); in TEST_F()
762 EXPECT_TRUE(foundInCodeInOrder(SH_GLSL_COMPATIBILITY_OUTPUT, expectedStrings)); in TEST_F()
781 EXPECT_TRUE(foundInCodeInOrder(SH_ESSL_OUTPUT, expectedStrings)); in TEST_F()
782 EXPECT_TRUE(foundInCodeInOrder(SH_GLSL_COMPATIBILITY_OUTPUT, expectedStrings)); in TEST_F()
793 EXPECT_FALSE(foundInCodeInOrder(SH_ESSL_OUTPUT, notExpectedStrings1)); in TEST_F()
794 EXPECT_FALSE(foundInCodeInOrder(SH_GLSL_COMPATIBILITY_OUTPUT, notExpectedStrings1)); in TEST_F()
[all …]
DScalarizeVecAndMatConstructorArgs_test.cpp48 EXPECT_TRUE(foundInCodeInOrder(expectedStrings)); in TEST_F()
70 EXPECT_TRUE(foundInCodeInOrder(expectedStrings)); in TEST_F()
93 EXPECT_TRUE(foundInCodeInOrder(expectedStrings)); in TEST_F()
116 EXPECT_TRUE(foundInCodeInOrder(expectedStrings)); in TEST_F()
/external/angle/src/tests/test_utils/
Dcompiler_test.h74 bool foundInCodeInOrder(ShShaderOutput output, std::vector<const char *> stringsToFind);
89 bool foundInCodeInOrder(std::vector<const char *> stringsToFind);
Dcompiler_test.cpp204 bool MatchOutputCodeTest::foundInCodeInOrder(ShShaderOutput output, in foundInCodeInOrder() function in sh::MatchOutputCodeTest
305 bool MatchOutputCodeTest::foundInCodeInOrder(std::vector<const char *> stringsToFind) in foundInCodeInOrder() function in sh::MatchOutputCodeTest
309 if (!foundInCodeInOrder(code.first, stringsToFind)) in foundInCodeInOrder()