/external/webrtc/webrtc/base/ |
D | ipaddress_unittest.cc | 514 struct sockaddr_in6 expected6; in TEST() local 528 expected6.sin6_addr = kIPv6PublicAddr; in TEST() 529 expected6.sin6_family = AF_INET6; in TEST() 531 test_info.ai_addr = reinterpret_cast<struct sockaddr*>(&expected6); in TEST() 535 expected6.sin6_family = AF_UNSPEC; in TEST()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cProgramInterfaceQueryTests.cpp | 747 GLint expected6[] = { 2, 5125, 1, 0, 0, 1, 12 }; in Run() local 748 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["f"], 7, props, 7, expected6, error); in Run() 913 GLint expected6[] = { 2, 5125, 1, 0, 0, 1, 12 }; in Run() local 914 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["f"], 7, props, 7, expected6, error); in Run() 1239 …GLint expected6[] = { 2, 5124, 1, -1, -1, -1, -1, 0, -1, 0, 1, 0, glGetUniformLocation(program, "f… in Run() local 1240 VerifyGetProgramResourceiv(program, GL_UNIFORM, indices["f"], 13, props, 13, expected6, error); in Run() 1437 …GLint expected6[] = { 27, 5126, 2, static_cast<GLint>(indicesUB["TrickyBlock"]), 0, 0, -1, 0, 1, 0… in Run() local 1438 …gramResourceiv(program, GL_UNIFORM, indicesU["TrickyBlock.a[2].b[0].d"], 11, props3, 11, expected6, in Run() 1663 GLint expected6[] = { 2, 35665, 2 }; in Run() local 1664 …ramResourceiv(program, GL_TRANSFORM_FEEDBACK_VARYING, indices["e"], 3, props, 3, expected6, error); in Run() [all …]
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cProgramInterfaceQueryTests.cpp | 649 GLint expected6[] = { 2, GL_UNSIGNED_INT, 1, 0, 0, 0, 0, 0, 1, 12, 0 }; in Run() local 650 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["f"], 11, props, 11, expected6, erro… in Run() 1063 GLint expected6[] = { 2, GL_UNSIGNED_INT, 1, 0, 0, 0, 0, 0, 1, 12, 0 }; in Run() local 1064 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["f"], 11, props, 11, expected6, erro… in Run() 1501 GLint expected6[] = { in Run() local 1504 VerifyGetProgramResourceiv(program, GL_UNIFORM, indices["f"], 16, props, 16, expected6, error); in Run() 1730 …GLint expected6[] = { 27, GL_FLOAT, 2, static_cast<GLint>(indicesUB["TrickyBlock"]), 0, 0, -1, 0, … in Run() local 1732 …gramResourceiv(program, GL_UNIFORM, indicesU["TrickyBlock.a[2].b[0].d"], 14, props3, 14, expected6, in Run() 1896 GLint expected6[] = { 2, GL_FLOAT_VEC3, 2 }; in Run() local 1897 …ramResourceiv(program, GL_TRANSFORM_FEEDBACK_VARYING, indices["e"], 3, props, 3, expected6, error); in Run() [all …]
|