Lines Matching refs:outNdx
302 for (int outNdx = 0; outNdx < (int)shaderSpec.outputs.size(); ++outNdx)
304 const Symbol& output = shaderSpec.outputs[outNdx];
627 for (int outNdx = 0; outNdx < (int)m_outputLayout.locationSymbols.size(); ++outNdx)
629 const Symbol& output = *m_outputLayout.locationSymbols[outNdx];
630 const deUint32 renderbuffer = renderbuffers[outNdx];
635 gl.framebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0+outNdx, GL_RENDERBUFFER, renderbuffer);
661 for (int outNdx = 0; outNdx < (int)m_outputs.size(); ++outNdx)
663 const Symbol& output = m_outputs[outNdx];
667 deUint32* dstPtrBase = static_cast<deUint32*>(outputs[outNdx]);