Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLVarying.cpp138 void GrGLSLVaryingHandler::getVertexDecls(SkString* inputDecls, SkString* outputDecls) const { in getVertexDecls() argument
139 this->appendDecls(fVertexInputs, inputDecls); in getVertexDecls()
143 void GrGLSLVaryingHandler::getGeomDecls(SkString* inputDecls, SkString* outputDecls) const { in getGeomDecls() argument
144 this->appendDecls(fGeomInputs, inputDecls); in getGeomDecls()
148 void GrGLSLVaryingHandler::getFragDecls(SkString* inputDecls, SkString* outputDecls) const { in getFragDecls() argument
152 this->appendDecls(fFragInputs, inputDecls); in getFragDecls()
DGrGLSLVarying.h139 void getVertexDecls(SkString* inputDecls, SkString* outputDecls) const;
140 void getGeomDecls(SkString* inputDecls, SkString* outputDecls) const;
141 void getFragDecls(SkString* inputDecls, SkString* outputDecls) const;
/third_party/skia/src/gpu/glsl/
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()
DGrGLSLVarying.h142 void getVertexDecls(SkString* inputDecls, SkString* outputDecls) const;
143 void getFragDecls(SkString* inputDecls, SkString* outputDecls) const;