Home
last modified time | relevance | path

Searched refs:GLSLCodeGenerator (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLGLSLCodeGenerator.cpp24 void GLSLCodeGenerator::write(const char* s) { in write()
37 void GLSLCodeGenerator::writeLine(const char* s) { in writeLine()
43 void GLSLCodeGenerator::write(const String& s) { in write()
47 void GLSLCodeGenerator::write(StringFragment s) { in write()
60 void GLSLCodeGenerator::writeLine(const String& s) { in writeLine()
64 void GLSLCodeGenerator::writeLine() { in writeLine()
68 void GLSLCodeGenerator::writeExtension(const String& name) { in writeExtension()
72 void GLSLCodeGenerator::writeExtension(const String& name, bool require) { in writeExtension()
78 bool GLSLCodeGenerator::usesPrecisionModifiers() const { in usesPrecisionModifiers()
82 String GLSLCodeGenerator::getTypeName(const Type& type) { in getTypeName()
[all …]
DSkSLPipelineStageCodeGenerator.h18 class PipelineStageCodeGenerator : public GLSLCodeGenerator {
63 typedef GLSLCodeGenerator INHERITED;
DSkSLCPPCodeGenerator.h18 class CPPCodeGenerator : public GLSLCodeGenerator {
136 typedef GLSLCodeGenerator INHERITED;
DSkSLGLSLCodeGenerator.h53 class GLSLCodeGenerator : public CodeGenerator {
76 GLSLCodeGenerator(const Context* context, const Program* program, ErrorReporter* errors, in GLSLCodeGenerator() function
DSkSLCompiler.cpp1432 GLSLCodeGenerator cg(fContext.get(), &program, this, &out); in toGLSL()
/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp45 void GLSLCodeGenerator::write(skstd::string_view s) { in write()
58 void GLSLCodeGenerator::writeLine(skstd::string_view s) { in writeLine()
64 void GLSLCodeGenerator::finishLine() { in finishLine()
70 void GLSLCodeGenerator::writeExtension(skstd::string_view name, bool require) { in writeExtension()
76 bool GLSLCodeGenerator::usesPrecisionModifiers() const { in usesPrecisionModifiers()
81 String GLSLCodeGenerator::getTypeName(const Type& type) { in getTypeName()
144 void GLSLCodeGenerator::writeStructDefinition(const StructDefinition& s) { in writeStructDefinition()
166 void GLSLCodeGenerator::writeType(const Type& type) { in writeType()
170 void GLSLCodeGenerator::writeExpression(const Expression& expr, Precedence parentPrecedence) { in writeExpression()
236 void GLSLCodeGenerator::writeMinAbsHack(Expression& absExpr, Expression& otherExpr) { in writeMinAbsHack()
[all …]
DSkSLGLSLCodeGenerator.h49 class GLSLCodeGenerator : public CodeGenerator {
51 GLSLCodeGenerator(const Context* context, const Program* program, OutputStream* out) in GLSLCodeGenerator() function
/third_party/skia/src/sksl/
DSkSLCompiler.cpp664 GLSLCodeGenerator cg(fContext.get(), &program, &out); in toGLSL()