Searched defs:setInput (Results 1 – 4 of 4) sorted by relevance
110 void TPpContext::setInput(TInputScanner& input, bool versionWillBeError) in setInput() function in glslang::TPpContext
160 void VertexShader::setInput(int inputIdx, const sw::Shader::Semantic& semantic, AttribType aType) in setInput() function in sw::VertexShader
141 void PixelShader::setInput(int inputIdx, int nbComponents, const sw::Shader::Semantic& semantic) in setInput() function in sw::PixelShader
333 void GrSkSLFP::setInput(std::unique_ptr<GrFragmentProcessor> input) { in setInput() function in GrSkSLFP