HomeSort by relevance Sort by last modified time
    Searched refs:appendDecls (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/glsl/
GrGLSLVarying.cpp 136 void GrGLSLVaryingHandler::appendDecls(const VarArray& vars, SkString* out) const {
144 this->appendDecls(fVertexInputs, inputDecls);
145 this->appendDecls(fVertexOutputs, outputDecls);
149 this->appendDecls(fGeomInputs, inputDecls);
150 this->appendDecls(fGeomOutputs, outputDecls);
157 this->appendDecls(fFragInputs, inputDecls);
158 this->appendDecls(fFragOutputs, outputDecls);
GrGLSLShaderBuilder.cpp 124 void GrGLSLShaderBuilder::appendDecls(const VarArray& vars, SkString* out) const {
164 this->appendDecls(fInputs, &this->inputs());
165 this->appendDecls(fOutputs, &this->outputs());
GrGLSLVarying.h 179 void appendDecls(const VarArray& vars, SkString* out) const;
GrGLSLShaderBuilder.h 143 void appendDecls(const VarArray& vars, SkString* out) const;

Completed in 2236 milliseconds