Lines Matching refs:expected4
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()
1694 GLint expected4[] = { 15, 4, 0, 0, 0, 0, 0, 0, size }; in Run() local
1695 …etProgramResourceiv(program, GL_UNIFORM_BLOCK, indicesUB["TrickyBlock[1]"], 9, props, 9, expected4, in Run()
1892 GLint expected4[] = { 2, GL_UNSIGNED_INT_VEC2, 1 }; in Run() local
1893 …ramResourceiv(program, GL_TRANSFORM_FEEDBACK_VARYING, indices["c"], 3, props, 3, expected4, error); in Run()
3100 GLint expected4[] = { 16, 5, 0, 1, 0, 0, 0, 0 }; in Run() local
3102 expected4, error); in Run()
3372 GLint expected4[] = { 19, GL_NONE, 3 }; in Run() local
3374 expected4, error); in Run()
4545 GLint expected4[] = { 5, GL_FLOAT_VEC4, 1, 0, 1, 0 }; in Run() local
4546 …VerifyGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, indicesO["d[0]"], 6, props, 6, expected4, e… in Run()
4732 …GLint expected4[] = { 15, GL_FLOAT_VEC4, 0, static_cast<GLint>(indicesSSB["Output"]), 0, 1, 0, 0, … in VerifyCompute() local
4733 …tProgramResourceiv(program, GL_BUFFER_VARIABLE, indicesBV["Outputa.data"], 9, props4, 9, expected4, in VerifyCompute()