Home
last modified time | relevance | path

Searched refs:specialPass (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp1364 const bool specialPass = (passNdx == 0); in testFBO() local
1366 … 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()
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp1727 const bool specialPass = (passNdx == 0); in testFBO() local
1729 … 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()