Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cProgramInterfaceQueryTests.cpp645 GLint expected4[] = { 5, GL_FLOAT_MAT2x3, 2, 0, 0, 0, 0, 0, 1, 7, 0 }; in Run() local
646 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["d"], 11, props, 11, expected4, erro… in Run()
761 GLint expected4[] = { 5, GL_INT, 2, 0, 1, 0, 0, 0, 0, 5, 0, 0 }; in Run() local
762 …VerifyGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, indices["d"], 12, props, 12, expected4, err… in Run()
1059 GLint expected4[] = { 5, GL_FLOAT_MAT2x3, 2, 0, 0, 0, 0, 0, 1, 7, 0 }; in Run() local
1060 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["d"], 11, props, 11, expected4, erro… in Run()
1171 GLint expected4[] = { 5, GL_INT, 2, 0, 1, 0, 0, 0, 0, 5, 0, 0 }; in Run() local
1172 …VerifyGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, indices["d"], 12, props, 12, expected4, err… in Run()
1493 GLint expected4[] = { in Run() local
1496 VerifyGetProgramResourceiv(program, GL_UNIFORM, indices["d"], 16, props, 16, expected4, error); in Run()
[all …]
/external/deqp/external/openglcts/modules/gles31/
Des31cProgramInterfaceQueryTests.cpp623 GLint expected4[] = { 15, 35666, 0, static_cast<GLint>(indicesSSB["Output"]), 0, 1, 0, 0, 1 }; in VerifyCompute() local
624 …tProgramResourceiv(program, GL_BUFFER_VARIABLE, indicesBV["Outputa.data"], 9, props4, 9, expected4, in VerifyCompute()
743 GLint expected4[] = { 2, 35685, 1, 0, 0, 1, 7 }; in Run() local
744 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["d"], 7, props, 7, expected4, error); in Run()
909 GLint expected4[] = { 2, 35685, 1, 0, 0, 1, 7 }; in Run() local
910 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["d"], 7, props, 7, expected4, error); in Run()
1235 …GLint expected4[] = { 2, 35676, 1, -1, -1, -1, -1, 0, -1, 0, 1, 0, glGetUniformLocation(program, "… in Run() local
1236 VerifyGetProgramResourceiv(program, GL_UNIFORM, indices["d"], 13, props, 13, expected4, error); in Run()
1409 GLint expected4[] = { 15, 4, 0, 1, 0, size }; in Run() local
1410 …etProgramResourceiv(program, GL_UNIFORM_BLOCK, indicesUB["TrickyBlock[1]"], 6, props, 6, expected4, in Run()
[all …]
/external/webrtc/webrtc/base/
Dipaddress_unittest.cc513 struct sockaddr_in expected4; in TEST() local
520 test_info.ai_addr = reinterpret_cast<struct sockaddr*>(&expected4); in TEST()
521 expected4.sin_addr.s_addr = HostToNetwork32(kIPv4PublicAddr); in TEST()
522 expected4.sin_family = AF_INET; in TEST()
/external/spirv-llvm/test/SPIRV/transcoding/
DAtomicCompareExchangeExplicit_cl20.ll50 …change_weak_explicitPVU3AS4U7_AtomiciPiiiii(i32 addrspace(4)* %0, i32* %expected4, i32 %desired, i…
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DStringTokenizerTest.java208 String expected4[] = {" \ud800\udc00 ", " \ud800\udc00"}; in TestSupplementary() local
211 if (!tokenizer.nextElement().equals(expected4[i ++])) { in TestSupplementary()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DStringTokenizerTest.java205 String expected4[] = {" \ud800\udc00 ", " \ud800\udc00"}; in TestSupplementary() local
208 if (!tokenizer.nextElement().equals(expected4[i ++])) { in TestSupplementary()
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/parse/
Dparser_unittest.py1009 expected4 = ast.Mojom(
1058 self.assertEquals(parser.Parse(source4, "my_file.mojom"), expected4)