Searched refs:expectedS (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cProgramInterfaceQueryTests.cpp | 2178 GLint expectedS[] = { 2 }; in VerifyVS() local 2179 VerifyGetProgramResourceiv(program, GL_VERTEX_SUBROUTINE, indicesS["x"], 1, propsS, 1, expectedS, error); in VerifyVS() 2180 VerifyGetProgramResourceiv(program, GL_VERTEX_SUBROUTINE, indicesS["y"], 1, propsS, 1, expectedS, error); in VerifyVS() 2230 GLint expectedS[] = { 2 }; in VerifyTCS() local 2232 1, expectedS, error); in VerifyTCS() 2334 GLint expectedS[] = { 2 }; in VerifyTES() local 2335 VerifyGetProgramResourceiv(program, GL_TESS_EVALUATION_SUBROUTINE, indicesTS["x"], 1, propsS, 1, expectedS, in VerifyTES() 2396 GLint expectedS[] = { 2 }; in VerifyGEO() local 2397 VerifyGetProgramResourceiv(program, GL_GEOMETRY_SUBROUTINE, indicesTS["x"], 1, propsS, 1, expectedS, error); in VerifyGEO() 2457 GLint expectedS[] in VerifyFS() local 2689 GLint expectedS[] = { 3 }; VerifyCompute() local [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | regextst.cpp | 4224 UnicodeString expectedS(fields[4]); in PerlTests() 4225 expectedS.findAndReplace(nulnulSrc, nulnul); in PerlTests() 4226 expectedS.findAndReplace(ffffSrc, ffff); in PerlTests() 4227 expectedS.findAndReplace(UNICODE_STRING_SIMPLE("\\n"), "\n"); in PerlTests() 4230 if (expectedS.compare(resultString) != 0) { in PerlTests() 4232 infoln((UnicodeString)"Expected \""+expectedS+(UnicodeString)"\"; got \""+resultString+(UnicodeString)"\""); in PerlTests() 4614 UnicodeString expectedS(fields[4]); in PerlTestsUTF8() 4615 expectedS.findAndReplace(nulnulSrc, nulnul); in PerlTestsUTF8() 4616 expectedS.findAndReplace(ffffSrc, ffff); in PerlTestsUTF8() 4617 expectedS in PerlTestsUTF8() [all...] |
Completed in 19 milliseconds