Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DGLSLTest.cpp466 void validateComponentsInErrorMessage(const char *vertexShader, in validateComponentsInErrorMessage() function in __anon6bfb5dcb0111::GLSLTest
9645 validateComponentsInErrorMessage(kVS, kFS, "Types", "varying 'vertex_out'"); in TEST_P()
9678 validateComponentsInErrorMessage(kVS, kFS, "Field names", "varying 'vertex_out'"); in TEST_P()
9711 validateComponentsInErrorMessage(kVS, kFS, "Types", in TEST_P()
9757 validateComponentsInErrorMessage(kVS, kFS, "Field names", "uniform 'uni' member 'uni.val1'"); in TEST_P()
9792 validateComponentsInErrorMessage(kVS, kFS, "Types", "uniform block 'S' member 'S.val2'"); in TEST_P()
9837 validateComponentsInErrorMessage(kVS, kFS, "Types", "uniform block 'S' member 'S.val1.t2'"); in TEST_P()
9866 validateComponentsInErrorMessage(kVS, kFS, "does not match any", "foo"); in TEST_P()