Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/
H A DSkSLPool.cpp18 static MemoryPool* get_thread_local_memory_pool() { in get_thread_local_memory_pool() function
29 if (get_thread_local_memory_pool() == fMemPool.get()) { in ~Pool()
45 return get_thread_local_memory_pool(); in IsAttached()
50 SkASSERT(get_thread_local_memory_pool() == nullptr); in attachToThread()
56 SkASSERT(get_thread_local_memory_pool() == fMemPool.get()); in detachFromThread()
62 MemoryPool* memPool = get_thread_local_memory_pool(); in AllocMemory()
77 MemoryPool* memPool = get_thread_local_memory_pool(); in FreeMemory()