Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
DSkSLPool.h36 void attachToThread();
79 fPool->attachToThread(); in AutoAttachPoolToThread()
DSkSLPool.cpp49 void Pool::attachToThread() { in attachToThread() function in SkSL::Pool
DSkSLThreadContext.cpp32 fPool->attachToThread(); in ThreadContext()