Searched refs:inputDecls (Results 1 – 2 of 2) sorted by relevance
143 void GrGLSLVaryingHandler::getVertexDecls(SkString* inputDecls, SkString* outputDecls) const { in getVertexDecls() argument144 this->appendDecls(fVertexInputs, inputDecls); in getVertexDecls()148 void GrGLSLVaryingHandler::getGeomDecls(SkString* inputDecls, SkString* outputDecls) const { in getGeomDecls() argument149 this->appendDecls(fGeomInputs, inputDecls); in getGeomDecls()153 void GrGLSLVaryingHandler::getFragDecls(SkString* inputDecls, SkString* outputDecls) const { in getFragDecls() argument157 this->appendDecls(fFragInputs, inputDecls); in getFragDecls()
140 void getVertexDecls(SkString* inputDecls, SkString* outputDecls) const;141 void getGeomDecls(SkString* inputDecls, SkString* outputDecls) const;142 void getFragDecls(SkString* inputDecls, SkString* outputDecls) const;