Searched refs:validateComponentsInErrorMessage (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | GLSLTest.cpp | 466 void validateComponentsInErrorMessage(const char *vertexShader, in validateComponentsInErrorMessage() function in __anona2ceafed0111::GLSLTest 10135 validateComponentsInErrorMessage(kVS, kFS, "Types", "varying 'vertex_out'"); in TEST_P() 10168 validateComponentsInErrorMessage(kVS, kFS, "Field names", "varying 'vertex_out'"); in TEST_P() 10201 validateComponentsInErrorMessage(kVS, kFS, "Types", in TEST_P() 10247 validateComponentsInErrorMessage(kVS, kFS, "Field names", "uniform 'uni' member 'uni.val1'"); in TEST_P() 10282 validateComponentsInErrorMessage(kVS, kFS, "Types", "uniform block 'S' member 'S.val2'"); in TEST_P() 10327 validateComponentsInErrorMessage(kVS, kFS, "Types", "uniform block 'S' member 'S.val1.t2'"); in TEST_P() 10356 validateComponentsInErrorMessage(kVS, kFS, "does not match any", "foo"); in TEST_P()
|