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

  /external/skia/src/gpu/glsl/
GrGLSLVarying.h 142 void getFragDecls(SkString* inputDecls, SkString* outputDecls) const;
GrGLSLFragmentShaderBuilder.cpp 305 fProgramBuilder->varyingHandler()->getFragDecls(&this->inputs(), &this->outputs());
GrGLSLVarying.cpp 153 void GrGLSLVaryingHandler::getFragDecls(SkString* inputDecls, SkString* outputDecls) const {

Completed in 68 milliseconds