Lines Matching refs:GrGLSLVaryingHandler
12 void GrGLSLVaryingHandler::addPassThroughAttribute(const GrGeometryProcessor::Attribute* input,
20 void GrGLSLVaryingHandler::addFlatPassThroughAttribute(const GrGeometryProcessor::Attribute* input,
29 void GrGLSLVaryingHandler::writePassThroughAttribute(const GrGeometryProcessor::Attribute* input,
40 void GrGLSLVaryingHandler::internalAddVarying(const char* name,
69 void GrGLSLVaryingHandler::emitAttributes(const GrGeometryProcessor& gp) {
81 void GrGLSLVaryingHandler::addAttribute(const GrShaderVar& var) {
93 void GrGLSLVaryingHandler::setNoPerspective() {
109 void GrGLSLVaryingHandler::finalize() {
136 void GrGLSLVaryingHandler::appendDecls(const VarArray& vars, SkString* out) const {
143 void GrGLSLVaryingHandler::getVertexDecls(SkString* inputDecls, SkString* outputDecls) const {
148 void GrGLSLVaryingHandler::getGeomDecls(SkString* inputDecls, SkString* outputDecls) const {
153 void GrGLSLVaryingHandler::getFragDecls(SkString* inputDecls, SkString* outputDecls) const {