Lines Matching refs:renderTargets
238 } renderTargets[] = in iterate() local
256 for (int renderNdx = 0; renderNdx < DE_LENGTH_OF_ARRAY(renderTargets); ++renderNdx) in iterate()
258 …st tcu::ScopedLogSection section (m_testCtx.getLog(), renderTargets[renderNdx].name, renderTargets… in iterate()
264 …<< glu::TessellationEvaluationSource(getTessellationEvaluationSource(renderTargets[renderNdx].cont… in iterate()
266 if (renderTargets[renderNdx].containsGeometryShader) in iterate()
308 glu::readPixels(m_context.getRenderContext(), 0, 0, renderTargets[renderNdx].surfaceAccess); in iterate()
541 } renderTargets[] = in iterate() local
557 for (int renderNdx = 0; renderNdx < DE_LENGTH_OF_ARRAY(renderTargets); ++renderNdx) in iterate()
559 …st tcu::ScopedLogSection section (m_testCtx.getLog(), renderTargets[renderNdx].name, renderTargets… in iterate()
564 << glu::GeometrySource(getGeometrySource(renderTargets[renderNdx].containsTessellationShaders)); in iterate()
566 if (renderTargets[renderNdx].containsTessellationShaders) in iterate()
594 if (renderTargets[renderNdx].containsTessellationShaders) in iterate()
608 glu::readPixels(m_context.getRenderContext(), 0, 0, renderTargets[renderNdx].surfaceAccess); in iterate()