Searched refs:GLSLCodeGenerator (Results 1 – 4 of 4) sorted by relevance
22 void GLSLCodeGenerator::write(const char* s) { in write()35 void GLSLCodeGenerator::writeLine(const char* s) { in writeLine()41 void GLSLCodeGenerator::write(const String& s) { in write()45 void GLSLCodeGenerator::writeLine(const String& s) { in writeLine()49 void GLSLCodeGenerator::writeLine() { in writeLine()53 void GLSLCodeGenerator::writeExtension(const Extension& ext) { in writeExtension()57 void GLSLCodeGenerator::writeType(const Type& type) { in writeType()82 void GLSLCodeGenerator::writeExpression(const Expression& expr, Precedence parentPrecedence) { in writeExpression()140 void GLSLCodeGenerator::writeMinAbsHack(Expression& absExpr, Expression& otherExpr) { in writeMinAbsHack()153 void GLSLCodeGenerator::writeFunctionCall(const FunctionCall& c) { in writeFunctionCall()[all …]
18 class CPPCodeGenerator : public GLSLCodeGenerator {83 typedef GLSLCodeGenerator INHERITED;
53 class GLSLCodeGenerator : public CodeGenerator {76 GLSLCodeGenerator(const Context* context, const Program* program, ErrorReporter* errors, in GLSLCodeGenerator() function
1177 GLSLCodeGenerator cg(&fContext, &program, this, &out); in toGLSL()