D | ShCompile_test.cpp | 40 void testCompile(const char **shaderStrings, int stringCount, bool expectation) in testCompile() function in ShCompileTest 104 testCompile(shaderStrings, 1, true); in TEST_F() 119 testCompile(shaderStrings, 2, true); in TEST_F() 140 testCompile(shaderStrings, 3, true); in TEST_F()
|