Home
last modified time | relevance | path

Searched refs:getVertexDecls (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/glsl/
DGrGLSLVertexShaderBuilder.cpp54 fProgramBuilder->varyingHandler()->getVertexDecls(&this->inputs(), &this->outputs()); in onFinalize()
DGrGLSLVarying.h140 void getVertexDecls(SkString* inputDecls, SkString* outputDecls) const;
DGrGLSLVarying.cpp143 void GrGLSLVaryingHandler::getVertexDecls(SkString* inputDecls, SkString* outputDecls) const { in getVertexDecls() function in GrGLSLVaryingHandler