Searched refs:inputDecls (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/glsl/ |
D | GrGLSLVarying.cpp | 139 void GrGLSLVaryingHandler::getVertexDecls(SkString* inputDecls, SkString* outputDecls) const { in getVertexDecls() argument 140 this->appendDecls(fVertexInputs, inputDecls); in getVertexDecls() 144 void GrGLSLVaryingHandler::getGeomDecls(SkString* inputDecls, SkString* outputDecls) const { in getGeomDecls() argument 145 this->appendDecls(fGeomInputs, inputDecls); in getGeomDecls() 149 void GrGLSLVaryingHandler::getFragDecls(SkString* inputDecls, SkString* outputDecls) const { in getFragDecls() argument 153 this->appendDecls(fFragInputs, inputDecls); in getFragDecls()
|
D | GrGLSLVarying.h | 139 void getVertexDecls(SkString* inputDecls, SkString* outputDecls) const; 140 void getGeomDecls(SkString* inputDecls, SkString* outputDecls) const; 141 void getFragDecls(SkString* inputDecls, SkString* outputDecls) const;
|
/external/skqp/src/gpu/glsl/ |
D | GrGLSLVarying.cpp | 140 void GrGLSLVaryingHandler::getVertexDecls(SkString* inputDecls, SkString* outputDecls) const { in getVertexDecls() argument 141 this->appendDecls(fVertexInputs, inputDecls); in getVertexDecls() 145 void GrGLSLVaryingHandler::getGeomDecls(SkString* inputDecls, SkString* outputDecls) const { in getGeomDecls() argument 146 this->appendDecls(fGeomInputs, inputDecls); in getGeomDecls() 150 void GrGLSLVaryingHandler::getFragDecls(SkString* inputDecls, SkString* outputDecls) const { in getFragDecls() argument 154 this->appendDecls(fFragInputs, inputDecls); in getFragDecls()
|
D | GrGLSLVarying.h | 139 void getVertexDecls(SkString* inputDecls, SkString* outputDecls) const; 140 void getGeomDecls(SkString* inputDecls, SkString* outputDecls) const; 141 void getFragDecls(SkString* inputDecls, SkString* outputDecls) const;
|