Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrShaderCaps.h209 bool useNodePools() const { return fUseNodePools; } in useNodePools() function
/third_party/skia/src/sksl/
DSkSLUtil.h191 bool useNodePools() const { in useNodePools() function
DSkSLThreadContext.cpp30 if (compiler->context().fCaps.useNodePools() && settings.fDSLUseMemoryPool) { in ThreadContext()