HomeSort by relevance Sort by last modified time
    Searched refs:kPreAllocSize (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrProgramDesc.h 162 kPreAllocSize = kHeaderOffset + kHeaderSize +
166 SkSTArray<kPreAllocSize, uint8_t, true>& key() { return fKey; }
167 const SkSTArray<kPreAllocSize, uint8_t, true>& key() const { return fKey; }
170 SkSTArray<kPreAllocSize, uint8_t, true> fKey;
  /external/skia/src/gpu/text/
GrTextBlobCache.h 27 : fPool(kPreAllocSize, kMinGrowthSize)
221 static const int kPreAllocSize = 1 << 17;

Completed in 2929 milliseconds