Lines Matching defs:indicesU

1633 		std::map<std::string, GLuint> indicesU;
1638 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "a", error);
1639 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "b", error);
1640 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "c", error);
1641 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "NotSoSimpleBlockk.a[0]", error);
1642 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "NotSoSimpleBlockk.c", error);
1643 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "NotSoSimpleBlockk.b[0]", error);
1644 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "TrickyBlock.a[2].b[0].d", error);
1656 VerifyGetProgramResourceName(program, GL_UNIFORM, indicesU["a"], "a", error);
1657 VerifyGetProgramResourceName(program, GL_UNIFORM, indicesU["b"], "b", error);
1658 VerifyGetProgramResourceName(program, GL_UNIFORM, indicesU["c"], "c", error);
1659 VerifyGetProgramResourceName(program, GL_UNIFORM, indicesU["NotSoSimpleBlockk.a[0]"], "NotSoSimpleBlockk.a[0]",
1661 VerifyGetProgramResourceName(program, GL_UNIFORM, indicesU["NotSoSimpleBlockk.c"], "NotSoSimpleBlockk.c",
1663 VerifyGetProgramResourceName(program, GL_UNIFORM, indicesU["NotSoSimpleBlockk.b[0]"], "NotSoSimpleBlockk.b[0]",
1665 VerifyGetProgramResourceName(program, GL_UNIFORM, indicesU["TrickyBlock.a[2].b[0].d"],
1715 VerifyGetProgramResourceiv(program, GL_UNIFORM, indicesU["a"], 14, props2, 14, expected5, error);
1732 VerifyGetProgramResourceiv(program, GL_UNIFORM, indicesU["TrickyBlock.a[2].b[0].d"], 14, props3, 14, expected6,
1740 exp.insert(indicesU["a"]);
1741 exp.insert(indicesU["b"]);
1742 exp.insert(indicesU["c"]);
1767 exp2.insert(indicesU["NotSoSimpleBlockk.a[0]"]);
1768 exp2.insert(indicesU["NotSoSimpleBlockk.b[0]"]);
1769 exp2.insert(indicesU["NotSoSimpleBlockk.c"]);
1954 std::map<std::string, GLuint> indicesU;
1955 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "a", error);
1956 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "b", error);
1957 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "c", error);
1958 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "d", error);
1959 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "e", error);
1961 VerifyGetProgramResourceName(program, GL_UNIFORM, indicesU["a"], "a", error);
1962 VerifyGetProgramResourceName(program, GL_UNIFORM, indicesU["b"], "b", error);
1963 VerifyGetProgramResourceName(program, GL_UNIFORM, indicesU["c"], "c", error);
1964 VerifyGetProgramResourceName(program, GL_UNIFORM, indicesU["d"], "d[0]", error);
1965 VerifyGetProgramResourceName(program, GL_UNIFORM, indicesU["e"], "e", error);
1980 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["a"], 1, &prop, bufSize, &length, &res);
1983 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["a"], 1, &prop, bufSize, &length, &res);
1984 GLint expected[] = { 1, 4, 1, static_cast<GLint>(indicesU["a"]) };
1988 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["b"], 1, &prop, bufSize, &length, &res);
1991 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["c"], 1, &prop, bufSize, &length, &res);
1994 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["d"], 1, &prop, bufSize, &length, &res);
1997 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["e"], 1, &prop, bufSize, &length, &res);
2003 exp.insert(indicesU["b"]);
2004 exp.insert(indicesU["c"]);
2005 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["b"], 1, &prop, bufSize, &length, &res);
2024 exp2.insert(indicesU["d"]);
2025 exp2.insert(indicesU["e"]);
2026 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["d"], 1, &prop, bufSize, &length, &res);
2167 std::map<std::string, GLuint> indicesU;
2168 VerifyGetProgramResourceIndex(program, GL_VERTEX_SUBROUTINE_UNIFORM, indicesU, "a", error);
2172 VerifyGetProgramResourceName(program, GL_VERTEX_SUBROUTINE_UNIFORM, indicesU["a"], "a", error);
2184 VerifyGetProgramResourceiv(program, GL_VERTEX_SUBROUTINE_UNIFORM, indicesU["a"], 4, propsU, 4, expectedU,
2194 glGetProgramResourceiv(program, GL_VERTEX_SUBROUTINE_UNIFORM, indicesU["a"], 1, &prop, bufSize, &length, param);
3268 std::map<std::string, GLuint> indicesU;
3269 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "TestBlock.color", error);
3273 VerifyGetProgramResourceiv(program, GL_UNIFORM, indicesU["TestBlock.color"], 1, props, 1, expected, error);
3694 std::map<std::string, GLuint> indicesU;
3697 VerifyGetProgramResourceIndex(vs, GL_UNIFORM, indicesU, "u", error);
3698 VerifyGetProgramResourceIndex(vs, GL_UNIFORM, indicesU, "v", error);
3706 VerifyGetProgramResourceName(vs, GL_UNIFORM, indicesU["u"], "u", error);
3707 VerifyGetProgramResourceName(vs, GL_UNIFORM, indicesU["v"], "v", error);
3744 VerifyGetProgramResourceiv(vs, GL_UNIFORM, indicesU["v"], 16, props, 16, expected, error);
4104 std::map<std::string, GLuint> indicesU;
4107 VerifyGetProgramResourceIndex(tcs, GL_UNIFORM, indicesU, "x", error);
4115 VerifyGetProgramResourceName(tcs, GL_UNIFORM, indicesU["x"], "x", error);
4160 VerifyGetProgramResourceiv(tcs, GL_UNIFORM, indicesU["x"], 13, props5, 13, expected5, error);
4238 std::map<std::string, GLuint> indicesU;
4239 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "a", error);
4240 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "b", error);
4244 VerifyGetProgramResourceiv(program, GL_UNIFORM, indicesU["a"], 1, props, 1, expected, error);
4249 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["a"], 1, &prop, 1024, &len, &res);
4258 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["a"], 1, &prop, 1024, &len, &res);
4266 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["b"], 1, &prop, 1024, &len, &res);