Lines Matching defs:output
785 // if comparison function is present resulting shader requires precisely one output
797 for (int output = 0; output < m_shaderFragmentParameters.outputTotal; output++)
799 source << "layout (location = " << output << ") out mediump vec4 fs_aColor" << output << "; \n";
844 for (int output = 0; output < m_shaderFragmentParameters.outputTotal; output++)
846 shaderOutputs << " fs_aColor" << output << " = texelColor" << output << "; \n";