Home
last modified time | relevance | path

Searched defs:gPool (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/ganesh/
DGrProcessor.cpp35 static GrMemoryPool* gPool = GrMemoryPool::Make(4096, 4096).release(); in pool() local
/external/skia/tests/
DGrMemoryPoolTest.cpp64 static std::unique_ptr<GrMemoryPool> gPool; member in A
68 std::unique_ptr<GrMemoryPool> A::gPool; member in A
DImageCacheTest.cpp114 static SkDiscardableMemoryPool* gPool; variable
DSkResourceCacheTest.cpp125 static SkDiscardableMemoryPool* gPool = nullptr; variable