Home
last modified time | relevance | path

Searched refs:foundInHLSLCode (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/tests/compiler_tests/
DOVR_multiview_test.cpp147 bool foundInHLSLCode(const char *stringToFind) const in foundInHLSLCode() function in __anonda55aabe0111::OVRMultiviewOutputCodeTest
578 EXPECT_TRUE(foundInHLSLCode("ViewID_OVR = (uint_ctor_int(gl_InstanceID) % 3)")); in TEST_F()
580 EXPECT_FALSE(foundInHLSLCode("_ViewID_OVR = (uint_ctor_int(gl_InstanceID) % 3)")); in TEST_F()
582 EXPECT_TRUE(foundInHLSLCode("InstanceID = int_ctor_uint((uint_ctor_int(gl_InstanceID) / 3))")); in TEST_F()
DOVR_multiview2_test.cpp150 bool foundInHLSLCode(const char *stringToFind) const in foundInHLSLCode() function in __anon85a6a4f00111::OVRMultiview2OutputCodeTest
560 EXPECT_TRUE(foundInHLSLCode("ViewID_OVR = (uint_ctor_int(gl_InstanceID) % 3)")); in TEST_F()
562 EXPECT_FALSE(foundInHLSLCode("_ViewID_OVR = (uint_ctor_int(gl_InstanceID) % 3)")); in TEST_F()
564 EXPECT_TRUE(foundInHLSLCode("InstanceID = int_ctor_uint((uint_ctor_int(gl_InstanceID) / 3))")); in TEST_F()