Flutter Engine
The Flutter Engine
|
#include "include/core/SkTypes.h"
#include "src/sksl/SkSLMemoryPool.h"
#include "src/sksl/SkSLPool.h"
Go to the source code of this file.
Namespaces | |
namespace | SkSL |
Macros | |
#define | SkVLOG(...) |
Functions | |
static MemoryPool * | SkSL::get_thread_local_memory_pool () |
static void | SkSL::set_thread_local_memory_pool (MemoryPool *memPool) |
Variables | |
static thread_local MemoryPool * | SkSL::sMemPool = nullptr |
#define SkVLOG | ( | ... | ) |
Definition at line 12 of file SkSLPool.cpp.