Flutter Engine
The Flutter Engine
|
#include <SkSLContext.h>
Public Member Functions | |
Context (const BuiltinTypes &types, ErrorReporter &errors) | |
~Context () | |
void | setErrorReporter (ErrorReporter *e) |
Public Attributes | |
const BuiltinTypes & | fTypes |
ProgramConfig * | fConfig = nullptr |
ErrorReporter * | fErrors |
const Module * | fModule = nullptr |
SymbolTable * | fSymbolTable = nullptr |
Contains compiler-wide objects and state.
Definition at line 24 of file SkSLContext.h.
Context::Context | ( | const BuiltinTypes & | types, |
ErrorReporter & | errors | ||
) |
Definition at line 17 of file SkSLContext.cpp.
Context::~Context | ( | ) |
Definition at line 23 of file SkSLContext.cpp.
|
inline |
Definition at line 38 of file SkSLContext.h.
ProgramConfig* SkSL::Context::fConfig = nullptr |
Definition at line 33 of file SkSLContext.h.
ErrorReporter* SkSL::Context::fErrors |
Definition at line 36 of file SkSLContext.h.
const Module* SkSL::Context::fModule = nullptr |
Definition at line 44 of file SkSLContext.h.
SymbolTable* SkSL::Context::fSymbolTable = nullptr |
Definition at line 48 of file SkSLContext.h.
const BuiltinTypes& SkSL::Context::fTypes |
Definition at line 30 of file SkSLContext.h.