Searched refs:appendDecls (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/src/gpu/glsl/ |
D | GrGLSLVarying.cpp | 131 void GrGLSLVaryingHandler::appendDecls(const VarArray& vars, SkString* out) const { in appendDecls() function in GrGLSLVaryingHandler 139 this->appendDecls(fVertexInputs, inputDecls); in getVertexDecls() 140 this->appendDecls(fVertexOutputs, outputDecls); in getVertexDecls() 144 this->appendDecls(fGeomInputs, inputDecls); in getGeomDecls() 145 this->appendDecls(fGeomOutputs, outputDecls); in getGeomDecls() 152 this->appendDecls(fFragInputs, inputDecls); in getFragDecls() 153 this->appendDecls(fFragOutputs, outputDecls); in getFragDecls()
|
D | GrGLSLShaderBuilder.cpp | 205 void GrGLSLShaderBuilder::appendDecls(const VarArray& vars, SkString* out) const { in appendDecls() function in GrGLSLShaderBuilder 246 this->appendDecls(fInputs, &this->inputs()); in finalize() 247 this->appendDecls(fOutputs, &this->outputs()); in finalize()
|
D | GrGLSLVarying.h | 173 void appendDecls(const VarArray& vars, SkString* out) const;
|
D | GrGLSLShaderBuilder.h | 157 void appendDecls(const VarArray& vars, SkString* out) const;
|
/third_party/skia/src/gpu/glsl/ |
D | GrGLSLVarying.cpp | 109 void GrGLSLVaryingHandler::appendDecls(const VarArray& vars, SkString* out) const { in appendDecls() function in GrGLSLVaryingHandler 117 this->appendDecls(fVertexInputs, inputDecls); in getVertexDecls() 118 this->appendDecls(fVertexOutputs, outputDecls); in getVertexDecls() 125 this->appendDecls(fFragInputs, inputDecls); in getFragDecls() 126 this->appendDecls(fFragOutputs, outputDecls); in getFragDecls()
|
D | GrGLSLShaderBuilder.cpp | 289 void GrGLSLShaderBuilder::appendDecls(const VarArray& vars, SkString* out) const { in appendDecls() function in GrGLSLShaderBuilder 330 this->appendDecls(fInputs, &this->inputs()); in finalize() 331 this->appendDecls(fOutputs, &this->outputs()); in finalize()
|
D | GrGLSLVarying.h | 171 void appendDecls(const VarArray& vars, SkString* out) const;
|
D | GrGLSLShaderBuilder.h | 183 void appendDecls(const VarArray& vars, SkString* out) const;
|