Searched refs:getVertexDecls (Results 1 – 3 of 3) sorted by relevance
54 fProgramBuilder->varyingHandler()->getVertexDecls(&this->inputs(), &this->outputs()); in onFinalize()
140 void getVertexDecls(SkString* inputDecls, SkString* outputDecls) const;
143 void GrGLSLVaryingHandler::getVertexDecls(SkString* inputDecls, SkString* outputDecls) const { in getVertexDecls() function in GrGLSLVaryingHandler