Searched refs:foundInAllGLSLCode (Results 1 – 2 of 2) sorted by relevance
142 bool foundInAllGLSLCode(const char *str) in foundInAllGLSLCode() function in __anonda55aabe0111::OVRMultiviewOutputCodeTest575 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()
145 bool foundInAllGLSLCode(const char *str) in foundInAllGLSLCode() function in __anon85a6a4f00111::OVRMultiview2OutputCodeTest557 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()