Searched refs:outputIdx (Results 1 – 3 of 3) sorted by relevance
44 void setOutput(int outputIdx, int nbComponents, const Semantic& semantic);51 const Semantic& getOutput(int outputIdx, int component) const;
166 void VertexShader::setOutput(int outputIdx, int nbComponents, const sw::Shader::Semantic& semantic) in setOutput() argument170 output[outputIdx][i] = semantic; in setOutput()196 const sw::Shader::Semantic& VertexShader::getOutput(int outputIdx, int component) const in getOutput() argument198 return output[outputIdx][component]; in getOutput()
1296 for (int outputIdx = 0; outputIdx < m_resultOutputTotal; outputIdx++) in initFrameBuffer() local