Searched refs:inputIdx (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/Shader/ |
D | VertexShader.cpp | 160 void VertexShader::setInput(int inputIdx, const sw::Shader::Semantic& semantic, AttribType aType) in setInput() argument 162 input[inputIdx] = semantic; in setInput() 163 attribType[inputIdx] = aType; in setInput() 186 const sw::Shader::Semantic& VertexShader::getInput(int inputIdx) const in getInput() 188 return input[inputIdx]; in getInput() 191 VertexShader::AttribType VertexShader::getAttribType(int inputIdx) const in getAttribType() 193 return attribType[inputIdx]; in getAttribType()
|
D | PixelShader.hpp | 39 void setInput(int inputIdx, int nbComponents, const Semantic& semantic); 40 const Semantic& getInput(int inputIdx, int component) const;
|
D | VertexShader.hpp | 43 void setInput(int inputIdx, const Semantic& semantic, AttribType attribType = ATTRIBTYPE_FLOAT); 50 const Semantic& getInput(int inputIdx) const;
|
D | PixelShader.cpp | 141 void PixelShader::setInput(int inputIdx, int nbComponents, const sw::Shader::Semantic& semantic) in setInput() argument 145 input[inputIdx][i] = semantic; in setInput() 149 const sw::Shader::Semantic& PixelShader::getInput(int inputIdx, int component) const in getInput() argument 151 return input[inputIdx][component]; in getInput()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | regex.h | 1784 inline void backTrack(int64_t &inputIdx, int32_t &patIdx);
|