Flutter Engine
The Flutter Engine
|
Classes | |
class | GLSLPrettyPrint |
Functions | |
std::string | PrettyPrint (const std::string &string) |
void | VisitLineByLine (const std::string &text, const std::function< void(int lineNumber, const char *lineText)> &visitFn) |
std::string | BuildShaderErrorMessage (const char *shader, const char *errors) |
void | PrintShaderBanner (SkSL::ProgramKind programKind) |
void | PrintLineByLine (const std::string &text) |
std::string SkShaderUtils::BuildShaderErrorMessage | ( | const char * | shader, |
const char * | errors | ||
) |
Definition at line 256 of file SkShaderUtils.cpp.
std::string SkShaderUtils::PrettyPrint | ( | const std::string & | string | ) |
Definition at line 242 of file SkShaderUtils.cpp.
|
inline |
Definition at line 27 of file SkShaderUtils.h.
void SkShaderUtils::PrintShaderBanner | ( | SkSL::ProgramKind | programKind | ) |
Definition at line 266 of file SkShaderUtils.cpp.
void SkShaderUtils::VisitLineByLine | ( | const std::string & | text, |
const std::function< void(int lineNumber, const char *lineText)> & | visitFn | ||
) |
Definition at line 247 of file SkShaderUtils.cpp.