Home
last modified time | relevance | path

Searched defs:GrMemoryPool (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/m133/src/gpu/ganesh/
DGrMemoryPool.cpp34 GrMemoryPool::GrMemoryPool(size_t preallocSize, size_t minAllocSize) in GrMemoryPool() function in GrMemoryPool
/third_party/skia/src/gpu/
DGrMemoryPool.cpp32 GrMemoryPool::GrMemoryPool(size_t preallocSize, size_t minAllocSize) in GrMemoryPool() function in GrMemoryPool
DGrDirectContextPriv.h21 class GrMemoryPool; variable
/third_party/skia/include/gpu/
DGrRecordingContext.h24 class GrMemoryPool; variable
/third_party/skia/tests/
DGrMemoryPoolTest.cpp175 DEF_TEST(GrMemoryPool, reporter) { in DEF_TEST() argument