Lines Matching defs:indicesU

1355 		std::map<std::string, GLuint> indicesU;
1360 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "a", error);
1361 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "b", error);
1362 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "c", error);
1363 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "NotSoSimpleBlockk.a[0]", error);
1364 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "NotSoSimpleBlockk.c", error);
1365 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "NotSoSimpleBlockk.b[0]", error);
1366 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "TrickyBlock.a[2].b[0].d", error);
1378 VerifyGetProgramResourceName(program, GL_UNIFORM, indicesU["a"], "a", error);
1379 VerifyGetProgramResourceName(program, GL_UNIFORM, indicesU["b"], "b", error);
1380 VerifyGetProgramResourceName(program, GL_UNIFORM, indicesU["c"], "c", error);
1381 VerifyGetProgramResourceName(program, GL_UNIFORM, indicesU["NotSoSimpleBlockk.a[0]"], "NotSoSimpleBlockk.a[0]",
1383 VerifyGetProgramResourceName(program, GL_UNIFORM, indicesU["NotSoSimpleBlockk.c"], "NotSoSimpleBlockk.c",
1385 VerifyGetProgramResourceName(program, GL_UNIFORM, indicesU["NotSoSimpleBlockk.b[0]"], "NotSoSimpleBlockk.b[0]",
1387 VerifyGetProgramResourceName(program, GL_UNIFORM, indicesU["TrickyBlock.a[2].b[0].d"],
1429 VerifyGetProgramResourceiv(program, GL_UNIFORM, indicesU["a"], 11, props2, 11, expected5, error);
1442 VerifyGetProgramResourceiv(program, GL_UNIFORM, indicesU["TrickyBlock.a[2].b[0].d"], 11, props3, 11, expected6,
1450 exp.insert(indicesU["a"]);
1451 exp.insert(indicesU["b"]);
1452 exp.insert(indicesU["c"]);
1477 exp2.insert(indicesU["NotSoSimpleBlockk.a[0]"]);
1478 exp2.insert(indicesU["NotSoSimpleBlockk.b[0]"]);
1479 exp2.insert(indicesU["NotSoSimpleBlockk.c"]);
1570 std::map<std::string, GLuint> indicesU;
1571 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "TestBlock.color", error);
1575 VerifyGetProgramResourceiv(program, GL_UNIFORM, indicesU["TestBlock.color"], 1, props, 1, expected, error);
1824 std::map<std::string, GLuint> indicesU;
1825 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "a", error);
1826 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "b", error);
1827 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "c", error);
1828 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "d", error);
1829 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "e", error);
1831 VerifyGetProgramResourceName(program, GL_UNIFORM, indicesU["a"], "a", error);
1832 VerifyGetProgramResourceName(program, GL_UNIFORM, indicesU["b"], "b", error);
1833 VerifyGetProgramResourceName(program, GL_UNIFORM, indicesU["c"], "c", error);
1834 VerifyGetProgramResourceName(program, GL_UNIFORM, indicesU["d"], "d[0]", error);
1835 VerifyGetProgramResourceName(program, GL_UNIFORM, indicesU["e"], "e", error);
1850 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["a"], 1, &prop, bufSize, &length, &res);
1853 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["a"], 1, &prop, bufSize, &length, &res);
1854 GLint expected[] = { 1, 4, 1, static_cast<GLint>(indicesU["a"]) };
1858 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["b"], 1, &prop, bufSize, &length, &res);
1861 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["c"], 1, &prop, bufSize, &length, &res);
1864 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["d"], 1, &prop, bufSize, &length, &res);
1867 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["e"], 1, &prop, bufSize, &length, &res);
1873 exp.insert(indicesU["b"]);
1874 exp.insert(indicesU["c"]);
1875 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["b"], 1, &prop, bufSize, &length, &res);
1891 exp2.insert(indicesU["d"]);
1892 exp2.insert(indicesU["e"]);
1893 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["d"], 1, &prop, bufSize, &length, &res);
1973 std::map<std::string, GLuint> indicesU;
1974 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "a", error);
1975 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "b", error);
1976 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "c", error);
1978 VerifyGetProgramResourceName(program, GL_UNIFORM, indicesU["a"], "a", error);
1979 VerifyGetProgramResourceName(program, GL_UNIFORM, indicesU["b"], "b[0]", error);
1980 VerifyGetProgramResourceName(program, GL_UNIFORM, indicesU["c"], "c", error);
1994 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["a"], 1, &prop, bufSize, &length, &res);
2010 exp.insert(indicesU["a"]);
2011 exp.insert(indicesU["b"]);
2012 exp.insert(indicesU["c"]);
2014 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["b"], 1, &prop, bufSize, &length, &res);
2843 std::map<std::string, GLuint> indicesU;
2846 VerifyGetProgramResourceIndex(vs, GL_UNIFORM, indicesU, "u", error);
2847 VerifyGetProgramResourceIndex(vs, GL_UNIFORM, indicesU, "v", error);
2855 VerifyGetProgramResourceName(vs, GL_UNIFORM, indicesU["u"], "u", error);
2856 VerifyGetProgramResourceName(vs, GL_UNIFORM, indicesU["v"], "v", error);
2882 VerifyGetProgramResourceiv(vs, GL_UNIFORM, indicesU["v"], 13, props, 13, expected, error);
2946 std::map<std::string, GLuint> indicesU;
2949 VerifyGetProgramResourceIndex(tcs, GL_UNIFORM, indicesU, "x", error);
2953 VerifyGetProgramResourceName(tcs, GL_UNIFORM, indicesU["x"], "x", error);
2981 VerifyGetProgramResourceiv(tcs, GL_UNIFORM, indicesU["x"], 13, props, 13, expected, error);
3032 std::map<std::string, GLuint> indicesU;
3033 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "a", error);
3034 VerifyGetProgramResourceIndex(program, GL_UNIFORM, indicesU, "b", error);
3038 VerifyGetProgramResourceiv(program, GL_UNIFORM, indicesU["a"], 1, props, 1, expected, error);
3043 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["a"], 1, &prop, 1024, &len, &res);
3052 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["a"], 1, &prop, 1024, &len, &res);
3060 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["b"], 1, &prop, 1024, &len, &res);