Home
last modified time | relevance | path

Searched refs:inputDecls (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/glsl/
DGrGLSLVarying.cpp143 void GrGLSLVaryingHandler::getVertexDecls(SkString* inputDecls, SkString* outputDecls) const { in getVertexDecls() argument
144 this->appendDecls(fVertexInputs, inputDecls); in getVertexDecls()
148 void GrGLSLVaryingHandler::getGeomDecls(SkString* inputDecls, SkString* outputDecls) const { in getGeomDecls() argument
149 this->appendDecls(fGeomInputs, inputDecls); in getGeomDecls()
153 void GrGLSLVaryingHandler::getFragDecls(SkString* inputDecls, SkString* outputDecls) const { in getFragDecls() argument
157 this->appendDecls(fFragInputs, inputDecls); in getFragDecls()
DGrGLSLVarying.h140 void getVertexDecls(SkString* inputDecls, SkString* outputDecls) const;
141 void getGeomDecls(SkString* inputDecls, SkString* outputDecls) const;
142 void getFragDecls(SkString* inputDecls, SkString* outputDecls) const;