Home
last modified time | relevance | path

Searched refs:kPreAllocSize (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrProgramDesc.h115 kPreAllocSize = kHeaderOffset + kHeaderSize + enumerator
119 SkSTArray<kPreAllocSize, uint8_t, true>& key() { return fKey; } in key()
120 const SkSTArray<kPreAllocSize, uint8_t, true>& key() const { return fKey; } in key()
123 SkSTArray<kPreAllocSize, uint8_t, true> fKey;
DGrTextBlobCache.h26 : fPool(kPreAllocSize, kMinGrowthSize) in GrTextBlobCache()
133 static const int kPreAllocSize = 1 << 17; variable