Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/glsl/
H A DGrGLSLVarying.cpp116 void GrGLSLVaryingHandler::getVertexDecls(SkString* inputDecls, SkString* outputDecls) const { in getVertexDecls() argument
117 this->appendDecls(fVertexInputs, inputDecls); in getVertexDecls()
121 void GrGLSLVaryingHandler::getFragDecls(SkString* inputDecls, SkString* outputDecls) const { in getFragDecls() argument
125 this->appendDecls(fFragInputs, inputDecls); in getFragDecls()
H A DGrGLSLVarying.h142 void getVertexDecls(SkString* inputDecls, SkString* outputDecls) const;
143 void getFragDecls(SkString* inputDecls, SkString* outputDecls) const;

Completed in 2 milliseconds