/external/deqp/external/openglcts/modules/gl/ |
D | gl4cProgramInterfaceQueryTests.cpp | 645 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/ |
D | es31cProgramInterfaceQueryTests.cpp | 623 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/ |
D | ipaddress_unittest.cc | 513 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/ |
D | AtomicCompareExchangeExplicit_cl20.ll | 50 …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/ |
D | StringTokenizerTest.java | 208 String expected4[] = {" \ud800\udc00 ", " \ud800\udc00"}; in TestSupplementary() local 211 if (!tokenizer.nextElement().equals(expected4[i ++])) { in TestSupplementary()
|
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/parse/ |
D | parser_unittest.py | 1009 expected4 = ast.Mojom( 1058 self.assertEquals(parser.Parse(source4, "my_file.mojom"), expected4)
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | StringTokenizerTest.java | 205 String expected4[] = {" \ud800\udc00 ", " \ud800\udc00"}; in TestSupplementary() local 208 if (!tokenizer.nextElement().equals(expected4[i ++])) { in TestSupplementary()
|