Searched refs:passNdx (Results 1 – 5 of 5) sorted by relevance
273 for (int passNdx = 0; passNdx < 2; ++passNdx) in iterate() local275 const glu::ShaderProgram& shader = (passNdx == 0) ? (*m_shader0) : (*m_shader1); in iterate()280 const tcu::Vec4 color = (passNdx == 0) ? (red) : (green); in iterate()281 const char* const colorStr = (passNdx == 0) ? ("red - purple") : ("green"); in iterate()283 …u::TestLog::Message << "Drawing position test pattern using shader " << (passNdx+1) << ". Primitiv… in iterate()315 for (int passNdx = 0; passNdx < 2; ++passNdx) in iterate() local317 const glu::ShaderProgram& shader = (passNdx == 0) ? (*m_shader0) : (*m_shader1); in iterate()322 const tcu::Vec4 color = (passNdx == 0) ? (red) : (green); in iterate()323 const glw::GLenum depthFunc = (passNdx == 0) ? (GL_ALWAYS) : (GL_EQUAL); in iterate()324 const char* const depthFuncStr = (passNdx == 0) ? ("GL_ALWAYS") : ("GL_EQUAL"); in iterate()[all …]
1362 for (int passNdx = 0; passNdx < 2; ++passNdx) in testFBO() local1364 const bool specialPass = (passNdx == 0); in testFBO()1366 …m_testCtx.getLog() << tcu::TestLog::Message << "Pass " << passNdx << ": Drawing stripes with the s… in testFBO()1567 for (int passNdx = 0; passNdx < numPasses; ++passNdx) in testFBO() local1569 de::Random rnd(123 + 567 * passNdx); in testFBO()1573 << "Pass " << passNdx << ": Drawing tiles with the shader.\n" in testFBO()
1725 for (int passNdx = 0; passNdx < 2; ++passNdx) in testFBO() local1727 const bool specialPass = (passNdx == 0); in testFBO()1729 …m_testCtx.getLog() << tcu::TestLog::Message << "Pass " << passNdx << ": Drawing stripes with the s… in testFBO()1935 for (int passNdx = 0; passNdx < numPasses; ++passNdx) in testFBO() local1937 de::Random rnd(123 + 567 * passNdx); in testFBO()1941 << "Pass " << passNdx << ": Drawing tiles with the shader.\n" in testFBO()
4209 for (int passNdx = 0; passNdx < 2; ++passNdx) in iterate() local4211 const bool useBBox = (passNdx == 1); in iterate()