Searched refs:appendDecls (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/gpu/glsl/ |
D | GrGLSLVarying.cpp | 133 void GrGLSLVaryingHandler::appendDecls(const VarArray& vars, SkString* out) const { in appendDecls() function in GrGLSLVaryingHandler 141 this->appendDecls(fVertexInputs, inputDecls); in getVertexDecls() 142 this->appendDecls(fVertexOutputs, outputDecls); in getVertexDecls() 146 this->appendDecls(fGeomInputs, inputDecls); in getGeomDecls() 147 this->appendDecls(fGeomOutputs, outputDecls); in getGeomDecls() 154 this->appendDecls(fFragInputs, inputDecls); in getFragDecls() 155 this->appendDecls(fFragOutputs, outputDecls); in getFragDecls()
|
D | GrGLSLShaderBuilder.cpp | 206 void GrGLSLShaderBuilder::appendDecls(const VarArray& vars, SkString* out) const { in appendDecls() function in GrGLSLShaderBuilder 248 this->appendDecls(fInputs, &this->inputs()); in finalize() 249 this->appendDecls(fOutputs, &this->outputs()); in finalize()
|
D | GrGLSLVarying.h | 173 void appendDecls(const VarArray& vars, SkString* out) const;
|
D | GrGLSLShaderBuilder.h | 156 void appendDecls(const VarArray& vars, SkString* out) const;
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLVarying.cpp | 129 void GrGLSLVaryingHandler::appendDecls(const VarArray& vars, SkString* out) const { in appendDecls() function in GrGLSLVaryingHandler 137 this->appendDecls(fVertexInputs, inputDecls); in getVertexDecls() 138 this->appendDecls(fVertexOutputs, outputDecls); in getVertexDecls() 142 this->appendDecls(fGeomInputs, inputDecls); in getGeomDecls() 143 this->appendDecls(fGeomOutputs, outputDecls); in getGeomDecls() 150 this->appendDecls(fFragInputs, inputDecls); in getFragDecls() 151 this->appendDecls(fFragOutputs, outputDecls); in getFragDecls()
|
D | GrGLSLShaderBuilder.cpp | 285 void GrGLSLShaderBuilder::appendDecls(const VarArray& vars, SkString* out) const { in appendDecls() function in GrGLSLShaderBuilder 326 this->appendDecls(fInputs, &this->inputs()); in finalize() 327 this->appendDecls(fOutputs, &this->outputs()); in finalize()
|
D | GrGLSLVarying.h | 172 void appendDecls(const VarArray& vars, SkString* out) const;
|
D | GrGLSLShaderBuilder.h | 183 void appendDecls(const VarArray& vars, SkString* out) const;
|