Lines Matching refs:renderTargets
245 } renderTargets[] = in iterate() local
263 for (int renderNdx = 0; renderNdx < DE_LENGTH_OF_ARRAY(renderTargets); ++renderNdx) in iterate()
265 …st tcu::ScopedLogSection section (m_testCtx.getLog(), renderTargets[renderNdx].name, renderTargets… in iterate()
271 …<< glu::TessellationEvaluationSource(getTessellationEvaluationSource(renderTargets[renderNdx].cont… in iterate()
273 if (renderTargets[renderNdx].containsGeometryShader) in iterate()
315 glu::readPixels(m_context.getRenderContext(), 0, 0, renderTargets[renderNdx].surfaceAccess); in iterate()
549 } renderTargets[] = in iterate() local
565 for (int renderNdx = 0; renderNdx < DE_LENGTH_OF_ARRAY(renderTargets); ++renderNdx) in iterate()
567 …st tcu::ScopedLogSection section (m_testCtx.getLog(), renderTargets[renderNdx].name, renderTargets… in iterate()
572 << glu::GeometrySource(getGeometrySource(renderTargets[renderNdx].containsTessellationShaders)); in iterate()
574 if (renderTargets[renderNdx].containsTessellationShaders) in iterate()
602 if (renderTargets[renderNdx].containsTessellationShaders) in iterate()
616 glu::readPixels(m_context.getRenderContext(), 0, 0, renderTargets[renderNdx].surfaceAccess); in iterate()