• Home
  • Raw
  • Download

Lines Matching refs:expected2

435 		GLint expected2[] = { 6, 35666, 1, 0, 1, 0, 0 };  in Run()  local
436 VerifyGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, 0, 7, props2, 7, expected2, error); in Run()
739 GLint expected2[] = { 2, 35666, 1, 0, 0, 1, 4 }; in Run() local
740 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["b"], 7, props, 7, expected2, error); in Run()
815 GLint expected2[] = { 14, 5124, 1, 0, 0, 1, -1 }; in Run() local
816 …gramResourceiv(program, GL_PROGRAM_INPUT, indices["gl_InstanceID"], 7, props, 7, expected2, error); in Run()
905 GLint expected2[] = { 2, 35666, 1, 0, 0, 1, 4 }; in Run() local
906 …VerifyGetProgramResourceiv(program, GL_PROGRAM_INPUT, indices["b"], 7, props, 7, expected2, error); in Run()
1074 …GLint expected2[] = { 8, 35666, 1, -1, -1, -1, -1, 0, -1, 0, 1, 0, glGetUniformLocation(program, "… in Run() local
1075 …VerifyGetProgramResourceiv(program, GL_UNIFORM, indices["recolor"], 13, props, 13, expected2, erro… in Run()
1231 …GLint expected2[] = { 2, 35668, 1, -1, -1, -1, -1, 0, -1, 0, 0, 1, glGetUniformLocation(program, "… in Run() local
1232 VerifyGetProgramResourceiv(program, GL_UNIFORM, indices["b"], 13, props, 13, expected2, error); in Run()
1403 GLint expected2[] = { 18, 2, 0, 0, 1, size }; in Run() local
1404 …rogramResourceiv(program, GL_UNIFORM_BLOCK, indicesUB["NotSoSimpleBlockk"], 6, props, 6, expected2, in Run()
1653 GLint expected2[] = { 5, 5126, 1 }; in Run() local
1654 …tProgramResourceiv(program, GL_TRANSFORM_FEEDBACK_VARYING, indices["b[0]"], 3, props, 3, expected2, in Run()
1744 GLint expected2[] = { 2, GL_FLOAT, 2 }; in Run() local
1745 …ramResourceiv(program, GL_TRANSFORM_FEEDBACK_VARYING, indices["b"], 3, props, 3, expected2, error); in Run()
1855 GLint expected2[] = { 2, 8, 2 }; in Run() local
1856 …VerifyGetProgramResourceiv(program, GL_ATOMIC_COUNTER_BUFFER, res, 3, props2, 3, expected2, error); in Run()
1858 …VerifyGetProgramResourceiv(program, GL_ATOMIC_COUNTER_BUFFER, res, 3, props2, 3, expected2, error); in Run()
2419 GLint expected2[] = { 18, 1, 1, 0, 0 }; in Run() local
2421 expected2, error); in Run()
2883 GLint expected2[] = { 10, 35666, 1, 0, 0, 1, 0 }; in Run() local
2884 …VerifyGetProgramResourceiv(vs, GL_PROGRAM_INPUT, indicesI["in_vertex"], 7, props2, 7, expected2, e… in Run()
2955 GLint expected2[] = { 9, 35666, 1, 0, 1, 0 }; in Run() local
2956 …VerifyGetProgramResourceiv(tcs, GL_PROGRAM_INPUT, indicesI["vs_color"], 6, props2, 6, expected2, e… in Run()
2957 …VerifyGetProgramResourceiv(tcs, GL_PROGRAM_OUTPUT, indicesO["fs_color"], 6, props2, 6, expected2, … in Run()
3484 GLint expected2[] = { 6, 35666, 1, 0, 1, 0, 0 }; in Run() local
3485 VerifyGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, 0, 7, props2, 7, expected2, error); in Run()