Searched refs:inputDecls (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/src/gpu/glsl/ |
D | GrGLSLVarying.cpp | 138 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()
|
D | GrGLSLVarying.h | 139 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/ |
D | GrGLSLVarying.cpp | 116 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()
|
D | GrGLSLVarying.h | 142 void getVertexDecls(SkString* inputDecls, SkString* outputDecls) const; 143 void getFragDecls(SkString* inputDecls, SkString* outputDecls) const;
|