Home
last modified time | relevance | path

Searched defs:expectedLink (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cSeparateShaderObjsTests.cpp537 …og(const glw::Functions &gl, GLuint program, int expectedSep = GL_TRUE, int expectedLink = GL_TRUE) in checkCSProg()
2024 bool checkCSProg(const glw::Functions &gl, GLuint program, int expectedLink = GL_TRUE) in checkCSProg()
2645 bool checkCSProg(const glw::Functions &gl, GLuint program, int expectedLink = GL_TRUE) in checkCSProg()
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/nodes/
H A DDocumentTest.java200 String expectedLink = "https://jsoup.org/example.html"; in testOverflowClone() local