• Home
  • Raw
  • Download

Lines Matching refs:s_modes

6738 	} s_modes[] =  in iterate()  local
6748 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_modes); ++ndx) in iterate()
6750 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Type", s_modes[ndx].description); in iterate()
6756 << glu::TessellationEvaluationSource(getTessEvalSource(s_modes[ndx].layout))); in iterate()
6762 …verifyStateProgramInteger(result, gl, program.getProgram(), GL_TESS_GEN_MODE, s_modes[ndx].mode, Q… in iterate()
6792 } s_modes[] = in iterate() local
6803 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_modes); ++ndx) in iterate()
6805 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Type", s_modes[ndx].description); in iterate()
6811 << glu::TessellationEvaluationSource(getTessEvalSource(s_modes[ndx].layout))); in iterate()
6817 …verifyStateProgramInteger(result, gl, program.getProgram(), GL_TESS_GEN_SPACING, s_modes[ndx].spac… in iterate()
6847 } s_modes[] = in iterate() local
6857 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_modes); ++ndx) in iterate()
6859 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Type", s_modes[ndx].description); in iterate()
6865 << glu::TessellationEvaluationSource(getTessEvalSource(s_modes[ndx].layout))); in iterate()
6871 …verifyStateProgramInteger(result, gl, program.getProgram(), GL_TESS_GEN_VERTEX_ORDER, s_modes[ndx]… in iterate()
6901 } s_modes[] = in iterate() local
6910 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_modes); ++ndx) in iterate()
6912 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Type", s_modes[ndx].description); in iterate()
6918 << glu::TessellationEvaluationSource(getTessEvalSource(s_modes[ndx].layout))); in iterate()
6924 …verifyStateProgramInteger(result, gl, program.getProgram(), GL_TESS_GEN_POINT_MODE, s_modes[ndx].m… in iterate()