Home
last modified time | relevance | path

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

/external/angle/src/tests/compiler_tests/
DOVR_multiview_test.cpp142 bool foundInAllGLSLCode(const char *str) in foundInAllGLSLCode() function in __anonda55aabe0111::OVRMultiviewOutputCodeTest
575 EXPECT_TRUE(foundInAllGLSLCode("ViewID_OVR = (uint(gl_InstanceID) % 3u)")); in TEST_F()
576 EXPECT_TRUE(foundInAllGLSLCode("InstanceID = int((uint(gl_InstanceID) / 3u))")); in TEST_F()
635 EXPECT_TRUE(foundInAllGLSLCode("#extension GL_NV_viewport_array2 : require")); in TEST_F()
DOVR_multiview2_test.cpp145 bool foundInAllGLSLCode(const char *str) in foundInAllGLSLCode() function in __anon85a6a4f00111::OVRMultiview2OutputCodeTest
557 EXPECT_TRUE(foundInAllGLSLCode("ViewID_OVR = (uint(gl_InstanceID) % 3u)")); in TEST_F()
558 EXPECT_TRUE(foundInAllGLSLCode("InstanceID = int((uint(gl_InstanceID) / 3u))")); in TEST_F()
655 EXPECT_TRUE(foundInAllGLSLCode("#extension GL_NV_viewport_array2 : require")); in TEST_F()