Searched refs:VarArray (Results 1 – 2 of 2) sorted by relevance
126 typedef GrTAllocator<GrGLShaderVar> VarArray; typedef127 void appendDecls(const VarArray& vars, SkString* out) const;198 VarArray fInputs;199 VarArray fOutputs;
155 void GrGLShaderBuilder::appendDecls(const VarArray& vars, SkString* out) const { in appendDecls()