Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tests/
H A DGrMemoryPoolTest.cpp66 static std::unique_ptr<GrMemoryPool> gPool; member in A
70 std::unique_ptr<GrMemoryPool> A::gPool; member in A
H A DImageCacheTest.cpp114 static SkDiscardableMemoryPool* gPool; variable
H A DSkResourceCacheTest.cpp127 static SkDiscardableMemoryPool* gPool = nullptr; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrProcessor.cpp35 static GrMemoryPool* gPool = GrMemoryPool::Make(4096, 4096).release(); in pool() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/netware/
H A Dfilestat.c219 apr_pool_t *gPool = (apr_pool_t *)getGlobalPool(); in cstat() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/netware/
H A Dapr_private.h159 void* gPool; member