OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:appendDecls
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/glsl/
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.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);
Completed in 5567 milliseconds