Home
last modified time | relevance | path

Searched defs:setInput (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.cpp110 void TPpContext::setInput(TInputScanner& input, bool versionWillBeError) in setInput() function in glslang::TPpContext
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DVertexShader.cpp160 void VertexShader::setInput(int inputIdx, const sw::Shader::Semantic& semantic, AttribType aType) in setInput() function in sw::VertexShader
DPixelShader.cpp141 void PixelShader::setInput(int inputIdx, int nbComponents, const sw::Shader::Semantic& semantic) in setInput() function in sw::PixelShader
/third_party/skia/src/gpu/effects/
DGrSkSLFP.cpp333 void GrSkSLFP::setInput(std::unique_ptr<GrFragmentProcessor> input) { in setInput() function in GrSkSLFP