Searched refs:specialPass (Results 1 – 2 of 2) sorted by relevance
1364 const bool specialPass = (passNdx == 0); in testFBO() local1366 … stripes with the shader. Setting u_special for each stripe to (" << ((specialPass) ? ("special") … in testFBO()1374 const deUint32 uniformValue = (specialPass) ? (special) : (one); in testFBO()1382 …glu::readPixels(m_context.getRenderContext(), 0, 0, ((specialPass) ? (specialImage) : (normalImage… in testFBO()
1727 const bool specialPass = (passNdx == 0); in testFBO() local1729 … stripes with the shader. Setting u_special for each stripe to (" << ((specialPass) ? ("special") … in testFBO()1737 const deUint32 uniformValue = (specialPass) ? (special) : (one); in testFBO()1745 …glu::readPixels(m_context.getRenderContext(), 0, 0, ((specialPass) ? (specialImage) : (normalImage… in testFBO()