Flutter Engine
The Flutter Engine
|
Public Member Functions | |
Impl () | |
void | makeRootSymbolTable () |
Public Attributes | |
SkMutex | fMutex |
const BuiltinTypes | fBuiltinTypes |
std::unique_ptr< const Module > | fRootModule |
std::unique_ptr< const Module > | fSharedModule |
std::unique_ptr< const Module > | fGPUModule |
std::unique_ptr< const Module > | fVertexModule |
std::unique_ptr< const Module > | fFragmentModule |
std::unique_ptr< const Module > | fComputeModule |
std::unique_ptr< const Module > | fGraphiteVertexModule |
std::unique_ptr< const Module > | fGraphiteFragmentModule |
std::unique_ptr< const Module > | fGraphiteVertexES2Module |
std::unique_ptr< const Module > | fGraphiteFragmentES2Module |
std::unique_ptr< const Module > | fPublicModule |
std::unique_ptr< const Module > | fRuntimeShaderModule |
Definition at line 90 of file SkSLModuleLoader.cpp.
SkSL::ModuleLoader::Impl::Impl | ( | ) |
Definition at line 143 of file SkSLModuleLoader.cpp.
void SkSL::ModuleLoader::Impl::makeRootSymbolTable | ( | ) |
Definition at line 381 of file SkSLModuleLoader.cpp.
const BuiltinTypes SkSL::ModuleLoader::Impl::fBuiltinTypes |
Definition at line 98 of file SkSLModuleLoader.cpp.
std::unique_ptr<const Module> SkSL::ModuleLoader::Impl::fComputeModule |
Definition at line 107 of file SkSLModuleLoader.cpp.
std::unique_ptr<const Module> SkSL::ModuleLoader::Impl::fFragmentModule |
Definition at line 106 of file SkSLModuleLoader.cpp.
std::unique_ptr<const Module> SkSL::ModuleLoader::Impl::fGPUModule |
Definition at line 103 of file SkSLModuleLoader.cpp.
std::unique_ptr<const Module> SkSL::ModuleLoader::Impl::fGraphiteFragmentES2Module |
Definition at line 111 of file SkSLModuleLoader.cpp.
std::unique_ptr<const Module> SkSL::ModuleLoader::Impl::fGraphiteFragmentModule |
Definition at line 109 of file SkSLModuleLoader.cpp.
std::unique_ptr<const Module> SkSL::ModuleLoader::Impl::fGraphiteVertexES2Module |
Definition at line 110 of file SkSLModuleLoader.cpp.
std::unique_ptr<const Module> SkSL::ModuleLoader::Impl::fGraphiteVertexModule |
Definition at line 108 of file SkSLModuleLoader.cpp.
SkMutex SkSL::ModuleLoader::Impl::fMutex |
Definition at line 97 of file SkSLModuleLoader.cpp.
std::unique_ptr<const Module> SkSL::ModuleLoader::Impl::fPublicModule |
Definition at line 113 of file SkSLModuleLoader.cpp.
std::unique_ptr<const Module> SkSL::ModuleLoader::Impl::fRootModule |
Definition at line 100 of file SkSLModuleLoader.cpp.
std::unique_ptr<const Module> SkSL::ModuleLoader::Impl::fRuntimeShaderModule |
Definition at line 115 of file SkSLModuleLoader.cpp.
std::unique_ptr<const Module> SkSL::ModuleLoader::Impl::fSharedModule |
Definition at line 102 of file SkSLModuleLoader.cpp.
std::unique_ptr<const Module> SkSL::ModuleLoader::Impl::fVertexModule |
Definition at line 105 of file SkSLModuleLoader.cpp.