Home
last modified time | relevance | path

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

/external/skqp/src/gpu/glsl/
DGrGLSLVarying.cpp134 void GrGLSLVaryingHandler::getVertexDecls(SkString* inputDecls, SkString* outputDecls) const { in getVertexDecls() argument
135 this->appendDecls(fVertexInputs, inputDecls); in getVertexDecls()
139 void GrGLSLVaryingHandler::getGeomDecls(SkString* inputDecls, SkString* outputDecls) const { in getGeomDecls() argument
140 this->appendDecls(fGeomInputs, inputDecls); in getGeomDecls()
144 void GrGLSLVaryingHandler::getFragDecls(SkString* inputDecls, SkString* outputDecls) const { in getFragDecls() argument
148 this->appendDecls(fFragInputs, inputDecls); in getFragDecls()
DGrGLSLVarying.h122 void getVertexDecls(SkString* inputDecls, SkString* outputDecls) const;
123 void getGeomDecls(SkString* inputDecls, SkString* outputDecls) const;
124 void getFragDecls(SkString* inputDecls, SkString* outputDecls) const;
/external/skia/src/gpu/glsl/
DGrGLSLVarying.cpp142 void GrGLSLVaryingHandler::getVertexDecls(SkString* inputDecls, SkString* outputDecls) const { in getVertexDecls() argument
143 this->appendDecls(fVertexInputs, inputDecls); in getVertexDecls()
147 void GrGLSLVaryingHandler::getGeomDecls(SkString* inputDecls, SkString* outputDecls) const { in getGeomDecls() argument
148 this->appendDecls(fGeomInputs, inputDecls); in getGeomDecls()
152 void GrGLSLVaryingHandler::getFragDecls(SkString* inputDecls, SkString* outputDecls) const { in getFragDecls() argument
156 this->appendDecls(fFragInputs, inputDecls); in getFragDecls()
DGrGLSLVarying.h116 void getVertexDecls(SkString* inputDecls, SkString* outputDecls) const;
117 void getGeomDecls(SkString* inputDecls, SkString* outputDecls) const;
118 void getFragDecls(SkString* inputDecls, SkString* outputDecls) const;